Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-37891 (GCVE-0-2024-37891)
Vulnerability from cvelistv5 – Published: 2024-06-17 19:18 – Updated: 2025-11-03 21:55
VLAI?
EPSS
Title
Proxy-Authorization request header isn't stripped during cross-origin redirects in urllib3
Summary
urllib3 is a user-friendly HTTP client library for Python. When using urllib3's proxy support with `ProxyManager`, the `Proxy-Authorization` header is only sent to the configured proxy, as expected. However, when sending HTTP requests *without* using urllib3's proxy support, it's possible to accidentally configure the `Proxy-Authorization` header even though it won't have any effect as the request is not using a forwarding proxy or a tunneling proxy. In those cases, urllib3 doesn't treat the `Proxy-Authorization` HTTP header as one carrying authentication material and thus doesn't strip the header on cross-origin redirects. Because this is a highly unlikely scenario, we believe the severity of this vulnerability is low for almost all users. Out of an abundance of caution urllib3 will automatically strip the `Proxy-Authorization` header during cross-origin redirects to avoid the small chance that users are doing this on accident. Users should use urllib3's proxy support or disable automatic redirects to achieve safe processing of the `Proxy-Authorization` header, but we still decided to strip the header by default in order to further protect users who aren't using the correct approach. We believe the number of usages affected by this advisory is low. It requires all of the following to be true to be exploited: 1. Setting the `Proxy-Authorization` header without using urllib3's built-in proxy support. 2. Not disabling HTTP redirects. 3. Either not using an HTTPS origin server or for the proxy or target origin to redirect to a malicious origin. Users are advised to update to either version 1.26.19 or version 2.2.2. Users unable to upgrade may use the `Proxy-Authorization` header with urllib3's `ProxyManager`, disable HTTP redirects using `redirects=False` when sending requests, or not user the `Proxy-Authorization` header as mitigations.
Severity ?
4.4 (Medium)
CWE
- CWE-669 - Incorrect Resource Transfer Between Spheres
Assigner
References
| URL | Tags | |||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
Impacted products
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2024-37891",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-06-18T13:49:45.845349Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-06-18T13:49:57.293Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-11-03T21:55:35.021Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "https://github.com/urllib3/urllib3/security/advisories/GHSA-34jh-p97f-mpxf",
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-34jh-p97f-mpxf"
},
{
"name": "https://github.com/urllib3/urllib3/commit/accff72ecc2f6cf5a76d9570198a93ac7c90270e",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/urllib3/urllib3/commit/accff72ecc2f6cf5a76d9570198a93ac7c90270e"
},
{
"url": "https://www.vicarius.io/vsociety/posts/proxy-authorization-header-handling-vulnerability-in-urllib3-cve-2024-37891"
},
{
"url": "https://security.netapp.com/advisory/ntap-20240822-0003/"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2024/12/msg00020.html"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "urllib3",
"vendor": "urllib3",
"versions": [
{
"status": "affected",
"version": "\u003c 1.26.19"
},
{
"status": "affected",
"version": "\u003e= 2.0.0, \u003c 2.2.2"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": " urllib3 is a user-friendly HTTP client library for Python. When using urllib3\u0027s proxy support with `ProxyManager`, the `Proxy-Authorization` header is only sent to the configured proxy, as expected. However, when sending HTTP requests *without* using urllib3\u0027s proxy support, it\u0027s possible to accidentally configure the `Proxy-Authorization` header even though it won\u0027t have any effect as the request is not using a forwarding proxy or a tunneling proxy. In those cases, urllib3 doesn\u0027t treat the `Proxy-Authorization` HTTP header as one carrying authentication material and thus doesn\u0027t strip the header on cross-origin redirects. Because this is a highly unlikely scenario, we believe the severity of this vulnerability is low for almost all users. Out of an abundance of caution urllib3 will automatically strip the `Proxy-Authorization` header during cross-origin redirects to avoid the small chance that users are doing this on accident. Users should use urllib3\u0027s proxy support or disable automatic redirects to achieve safe processing of the `Proxy-Authorization` header, but we still decided to strip the header by default in order to further protect users who aren\u0027t using the correct approach. We believe the number of usages affected by this advisory is low. It requires all of the following to be true to be exploited: 1. Setting the `Proxy-Authorization` header without using urllib3\u0027s built-in proxy support. 2. Not disabling HTTP redirects. 3. Either not using an HTTPS origin server or for the proxy or target origin to redirect to a malicious origin. Users are advised to update to either version 1.26.19 or version 2.2.2. Users unable to upgrade may use the `Proxy-Authorization` header with urllib3\u0027s `ProxyManager`, disable HTTP redirects using `redirects=False` when sending requests, or not user the `Proxy-Authorization` header as mitigations."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-669",
"description": "CWE-669: Incorrect Resource Transfer Between Spheres",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-06-17T19:18:32.574Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/urllib3/urllib3/security/advisories/GHSA-34jh-p97f-mpxf",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-34jh-p97f-mpxf"
},
{
"name": "https://github.com/urllib3/urllib3/commit/accff72ecc2f6cf5a76d9570198a93ac7c90270e",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/urllib3/urllib3/commit/accff72ecc2f6cf5a76d9570198a93ac7c90270e"
}
],
"source": {
"advisory": "GHSA-34jh-p97f-mpxf",
"discovery": "UNKNOWN"
},
"title": "Proxy-Authorization request header isn\u0027t stripped during cross-origin redirects in urllib3"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2024-37891",
"datePublished": "2024-06-17T19:18:32.574Z",
"dateReserved": "2024-06-10T19:54:41.361Z",
"dateUpdated": "2025-11-03T21:55:35.021Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2024-37891\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2024-06-17T20:15:13.450\",\"lastModified\":\"2026-01-06T16:52:28.583\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\" urllib3 is a user-friendly HTTP client library for Python. When using urllib3\u0027s proxy support with `ProxyManager`, the `Proxy-Authorization` header is only sent to the configured proxy, as expected. However, when sending HTTP requests *without* using urllib3\u0027s proxy support, it\u0027s possible to accidentally configure the `Proxy-Authorization` header even though it won\u0027t have any effect as the request is not using a forwarding proxy or a tunneling proxy. In those cases, urllib3 doesn\u0027t treat the `Proxy-Authorization` HTTP header as one carrying authentication material and thus doesn\u0027t strip the header on cross-origin redirects. Because this is a highly unlikely scenario, we believe the severity of this vulnerability is low for almost all users. Out of an abundance of caution urllib3 will automatically strip the `Proxy-Authorization` header during cross-origin redirects to avoid the small chance that users are doing this on accident. Users should use urllib3\u0027s proxy support or disable automatic redirects to achieve safe processing of the `Proxy-Authorization` header, but we still decided to strip the header by default in order to further protect users who aren\u0027t using the correct approach. We believe the number of usages affected by this advisory is low. It requires all of the following to be true to be exploited: 1. Setting the `Proxy-Authorization` header without using urllib3\u0027s built-in proxy support. 2. Not disabling HTTP redirects. 3. Either not using an HTTPS origin server or for the proxy or target origin to redirect to a malicious origin. Users are advised to update to either version 1.26.19 or version 2.2.2. Users unable to upgrade may use the `Proxy-Authorization` header with urllib3\u0027s `ProxyManager`, disable HTTP redirects using `redirects=False` when sending requests, or not user the `Proxy-Authorization` header as mitigations.\"},{\"lang\":\"es\",\"value\":\"urllib3 es una librer\u00eda cliente HTTP f\u00e1cil de usar para Python. Cuando se utiliza el soporte de proxy de urllib3 con `ProxyManager`, el encabezado `Proxy-Authorization` solo se env\u00eda al proxy configurado, como se esperaba. Sin embargo, al enviar solicitudes HTTP *sin* utilizar el soporte de proxy de urllib3, es posible configurar accidentalmente el encabezado `Proxy-Authorization` aunque no tendr\u00e1 ning\u00fan efecto ya que la solicitud no utiliza un proxy de reenv\u00edo o un proxy de t\u00fanel. En esos casos, urllib3 no trata el encabezado HTTP \\\"Proxy-Authorization\\\" como si llevara material de autenticaci\u00f3n y, por lo tanto, no elimina el encabezado en redirecciones de origen cruzado. Dado que se trata de un escenario muy improbable, creemos que la gravedad de esta vulnerabilidad es baja para casi todos los usuarios. Por precauci\u00f3n, urllib3 eliminar\u00e1 autom\u00e1ticamente el encabezado \\\"Proxy-Authorization\\\" durante las redirecciones entre or\u00edgenes para evitar la peque\u00f1a posibilidad de que los usuarios hagan esto por accidente. Los usuarios deben usar el soporte de proxy de urllib3 o desactivar las redirecciones autom\u00e1ticas para lograr un procesamiento seguro del encabezado `Proxy-Authorization`, pero aun as\u00ed decidimos eliminar el encabezado de forma predeterminada para proteger a\u00fan m\u00e1s a los usuarios que no utilizan el enfoque correcto. Creemos que la cantidad de usos afectados por este aviso es baja. Requiere que todo lo siguiente sea cierto para ser explotado: 1. Configurar el encabezado `Proxy-Authorization` sin utilizar el soporte de proxy integrado de urllib3. 2. No deshabilitar las redirecciones HTTP. 3. Ya sea no utilizar un servidor de origen HTTPS o que el proxy o el origen de destino redirija a un origen malicioso. Se recomienda a los usuarios que actualicen a la versi\u00f3n 1.26.19 o a la versi\u00f3n 2.2.2. Los usuarios que no puedan actualizar pueden usar el encabezado `Proxy-Authorization` con `ProxyManager` de urllib3, deshabilitar las redirecciones HTTP usando `redirects=False` al enviar solicitudes o no usar el encabezado `Proxy-Authorization` como mitigaci\u00f3n.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N\",\"baseScore\":4.4,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"HIGH\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":0.7,\"impactScore\":3.6},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N\",\"baseScore\":6.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.8,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-669\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:urllib3:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.26.19\",\"matchCriteriaId\":\"D5928040-D3AD-47DB-B96F-CB8179059C35\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:urllib3:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.0.0\",\"versionEndExcluding\":\"2.2.2\",\"matchCriteriaId\":\"7B31B540-2C53-4261-A339-A5B82B6FF35B\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FA6FEEC2-9F11-4643-8827-749718254FED\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:active_iq_unified_manager:-:*:*:*:*:vmware_vsphere:*:*\",\"matchCriteriaId\":\"3A756737-1CC4-42C2-A4DF-E1C893B4E2D5\"}]}]}],\"references\":[{\"url\":\"https://github.com/urllib3/urllib3/commit/accff72ecc2f6cf5a76d9570198a93ac7c90270e\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/urllib3/urllib3/security/advisories/GHSA-34jh-p97f-mpxf\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Vendor Advisory\",\"Mitigation\"]},{\"url\":\"https://github.com/urllib3/urllib3/commit/accff72ecc2f6cf5a76d9570198a93ac7c90270e\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/urllib3/urllib3/security/advisories/GHSA-34jh-p97f-mpxf\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\",\"Mitigation\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/12/msg00020.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20240822-0003/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.vicarius.io/vsociety/posts/proxy-authorization-header-handling-vulnerability-in-urllib3-cve-2024-37891\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Third Party Advisory\",\"Mitigation\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/urllib3/urllib3/security/advisories/GHSA-34jh-p97f-mpxf\", \"name\": \"https://github.com/urllib3/urllib3/security/advisories/GHSA-34jh-p97f-mpxf\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://github.com/urllib3/urllib3/commit/accff72ecc2f6cf5a76d9570198a93ac7c90270e\", \"name\": \"https://github.com/urllib3/urllib3/commit/accff72ecc2f6cf5a76d9570198a93ac7c90270e\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://www.vicarius.io/vsociety/posts/proxy-authorization-header-handling-vulnerability-in-urllib3-cve-2024-37891\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20240822-0003/\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/12/msg00020.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-03T21:55:35.021Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-37891\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-06-18T13:49:45.845349Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-06-18T13:49:53.732Z\"}}], \"cna\": {\"title\": \"Proxy-Authorization request header isn\u0027t stripped during cross-origin redirects in urllib3\", \"source\": {\"advisory\": \"GHSA-34jh-p97f-mpxf\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 4.4, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"HIGH\", \"confidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"urllib3\", \"product\": \"urllib3\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 1.26.19\"}, {\"status\": \"affected\", \"version\": \"\u003e= 2.0.0, \u003c 2.2.2\"}]}], \"references\": [{\"url\": \"https://github.com/urllib3/urllib3/security/advisories/GHSA-34jh-p97f-mpxf\", \"name\": \"https://github.com/urllib3/urllib3/security/advisories/GHSA-34jh-p97f-mpxf\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/urllib3/urllib3/commit/accff72ecc2f6cf5a76d9570198a93ac7c90270e\", \"name\": \"https://github.com/urllib3/urllib3/commit/accff72ecc2f6cf5a76d9570198a93ac7c90270e\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \" urllib3 is a user-friendly HTTP client library for Python. When using urllib3\u0027s proxy support with `ProxyManager`, the `Proxy-Authorization` header is only sent to the configured proxy, as expected. However, when sending HTTP requests *without* using urllib3\u0027s proxy support, it\u0027s possible to accidentally configure the `Proxy-Authorization` header even though it won\u0027t have any effect as the request is not using a forwarding proxy or a tunneling proxy. In those cases, urllib3 doesn\u0027t treat the `Proxy-Authorization` HTTP header as one carrying authentication material and thus doesn\u0027t strip the header on cross-origin redirects. Because this is a highly unlikely scenario, we believe the severity of this vulnerability is low for almost all users. Out of an abundance of caution urllib3 will automatically strip the `Proxy-Authorization` header during cross-origin redirects to avoid the small chance that users are doing this on accident. Users should use urllib3\u0027s proxy support or disable automatic redirects to achieve safe processing of the `Proxy-Authorization` header, but we still decided to strip the header by default in order to further protect users who aren\u0027t using the correct approach. We believe the number of usages affected by this advisory is low. It requires all of the following to be true to be exploited: 1. Setting the `Proxy-Authorization` header without using urllib3\u0027s built-in proxy support. 2. Not disabling HTTP redirects. 3. Either not using an HTTPS origin server or for the proxy or target origin to redirect to a malicious origin. Users are advised to update to either version 1.26.19 or version 2.2.2. Users unable to upgrade may use the `Proxy-Authorization` header with urllib3\u0027s `ProxyManager`, disable HTTP redirects using `redirects=False` when sending requests, or not user the `Proxy-Authorization` header as mitigations.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-669\", \"description\": \"CWE-669: Incorrect Resource Transfer Between Spheres\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2024-06-17T19:18:32.574Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-37891\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-11-03T21:55:35.021Z\", \"dateReserved\": \"2024-06-10T19:54:41.361Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2024-06-17T19:18:32.574Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
NCSC-2024-0414
Vulnerability from csaf_ncscnl - Published: 2024-10-17 13:17 - Updated: 2024-10-17 13:17Summary
Kwetsbaarheden verholpen in Oracle Communications
Notes
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:
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.
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.
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.
Feiten
Oracle heeft kwetsbaarheden verholpen in diverse Communications producten en systemen.
Interpretaties
Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorieën schade:
- Denial-of-Service (DoS)
- Manipuleren van gegevens
- Uitvoer van willekeurige code (Gebruikersrechten)
- Uitvoer van willekeurige code (Administratorrechten)
- Toegang tot gevoelige gegevens
Oplossingen
Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.
Kans
medium
Schade
high
CWE-122
Heap-based Buffer Overflow
CWE-835
Loop with Unreachable Exit Condition ('Infinite Loop')
CWE-20
Improper Input Validation
CWE-466
Return of Pointer Value Outside of Expected Range
CWE-606
Unchecked Input for Loop Condition
CWE-390
Detection of Error Condition Without Action
CWE-405
Asymmetric Resource Consumption (Amplification)
CWE-222
Truncation of Security-relevant Information
CWE-364
Signal Handler Race Condition
CWE-450
Multiple Interpretations of UI Input
CWE-130
Improper Handling of Length Parameter Inconsistency
CWE-772
Missing Release of Resource after Effective Lifetime
CWE-669
Incorrect Resource Transfer Between Spheres
CWE-126
Buffer Over-read
CWE-88
Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')
CWE-349
Acceptance of Extraneous Untrusted Data With Trusted Data
CWE-755
Improper Handling of Exceptional Conditions
CWE-834
Excessive Iteration
CWE-407
Inefficient Algorithmic Complexity
CWE-754
Improper Check for Unusual or Exceptional Conditions
CWE-703
Improper Check or Handling of Exceptional Conditions
CWE-427
Uncontrolled Search Path Element
CWE-601
URL Redirection to Untrusted Site ('Open Redirect')
CWE-195
Signed to Unsigned Conversion Error
CWE-444
Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')
CWE-116
Improper Encoding or Escaping of Output
CWE-345
Insufficient Verification of Data Authenticity
CWE-77
Improper Neutralization of Special Elements used in a Command ('Command Injection')
CWE-190
Integer Overflow or Wraparound
CWE-61
UNIX Symbolic Link (Symlink) Following
CWE-362
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
CWE-125
Out-of-bounds Read
CWE-404
Improper Resource Shutdown or Release
CWE-284
Improper Access Control
CWE-119
Improper Restriction of Operations within the Bounds of a Memory Buffer
CWE-416
Use After Free
CWE-401
Missing Release of Memory after Effective Lifetime
CWE-476
NULL Pointer Dereference
CWE-459
Incomplete Cleanup
CWE-94
Improper Control of Generation of Code ('Code Injection')
CWE-400
Uncontrolled Resource Consumption
CWE-770
Allocation of Resources Without Limits or Throttling
CWE-248
Uncaught Exception
CWE-674
Uncontrolled Recursion
CWE-918
Server-Side Request Forgery (SSRF)
CWE-22
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
CWE-78
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
CWE-787
Out-of-bounds Write
CWE-200
Exposure of Sensitive Information to an Unauthorized Actor
{
"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 kwetsbaarheden verholpen in diverse Communications producten en systemen.",
"title": "Feiten"
},
{
"category": "description",
"text": "Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorie\u00ebn schade:\n\n- Denial-of-Service (DoS)\n- Manipuleren van gegevens\n- Uitvoer van willekeurige code (Gebruikersrechten)\n- Uitvoer van willekeurige code (Administratorrechten)\n- Toegang tot gevoelige gegevens",
"title": "Interpretaties"
},
{
"category": "description",
"text": "Oracle heeft updates uitgebracht om de kwetsbaarheden 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": "Heap-based Buffer Overflow",
"title": "CWE-122"
},
{
"category": "general",
"text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)",
"title": "CWE-835"
},
{
"category": "general",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"category": "general",
"text": "Return of Pointer Value Outside of Expected Range",
"title": "CWE-466"
},
{
"category": "general",
"text": "Unchecked Input for Loop Condition",
"title": "CWE-606"
},
{
"category": "general",
"text": "Detection of Error Condition Without Action",
"title": "CWE-390"
},
{
"category": "general",
"text": "Asymmetric Resource Consumption (Amplification)",
"title": "CWE-405"
},
{
"category": "general",
"text": "Truncation of Security-relevant Information",
"title": "CWE-222"
},
{
"category": "general",
"text": "Signal Handler Race Condition",
"title": "CWE-364"
},
{
"category": "general",
"text": "Multiple Interpretations of UI Input",
"title": "CWE-450"
},
{
"category": "general",
"text": "Improper Handling of Length Parameter Inconsistency",
"title": "CWE-130"
},
{
"category": "general",
"text": "Missing Release of Resource after Effective Lifetime",
"title": "CWE-772"
},
{
"category": "general",
"text": "Incorrect Resource Transfer Between Spheres",
"title": "CWE-669"
},
{
"category": "general",
"text": "Buffer Over-read",
"title": "CWE-126"
},
{
"category": "general",
"text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)",
"title": "CWE-88"
},
{
"category": "general",
"text": "Acceptance of Extraneous Untrusted Data With Trusted Data",
"title": "CWE-349"
},
{
"category": "general",
"text": "Improper Handling of Exceptional Conditions",
"title": "CWE-755"
},
{
"category": "general",
"text": "Excessive Iteration",
"title": "CWE-834"
},
{
"category": "general",
"text": "Inefficient Algorithmic Complexity",
"title": "CWE-407"
},
{
"category": "general",
"text": "Improper Check for Unusual or Exceptional Conditions",
"title": "CWE-754"
},
{
"category": "general",
"text": "Improper Check or Handling of Exceptional Conditions",
"title": "CWE-703"
},
{
"category": "general",
"text": "Uncontrolled Search Path Element",
"title": "CWE-427"
},
{
"category": "general",
"text": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)",
"title": "CWE-601"
},
{
"category": "general",
"text": "Signed to Unsigned Conversion Error",
"title": "CWE-195"
},
{
"category": "general",
"text": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)",
"title": "CWE-444"
},
{
"category": "general",
"text": "Improper Encoding or Escaping of Output",
"title": "CWE-116"
},
{
"category": "general",
"text": "Insufficient Verification of Data Authenticity",
"title": "CWE-345"
},
{
"category": "general",
"text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)",
"title": "CWE-77"
},
{
"category": "general",
"text": "Integer Overflow or Wraparound",
"title": "CWE-190"
},
{
"category": "general",
"text": "UNIX Symbolic Link (Symlink) Following",
"title": "CWE-61"
},
{
"category": "general",
"text": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)",
"title": "CWE-362"
},
{
"category": "general",
"text": "Out-of-bounds Read",
"title": "CWE-125"
},
{
"category": "general",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
},
{
"category": "general",
"text": "Improper Access Control",
"title": "CWE-284"
},
{
"category": "general",
"text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
"title": "CWE-119"
},
{
"category": "general",
"text": "Use After Free",
"title": "CWE-416"
},
{
"category": "general",
"text": "Missing Release of Memory after Effective Lifetime",
"title": "CWE-401"
},
{
"category": "general",
"text": "NULL Pointer Dereference",
"title": "CWE-476"
},
{
"category": "general",
"text": "Incomplete Cleanup",
"title": "CWE-459"
},
{
"category": "general",
"text": "Improper Control of Generation of Code (\u0027Code Injection\u0027)",
"title": "CWE-94"
},
{
"category": "general",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "general",
"text": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
},
{
"category": "general",
"text": "Uncaught Exception",
"title": "CWE-248"
},
{
"category": "general",
"text": "Uncontrolled Recursion",
"title": "CWE-674"
},
{
"category": "general",
"text": "Server-Side Request Forgery (SSRF)",
"title": "CWE-918"
},
{
"category": "general",
"text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"title": "CWE-22"
},
{
"category": "general",
"text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
"title": "CWE-78"
},
{
"category": "general",
"text": "Out-of-bounds Write",
"title": "CWE-787"
},
{
"category": "general",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
}
],
"publisher": {
"category": "coordinator",
"contact_details": "cert@ncsc.nl",
"name": "Nationaal Cyber Security Centrum",
"namespace": "https://www.ncsc.nl/"
},
"references": [
{
"category": "external",
"summary": "Reference - cveprojectv5; hkcert; nvd; oracle; redhat",
"url": "https://www.oracle.com/security-alerts/cpuoct2024.html"
}
],
"title": "Kwetsbaarheden verholpen in Oracle Communications",
"tracking": {
"current_release_date": "2024-10-17T13:17:52.103171Z",
"id": "NCSC-2024-0414",
"initial_release_date": "2024-10-17T13:17:52.103171Z",
"revision_history": [
{
"date": "2024-10-17T13:17:52.103171Z",
"number": "0",
"summary": "Initiele versie"
}
],
"status": "final",
"version": "1.0.0"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635313",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:10.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635305",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:12.11.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635311",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:12.11.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635312",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:12.11.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635323",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:12.6.1.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1670430",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:14.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1674632",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:14.0.0.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1674630",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:14.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635320",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:15.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1674633",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:17.0.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1670439",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:22.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635322",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:23.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1670429",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:23.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1670435",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:23.2.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1670431",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:23.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1670436",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:23.3.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1670432",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:23.3.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635321",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:23.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635310",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:23.4.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635318",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:23.4.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1674640",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:23.4.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1674642",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:23.4.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1670434",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:24.1.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635316",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:24.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1674639",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:24.1.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635314",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:24.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1674638",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:24.2.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1674637",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:24.2.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635306",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:4.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635307",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:4.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635317",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:46.6.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635319",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:46.6.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1670438",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:5.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635324",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:5.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635315",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:5.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1670433",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:9.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1674641",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:9.0.1.10.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1674635",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:9.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1674636",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:9.1.1.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1670437",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:9.1.1.7.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1674631",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:9.1.1.9.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1674634",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:9.1.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635308",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:9.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635309",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:9.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications__10.4.0.4",
"product": {
"name": "communications__10.4.0.4",
"product_id": "CSAFPID-1674629",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications__10.4.0.4:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications___23.4.2",
"product": {
"name": "communications___23.4.2",
"product_id": "CSAFPID-1670442",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications___23.4.2:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications___23.4.3",
"product": {
"name": "communications___23.4.3",
"product_id": "CSAFPID-1635325",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications___23.4.3:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications___23.4.4",
"product": {
"name": "communications___23.4.4",
"product_id": "CSAFPID-1635326",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications___23.4.4:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications___23.4.5",
"product": {
"name": "communications___23.4.5",
"product_id": "CSAFPID-1674645",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications___23.4.5:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications___23.4.6",
"product": {
"name": "communications___23.4.6",
"product_id": "CSAFPID-1674646",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications___23.4.6:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications___24.2.0",
"product": {
"name": "communications___24.2.0",
"product_id": "CSAFPID-1674644",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications___24.2.0:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications___7.2.1.0.0",
"product": {
"name": "communications___7.2.1.0.0",
"product_id": "CSAFPID-1670441",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications___7.2.1.0.0:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications___8.6.0.6",
"product": {
"name": "communications___8.6.0.6",
"product_id": "CSAFPID-1635327",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications___8.6.0.6:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications___8.6.0.8",
"product": {
"name": "communications___8.6.0.8",
"product_id": "CSAFPID-1635328",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications___8.6.0.8:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications___9.0.2",
"product": {
"name": "communications___9.0.2",
"product_id": "CSAFPID-1670440",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications___9.0.2:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications___9.0.3",
"product": {
"name": "communications___9.0.3",
"product_id": "CSAFPID-1635329",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications___9.0.3:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications___9.1.1.8.0",
"product": {
"name": "communications___9.1.1.8.0",
"product_id": "CSAFPID-1674643",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications___9.1.1.8.0:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_applications",
"product": {
"name": "communications_applications",
"product_id": "CSAFPID-1674621",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_applications:15.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_applications",
"product": {
"name": "communications_applications",
"product_id": "CSAFPID-1674618",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_applications:6.0.1.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_applications",
"product": {
"name": "communications_applications",
"product_id": "CSAFPID-1674619",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_applications:7.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_applications",
"product": {
"name": "communications_applications",
"product_id": "CSAFPID-1674622",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_applications:7.4.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_applications",
"product": {
"name": "communications_applications",
"product_id": "CSAFPID-1674617",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_applications:7.4.3.0.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_applications",
"product": {
"name": "communications_applications",
"product_id": "CSAFPID-1674623",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_applications:7.5.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_applications",
"product": {
"name": "communications_applications",
"product_id": "CSAFPID-1674620",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_applications:8.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_applications___12.0.6.0.0",
"product": {
"name": "communications_applications___12.0.6.0.0",
"product_id": "CSAFPID-1674627",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_applications___12.0.6.0.0:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_applications___5.5.22",
"product": {
"name": "communications_applications___5.5.22",
"product_id": "CSAFPID-1674626",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_applications___5.5.22:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_applications___6.0.3",
"product": {
"name": "communications_applications___6.0.3",
"product_id": "CSAFPID-1674628",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_applications___6.0.3:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_applications___6.0.4",
"product": {
"name": "communications_applications___6.0.4",
"product_id": "CSAFPID-1674624",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_applications___6.0.4:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_applications___6.0.5",
"product": {
"name": "communications_applications___6.0.5",
"product_id": "CSAFPID-1674625",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_applications___6.0.5:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_asap",
"product": {
"name": "communications_asap",
"product_id": "CSAFPID-204629",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_asap:7.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_asap",
"product": {
"name": "communications_asap",
"product_id": "CSAFPID-1673475",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_asap:7.4.3.0.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_asap",
"product": {
"name": "communications_asap",
"product_id": "CSAFPID-816792",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_asap:7.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_billing_and_revenue_management",
"product": {
"name": "communications_billing_and_revenue_management",
"product_id": "CSAFPID-764735",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_billing_and_revenue_management",
"product": {
"name": "communications_billing_and_revenue_management",
"product_id": "CSAFPID-1650734",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:12.0.0.4.0-12.0.0.8.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_billing_and_revenue_management",
"product": {
"name": "communications_billing_and_revenue_management",
"product_id": "CSAFPID-204639",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:12.0.0.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_billing_and_revenue_management",
"product": {
"name": "communications_billing_and_revenue_management",
"product_id": "CSAFPID-204627",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:12.0.0.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_billing_and_revenue_management",
"product": {
"name": "communications_billing_and_revenue_management",
"product_id": "CSAFPID-816793",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:15.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_billing_and_revenue_management",
"product": {
"name": "communications_billing_and_revenue_management",
"product_id": "CSAFPID-912557",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:15.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_billing_and_revenue_management__-_elastic_charging_engine",
"product": {
"name": "communications_billing_and_revenue_management__-_elastic_charging_engine",
"product_id": "CSAFPID-219835",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management__-_elastic_charging_engine:12.0.0.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_brm_-_elastic_charging_engine",
"product": {
"name": "communications_brm_-_elastic_charging_engine",
"product_id": "CSAFPID-764247",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_brm_-_elastic_charging_engine",
"product": {
"name": "communications_brm_-_elastic_charging_engine",
"product_id": "CSAFPID-209548",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:11.3.0.9.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_brm_-_elastic_charging_engine",
"product": {
"name": "communications_brm_-_elastic_charging_engine",
"product_id": "CSAFPID-209549",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:11.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_brm_-_elastic_charging_engine",
"product": {
"name": "communications_brm_-_elastic_charging_engine",
"product_id": "CSAFPID-41194",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:12.0.0.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_brm_-_elastic_charging_engine",
"product": {
"name": "communications_brm_-_elastic_charging_engine",
"product_id": "CSAFPID-1650820",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:12.0.0.4-12.0.0.8:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_brm_-_elastic_charging_engine",
"product": {
"name": "communications_brm_-_elastic_charging_engine",
"product_id": "CSAFPID-765241",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:12.0.0.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_brm_-_elastic_charging_engine",
"product": {
"name": "communications_brm_-_elastic_charging_engine",
"product_id": "CSAFPID-209546",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:12.0.0.5.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_brm_-_elastic_charging_engine",
"product": {
"name": "communications_brm_-_elastic_charging_engine",
"product_id": "CSAFPID-209550",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:12.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_brm_-_elastic_charging_engine",
"product": {
"name": "communications_brm_-_elastic_charging_engine",
"product_id": "CSAFPID-498607",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:12:0.0.5.0:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_brm_-_elastic_charging_engine",
"product": {
"name": "communications_brm_-_elastic_charging_engine",
"product_id": "CSAFPID-912556",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:15.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_calendar_server",
"product": {
"name": "communications_calendar_server",
"product_id": "CSAFPID-764736",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_calendar_server:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_calendar_server",
"product": {
"name": "communications_calendar_server",
"product_id": "CSAFPID-220190",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_calendar_server:8.0.0.6.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_configuration_console",
"product": {
"name": "communications_cloud_native_configuration_console",
"product_id": "CSAFPID-391501",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_configuration_console:22.4.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_configuration_console",
"product": {
"name": "communications_cloud_native_configuration_console",
"product_id": "CSAFPID-440102",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_configuration_console:23.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_automated_test_suite",
"product": {
"name": "communications_cloud_native_core_automated_test_suite",
"product_id": "CSAFPID-89545",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:1.8.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_automated_test_suite",
"product": {
"name": "communications_cloud_native_core_automated_test_suite",
"product_id": "CSAFPID-180215",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:1.9.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_automated_test_suite",
"product": {
"name": "communications_cloud_native_core_automated_test_suite",
"product_id": "CSAFPID-180197",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:22.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_automated_test_suite",
"product": {
"name": "communications_cloud_native_core_automated_test_suite",
"product_id": "CSAFPID-220548",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:22.2.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_automated_test_suite",
"product": {
"name": "communications_cloud_native_core_automated_test_suite",
"product_id": "CSAFPID-41516",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:22.3.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_automated_test_suite",
"product": {
"name": "communications_cloud_native_core_automated_test_suite",
"product_id": "CSAFPID-41515",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:22.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_automated_test_suite",
"product": {
"name": "communications_cloud_native_core_automated_test_suite",
"product_id": "CSAFPID-220057",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:22.4.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_automated_test_suite",
"product": {
"name": "communications_cloud_native_core_automated_test_suite",
"product_id": "CSAFPID-220055",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_automated_test_suite",
"product": {
"name": "communications_cloud_native_core_automated_test_suite",
"product_id": "CSAFPID-220909",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.1.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_automated_test_suite",
"product": {
"name": "communications_cloud_native_core_automated_test_suite",
"product_id": "CSAFPID-816765",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.1.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_automated_test_suite",
"product": {
"name": "communications_cloud_native_core_automated_test_suite",
"product_id": "CSAFPID-816766",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.2.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_automated_test_suite",
"product": {
"name": "communications_cloud_native_core_automated_test_suite",
"product_id": "CSAFPID-816767",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_automated_test_suite",
"product": {
"name": "communications_cloud_native_core_automated_test_suite",
"product_id": "CSAFPID-1503577",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_automated_test_suite",
"product": {
"name": "communications_cloud_native_core_automated_test_suite",
"product_id": "CSAFPID-1673416",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.4.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_automated_test_suite",
"product": {
"name": "communications_cloud_native_core_automated_test_suite",
"product_id": "CSAFPID-1673516",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.4.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_automated_test_suite",
"product": {
"name": "communications_cloud_native_core_automated_test_suite",
"product_id": "CSAFPID-1673412",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:24.1.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_automated_test_suite",
"product": {
"name": "communications_cloud_native_core_automated_test_suite",
"product_id": "CSAFPID-1673411",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:24.2.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_binding_support_function",
"product": {
"name": "communications_cloud_native_core_binding_support_function",
"product_id": "CSAFPID-764237",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_binding_support_function",
"product": {
"name": "communications_cloud_native_core_binding_support_function",
"product_id": "CSAFPID-2045",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:1.10.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_binding_support_function",
"product": {
"name": "communications_cloud_native_core_binding_support_function",
"product_id": "CSAFPID-40612",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:1.11.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_binding_support_function",
"product": {
"name": "communications_cloud_native_core_binding_support_function",
"product_id": "CSAFPID-608629",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_binding_support_function",
"product": {
"name": "communications_cloud_native_core_binding_support_function",
"product_id": "CSAFPID-93784",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.1.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_binding_support_function",
"product": {
"name": "communications_cloud_native_core_binding_support_function",
"product_id": "CSAFPID-1899",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.1.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_binding_support_function",
"product": {
"name": "communications_cloud_native_core_binding_support_function",
"product_id": "CSAFPID-41111",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_binding_support_function",
"product": {
"name": "communications_cloud_native_core_binding_support_function",
"product_id": "CSAFPID-1685",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.2.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_binding_support_function",
"product": {
"name": "communications_cloud_native_core_binding_support_function",
"product_id": "CSAFPID-493445",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.2.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_binding_support_function",
"product": {
"name": "communications_cloud_native_core_binding_support_function",
"product_id": "CSAFPID-294401",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.2.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_binding_support_function",
"product": {
"name": "communications_cloud_native_core_binding_support_function",
"product_id": "CSAFPID-220547",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_binding_support_function",
"product": {
"name": "communications_cloud_native_core_binding_support_function",
"product_id": "CSAFPID-764824",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.3.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_binding_support_function",
"product": {
"name": "communications_cloud_native_core_binding_support_function",
"product_id": "CSAFPID-220459",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.3.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_binding_support_function",
"product": {
"name": "communications_cloud_native_core_binding_support_function",
"product_id": "CSAFPID-45184",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_binding_support_function",
"product": {
"name": "communications_cloud_native_core_binding_support_function",
"product_id": "CSAFPID-45182",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_binding_support_function",
"product": {
"name": "communications_cloud_native_core_binding_support_function",
"product_id": "CSAFPID-45181",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.1.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_binding_support_function",
"product": {
"name": "communications_cloud_native_core_binding_support_function",
"product_id": "CSAFPID-611405",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.1.7:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_binding_support_function",
"product": {
"name": "communications_cloud_native_core_binding_support_function",
"product_id": "CSAFPID-611403",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_binding_support_function",
"product": {
"name": "communications_cloud_native_core_binding_support_function",
"product_id": "CSAFPID-611404",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.2.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_binding_support_function",
"product": {
"name": "communications_cloud_native_core_binding_support_function",
"product_id": "CSAFPID-1650752",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.4.0-23.4.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_binding_support_function",
"product": {
"name": "communications_cloud_native_core_binding_support_function",
"product_id": "CSAFPID-1673396",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.4.0-23.4.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_binding_support_function",
"product": {
"name": "communications_cloud_native_core_binding_support_function",
"product_id": "CSAFPID-912066",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_binding_support_function",
"product": {
"name": "communications_cloud_native_core_binding_support_function",
"product_id": "CSAFPID-1503323",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.4.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_certificate_management",
"product": {
"name": "communications_cloud_native_core_certificate_management",
"product_id": "CSAFPID-1673526",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_certificate_management:23.4.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_certificate_management",
"product": {
"name": "communications_cloud_native_core_certificate_management",
"product_id": "CSAFPID-1673391",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_certificate_management:23.4.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_certificate_management",
"product": {
"name": "communications_cloud_native_core_certificate_management",
"product_id": "CSAFPID-1673394",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_certificate_management:24.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_console",
"product": {
"name": "communications_cloud_native_core_console",
"product_id": "CSAFPID-165550",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:1.7.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_console",
"product": {
"name": "communications_cloud_native_core_console",
"product_id": "CSAFPID-93546",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:1.9.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_console",
"product": {
"name": "communications_cloud_native_core_console",
"product_id": "CSAFPID-180195",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:22.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_console",
"product": {
"name": "communications_cloud_native_core_console",
"product_id": "CSAFPID-40299",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:22.1.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_console",
"product": {
"name": "communications_cloud_native_core_console",
"product_id": "CSAFPID-187447",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:22.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_console",
"product": {
"name": "communications_cloud_native_core_console",
"product_id": "CSAFPID-45186",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:22.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_console",
"product": {
"name": "communications_cloud_native_core_console",
"product_id": "CSAFPID-45185",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:22.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_console",
"product": {
"name": "communications_cloud_native_core_console",
"product_id": "CSAFPID-220559",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:22.4.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_console",
"product": {
"name": "communications_cloud_native_core_console",
"product_id": "CSAFPID-220558",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.1.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_console",
"product": {
"name": "communications_cloud_native_core_console",
"product_id": "CSAFPID-764238",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.1.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_console",
"product": {
"name": "communications_cloud_native_core_console",
"product_id": "CSAFPID-764239",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.2.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_console",
"product": {
"name": "communications_cloud_native_core_console",
"product_id": "CSAFPID-816768",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_console",
"product": {
"name": "communications_cloud_native_core_console",
"product_id": "CSAFPID-816769",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.3.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_console",
"product": {
"name": "communications_cloud_native_core_console",
"product_id": "CSAFPID-912085",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_console",
"product": {
"name": "communications_cloud_native_core_console",
"product_id": "CSAFPID-1503578",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.4.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_console",
"product": {
"name": "communications_cloud_native_core_console",
"product_id": "CSAFPID-1673389",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.4.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_console",
"product": {
"name": "communications_cloud_native_core_console",
"product_id": "CSAFPID-1673390",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:24.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_dbtier",
"product": {
"name": "communications_cloud_native_core_dbtier",
"product_id": "CSAFPID-1673421",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_dbtier:24.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_dbtier",
"product": {
"name": "communications_cloud_native_core_dbtier",
"product_id": "CSAFPID-1673420",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_dbtier:24.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_data_analytics_function",
"product": {
"name": "communications_cloud_native_core_network_data_analytics_function",
"product_id": "CSAFPID-764825",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_data_analytics_function:22.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_data_analytics_function",
"product": {
"name": "communications_cloud_native_core_network_data_analytics_function",
"product_id": "CSAFPID-816770",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_data_analytics_function:23.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_data_analytics_function",
"product": {
"name": "communications_cloud_native_core_network_data_analytics_function",
"product_id": "CSAFPID-816771",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_data_analytics_function:23.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_data_analytics_function",
"product": {
"name": "communications_cloud_native_core_network_data_analytics_function",
"product_id": "CSAFPID-912068",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_data_analytics_function:24.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_data_analytics_function",
"product": {
"name": "communications_cloud_native_core_network_data_analytics_function",
"product_id": "CSAFPID-1503579",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_data_analytics_function:24.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_exposure_function",
"product": {
"name": "communications_cloud_native_core_network_exposure_function",
"product_id": "CSAFPID-180201",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:22.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_exposure_function",
"product": {
"name": "communications_cloud_native_core_network_exposure_function",
"product_id": "CSAFPID-1900",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:22.1.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_exposure_function",
"product": {
"name": "communications_cloud_native_core_network_exposure_function",
"product_id": "CSAFPID-760687",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:22.2.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_exposure_function",
"product": {
"name": "communications_cloud_native_core_network_exposure_function",
"product_id": "CSAFPID-40947",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:22.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_exposure_function",
"product": {
"name": "communications_cloud_native_core_network_exposure_function",
"product_id": "CSAFPID-93635",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:22.3.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_exposure_function",
"product": {
"name": "communications_cloud_native_core_network_exposure_function",
"product_id": "CSAFPID-503534",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:22.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_exposure_function",
"product": {
"name": "communications_cloud_native_core_network_exposure_function",
"product_id": "CSAFPID-90018",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:22.4.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_exposure_function",
"product": {
"name": "communications_cloud_native_core_network_exposure_function",
"product_id": "CSAFPID-220327",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:22.4.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_exposure_function",
"product": {
"name": "communications_cloud_native_core_network_exposure_function",
"product_id": "CSAFPID-94290",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_exposure_function",
"product": {
"name": "communications_cloud_native_core_network_exposure_function",
"product_id": "CSAFPID-220325",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.1.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_exposure_function",
"product": {
"name": "communications_cloud_native_core_network_exposure_function",
"product_id": "CSAFPID-614513",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.1.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_exposure_function",
"product": {
"name": "communications_cloud_native_core_network_exposure_function",
"product_id": "CSAFPID-643776",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_exposure_function",
"product": {
"name": "communications_cloud_native_core_network_exposure_function",
"product_id": "CSAFPID-816772",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.3.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_exposure_function",
"product": {
"name": "communications_cloud_native_core_network_exposure_function",
"product_id": "CSAFPID-912076",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.4.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_exposure_function",
"product": {
"name": "communications_cloud_native_core_network_exposure_function",
"product_id": "CSAFPID-1503580",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.4.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product": {
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product_id": "CSAFPID-40613",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:1.10.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product": {
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product_id": "CSAFPID-2044",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:1.9.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product": {
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product_id": "CSAFPID-40301",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:22.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product": {
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product_id": "CSAFPID-180194",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:22.1.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product": {
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product_id": "CSAFPID-449747",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:22.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product": {
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product_id": "CSAFPID-40298",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:22.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product": {
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product_id": "CSAFPID-223527",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:22.2.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product": {
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product_id": "CSAFPID-449746",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:22.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product": {
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product_id": "CSAFPID-503493",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:22.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product": {
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product_id": "CSAFPID-260394",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:22.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product": {
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product_id": "CSAFPID-219838",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:23.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product": {
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product_id": "CSAFPID-611387",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:23.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product": {
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product_id": "CSAFPID-618156",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:23.2.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product": {
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product_id": "CSAFPID-816773",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:23.3.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product": {
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product_id": "CSAFPID-912101",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:23.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product": {
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product_id": "CSAFPID-1673473",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:24.1.0-24.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product": {
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product_id": "CSAFPID-1503581",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:24.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product": {
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product_id": "CSAFPID-912539",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:_install_upgrade___23.3.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product": {
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product_id": "CSAFPID-912540",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:_install_upgrade___23.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product": {
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product_id": "CSAFPID-912541",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:_installation___23.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product": {
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product_id": "CSAFPID-912542",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:_obserability_services_overlay___23.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product": {
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product_id": "CSAFPID-912543",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:_observability_services_overlay___23.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_repository_function",
"product": {
"name": "communications_cloud_native_core_network_repository_function",
"product_id": "CSAFPID-40611",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:1.15.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_repository_function",
"product": {
"name": "communications_cloud_native_core_network_repository_function",
"product_id": "CSAFPID-40609",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:1.15.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_repository_function",
"product": {
"name": "communications_cloud_native_core_network_repository_function",
"product_id": "CSAFPID-180198",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:22.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_repository_function",
"product": {
"name": "communications_cloud_native_core_network_repository_function",
"product_id": "CSAFPID-41112",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:22.1.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_repository_function",
"product": {
"name": "communications_cloud_native_core_network_repository_function",
"product_id": "CSAFPID-41110",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:22.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_repository_function",
"product": {
"name": "communications_cloud_native_core_network_repository_function",
"product_id": "CSAFPID-760688",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:22.2.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_repository_function",
"product": {
"name": "communications_cloud_native_core_network_repository_function",
"product_id": "CSAFPID-493444",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:22.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_repository_function",
"product": {
"name": "communications_cloud_native_core_network_repository_function",
"product_id": "CSAFPID-93633",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:22.3.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_repository_function",
"product": {
"name": "communications_cloud_native_core_network_repository_function",
"product_id": "CSAFPID-220056",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:22.4.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_repository_function",
"product": {
"name": "communications_cloud_native_core_network_repository_function",
"product_id": "CSAFPID-223511",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:22.4.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_repository_function",
"product": {
"name": "communications_cloud_native_core_network_repository_function",
"product_id": "CSAFPID-216017",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_repository_function",
"product": {
"name": "communications_cloud_native_core_network_repository_function",
"product_id": "CSAFPID-220889",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.1.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_repository_function",
"product": {
"name": "communications_cloud_native_core_network_repository_function",
"product_id": "CSAFPID-614516",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.1.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_repository_function",
"product": {
"name": "communications_cloud_native_core_network_repository_function",
"product_id": "CSAFPID-816774",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.1.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_repository_function",
"product": {
"name": "communications_cloud_native_core_network_repository_function",
"product_id": "CSAFPID-220918",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_repository_function",
"product": {
"name": "communications_cloud_native_core_network_repository_function",
"product_id": "CSAFPID-614515",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.2.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_repository_function",
"product": {
"name": "communications_cloud_native_core_network_repository_function",
"product_id": "CSAFPID-614514",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_repository_function",
"product": {
"name": "communications_cloud_native_core_network_repository_function",
"product_id": "CSAFPID-816346",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.3.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_repository_function",
"product": {
"name": "communications_cloud_native_core_network_repository_function",
"product_id": "CSAFPID-912077",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.4.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_repository_function",
"product": {
"name": "communications_cloud_native_core_network_repository_function",
"product_id": "CSAFPID-1503322",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.4.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_repository_function",
"product": {
"name": "communications_cloud_native_core_network_repository_function",
"product_id": "CSAFPID-1673413",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.4.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_repository_function",
"product": {
"name": "communications_cloud_native_core_network_repository_function",
"product_id": "CSAFPID-1673415",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:24.2.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_repository_function",
"product": {
"name": "communications_cloud_native_core_network_repository_function",
"product_id": "CSAFPID-816775",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:_install_upgrade___23.3.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_repository_function",
"product": {
"name": "communications_cloud_native_core_network_repository_function",
"product_id": "CSAFPID-912544",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:_install_upgrade___23.4.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_slice_selection_function",
"product": {
"name": "communications_cloud_native_core_network_slice_selection_function",
"product_id": "CSAFPID-40608",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:1.8.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_slice_selection_function",
"product": {
"name": "communications_cloud_native_core_network_slice_selection_function",
"product_id": "CSAFPID-180199",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:22.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_slice_selection_function",
"product": {
"name": "communications_cloud_native_core_network_slice_selection_function",
"product_id": "CSAFPID-41113",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:22.1.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_slice_selection_function",
"product": {
"name": "communications_cloud_native_core_network_slice_selection_function",
"product_id": "CSAFPID-260395",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:22.3.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_slice_selection_function",
"product": {
"name": "communications_cloud_native_core_network_slice_selection_function",
"product_id": "CSAFPID-260393",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:22.4.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_slice_selection_function",
"product": {
"name": "communications_cloud_native_core_network_slice_selection_function",
"product_id": "CSAFPID-816348",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:23.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_slice_selection_function",
"product": {
"name": "communications_cloud_native_core_network_slice_selection_function",
"product_id": "CSAFPID-912545",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:23.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_slice_selection_function",
"product": {
"name": "communications_cloud_native_core_network_slice_selection_function",
"product_id": "CSAFPID-816347",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:23.3.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_slice_selection_function",
"product": {
"name": "communications_cloud_native_core_network_slice_selection_function",
"product_id": "CSAFPID-1673494",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:24.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_slice_selection_function",
"product": {
"name": "communications_cloud_native_core_network_slice_selection_function",
"product_id": "CSAFPID-1673501",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:24.2.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_slice_selection_function",
"product": {
"name": "communications_cloud_native_core_network_slice_selection_function",
"product_id": "CSAFPID-816776",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:_install_upgrade___23.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_slice_selection_function",
"product": {
"name": "communications_cloud_native_core_network_slice_selection_function",
"product_id": "CSAFPID-816777",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:_install_upgrade___23.3.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_policy",
"product": {
"name": "communications_cloud_native_core_policy",
"product_id": "CSAFPID-764240",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_policy",
"product": {
"name": "communications_cloud_native_core_policy",
"product_id": "CSAFPID-220468",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:1.11.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_policy",
"product": {
"name": "communications_cloud_native_core_policy",
"product_id": "CSAFPID-2310",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:1.14.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_policy",
"product": {
"name": "communications_cloud_native_core_policy",
"product_id": "CSAFPID-93547",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:1.15.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_policy",
"product": {
"name": "communications_cloud_native_core_policy",
"product_id": "CSAFPID-180200",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:22.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_policy",
"product": {
"name": "communications_cloud_native_core_policy",
"product_id": "CSAFPID-180193",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:22.1.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_policy",
"product": {
"name": "communications_cloud_native_core_policy",
"product_id": "CSAFPID-1898",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:22.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_policy",
"product": {
"name": "communications_cloud_native_core_policy",
"product_id": "CSAFPID-93636",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:22.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_policy",
"product": {
"name": "communications_cloud_native_core_policy",
"product_id": "CSAFPID-90020",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:22.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_policy",
"product": {
"name": "communications_cloud_native_core_policy",
"product_id": "CSAFPID-90015",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_policy",
"product": {
"name": "communications_cloud_native_core_policy",
"product_id": "CSAFPID-220133",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_policy",
"product": {
"name": "communications_cloud_native_core_policy",
"product_id": "CSAFPID-1650751",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.4.0-23.4.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_policy",
"product": {
"name": "communications_cloud_native_core_policy",
"product_id": "CSAFPID-1673517",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.4.0-23.4.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_policy",
"product": {
"name": "communications_cloud_native_core_policy",
"product_id": "CSAFPID-1673395",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.4.0-23.4.6:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_policy",
"product": {
"name": "communications_cloud_native_core_policy",
"product_id": "CSAFPID-912069",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_policy",
"product": {
"name": "communications_cloud_native_core_policy",
"product_id": "CSAFPID-765371",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:all_supported_s:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product": {
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product_id": "CSAFPID-180216",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:1.7.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product": {
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product_id": "CSAFPID-180202",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product": {
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product_id": "CSAFPID-40300",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.1.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product": {
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product_id": "CSAFPID-93653",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product": {
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product_id": "CSAFPID-40949",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.2.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product": {
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product_id": "CSAFPID-642000",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product": {
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product_id": "CSAFPID-93634",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.3.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product": {
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product_id": "CSAFPID-220561",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.3.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product": {
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product_id": "CSAFPID-90021",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product": {
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product_id": "CSAFPID-94292",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.4.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product": {
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product_id": "CSAFPID-218028",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.4.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product": {
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product_id": "CSAFPID-220881",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.4.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product": {
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product_id": "CSAFPID-94291",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product": {
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product_id": "CSAFPID-220910",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.1.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product": {
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product_id": "CSAFPID-220324",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.1.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product": {
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product_id": "CSAFPID-611401",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.1.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product": {
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product_id": "CSAFPID-816778",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product": {
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product_id": "CSAFPID-614517",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product": {
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product_id": "CSAFPID-912547",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product": {
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product_id": "CSAFPID-1673392",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.4.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product": {
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product_id": "CSAFPID-1503582",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:24.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product": {
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product_id": "CSAFPID-1673393",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:24.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product": {
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product_id": "CSAFPID-912546",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:_automated_test_suite___23.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_service_communication_proxy",
"product": {
"name": "communications_cloud_native_core_service_communication_proxy",
"product_id": "CSAFPID-40610",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:1.15.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_service_communication_proxy",
"product": {
"name": "communications_cloud_native_core_service_communication_proxy",
"product_id": "CSAFPID-611587",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:22.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_service_communication_proxy",
"product": {
"name": "communications_cloud_native_core_service_communication_proxy",
"product_id": "CSAFPID-642002",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:22.2.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_service_communication_proxy",
"product": {
"name": "communications_cloud_native_core_service_communication_proxy",
"product_id": "CSAFPID-493443",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:22.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_service_communication_proxy",
"product": {
"name": "communications_cloud_native_core_service_communication_proxy",
"product_id": "CSAFPID-642001",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:22.3.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_service_communication_proxy",
"product": {
"name": "communications_cloud_native_core_service_communication_proxy",
"product_id": "CSAFPID-224796",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:22.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_service_communication_proxy",
"product": {
"name": "communications_cloud_native_core_service_communication_proxy",
"product_id": "CSAFPID-224795",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_service_communication_proxy",
"product": {
"name": "communications_cloud_native_core_service_communication_proxy",
"product_id": "CSAFPID-912548",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.2.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_service_communication_proxy",
"product": {
"name": "communications_cloud_native_core_service_communication_proxy",
"product_id": "CSAFPID-912102",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_service_communication_proxy",
"product": {
"name": "communications_cloud_native_core_service_communication_proxy",
"product_id": "CSAFPID-912549",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_service_communication_proxy",
"product": {
"name": "communications_cloud_native_core_service_communication_proxy",
"product_id": "CSAFPID-1503583",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.4.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_service_communication_proxy",
"product": {
"name": "communications_cloud_native_core_service_communication_proxy",
"product_id": "CSAFPID-1503584",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.4.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_service_communication_proxy",
"product": {
"name": "communications_cloud_native_core_service_communication_proxy",
"product_id": "CSAFPID-1503585",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:24.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_service_communication_proxy",
"product": {
"name": "communications_cloud_native_core_service_communication_proxy",
"product_id": "CSAFPID-1672767",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:24.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_unified_data_repository",
"product": {
"name": "communications_cloud_native_core_unified_data_repository",
"product_id": "CSAFPID-180217",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:1.15.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_unified_data_repository",
"product": {
"name": "communications_cloud_native_core_unified_data_repository",
"product_id": "CSAFPID-180196",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_unified_data_repository",
"product": {
"name": "communications_cloud_native_core_unified_data_repository",
"product_id": "CSAFPID-165576",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.1.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_unified_data_repository",
"product": {
"name": "communications_cloud_native_core_unified_data_repository",
"product_id": "CSAFPID-40297",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_unified_data_repository",
"product": {
"name": "communications_cloud_native_core_unified_data_repository",
"product_id": "CSAFPID-764899",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.2.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_unified_data_repository",
"product": {
"name": "communications_cloud_native_core_unified_data_repository",
"product_id": "CSAFPID-589926",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.2.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_unified_data_repository",
"product": {
"name": "communications_cloud_native_core_unified_data_repository",
"product_id": "CSAFPID-179780",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.2.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_unified_data_repository",
"product": {
"name": "communications_cloud_native_core_unified_data_repository",
"product_id": "CSAFPID-40948",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_unified_data_repository",
"product": {
"name": "communications_cloud_native_core_unified_data_repository",
"product_id": "CSAFPID-589925",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.3.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_unified_data_repository",
"product": {
"name": "communications_cloud_native_core_unified_data_repository",
"product_id": "CSAFPID-179779",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.3.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_unified_data_repository",
"product": {
"name": "communications_cloud_native_core_unified_data_repository",
"product_id": "CSAFPID-764826",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_unified_data_repository",
"product": {
"name": "communications_cloud_native_core_unified_data_repository",
"product_id": "CSAFPID-90019",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.4.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_unified_data_repository",
"product": {
"name": "communications_cloud_native_core_unified_data_repository",
"product_id": "CSAFPID-90016",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_unified_data_repository",
"product": {
"name": "communications_cloud_native_core_unified_data_repository",
"product_id": "CSAFPID-220326",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.1.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_unified_data_repository",
"product": {
"name": "communications_cloud_native_core_unified_data_repository",
"product_id": "CSAFPID-764241",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.1.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_unified_data_repository",
"product": {
"name": "communications_cloud_native_core_unified_data_repository",
"product_id": "CSAFPID-912078",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_unified_data_repository",
"product": {
"name": "communications_cloud_native_core_unified_data_repository",
"product_id": "CSAFPID-816349",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.3.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_unified_data_repository",
"product": {
"name": "communications_cloud_native_core_unified_data_repository",
"product_id": "CSAFPID-912550",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.3.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_unified_data_repository",
"product": {
"name": "communications_cloud_native_core_unified_data_repository",
"product_id": "CSAFPID-1503586",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.4.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_unified_data_repository",
"product": {
"name": "communications_cloud_native_core_unified_data_repository",
"product_id": "CSAFPID-1503587",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.4.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_unified_data_repository",
"product": {
"name": "communications_cloud_native_core_unified_data_repository",
"product_id": "CSAFPID-1673399",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:24.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_unified_data_repository",
"product": {
"name": "communications_cloud_native_core_unified_data_repository",
"product_id": "CSAFPID-816779",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:_signaling___23.3.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_contacts_server",
"product": {
"name": "communications_contacts_server",
"product_id": "CSAFPID-764737",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_contacts_server:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_contacts_server",
"product": {
"name": "communications_contacts_server",
"product_id": "CSAFPID-224787",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_contacts_server:8.0.0.6.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_contacts_server",
"product": {
"name": "communications_contacts_server",
"product_id": "CSAFPID-220189",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_contacts_server:8.0.0.7.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_converged_application_server",
"product": {
"name": "communications_converged_application_server",
"product_id": "CSAFPID-764827",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_converged_application_server:7.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_converged_application_server",
"product": {
"name": "communications_converged_application_server",
"product_id": "CSAFPID-764828",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_converged_application_server:8.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_converged_application_server_-_service_controller",
"product": {
"name": "communications_converged_application_server_-_service_controller",
"product_id": "CSAFPID-764734",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_converged_application_server_-_service_controller:6.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_converged_application_server_-_service_controller",
"product": {
"name": "communications_converged_application_server_-_service_controller",
"product_id": "CSAFPID-426842",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_converged_application_server_-_service_controller:6.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_converged_charging_system",
"product": {
"name": "communications_converged_charging_system",
"product_id": "CSAFPID-1503599",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_converged_charging_system:2.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_converged_charging_system",
"product": {
"name": "communications_converged_charging_system",
"product_id": "CSAFPID-1503600",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_converged_charging_system:2.0.0.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_convergence",
"product": {
"name": "communications_convergence",
"product_id": "CSAFPID-345031",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_convergence:3.0.2.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_convergence",
"product": {
"name": "communications_convergence",
"product_id": "CSAFPID-204635",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_convergence:3.0.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_convergence",
"product": {
"name": "communications_convergence",
"product_id": "CSAFPID-764833",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_convergence:3.0.3.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_convergence",
"product": {
"name": "communications_convergence",
"product_id": "CSAFPID-224793",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_convergence:3.0.3.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_convergence",
"product": {
"name": "communications_convergence",
"product_id": "CSAFPID-816794",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_convergence:3.0.3.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_convergent_charging_controller",
"product": {
"name": "communications_convergent_charging_controller",
"product_id": "CSAFPID-342793",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_convergent_charging_controller:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_convergent_charging_controller",
"product": {
"name": "communications_convergent_charging_controller",
"product_id": "CSAFPID-1650777",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_convergent_charging_controller:12.0.1.0.0-12.0.6.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_convergent_charging_controller",
"product": {
"name": "communications_convergent_charging_controller",
"product_id": "CSAFPID-1265",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_convergent_charging_controller:12.0.6.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_convergent_charging_controller",
"product": {
"name": "communications_convergent_charging_controller",
"product_id": "CSAFPID-764248",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_convergent_charging_controller:12.0.6.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_convergent_charging_controller",
"product": {
"name": "communications_convergent_charging_controller",
"product_id": "CSAFPID-816350",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_convergent_charging_controller:15.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_convergent_charging_controller",
"product": {
"name": "communications_convergent_charging_controller",
"product_id": "CSAFPID-1261",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_convergent_charging_controller:6.0.1.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_core_session_manager",
"product": {
"name": "communications_core_session_manager",
"product_id": "CSAFPID-110244",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_core_session_manager:8.2.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_core_session_manager",
"product": {
"name": "communications_core_session_manager",
"product_id": "CSAFPID-110242",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_core_session_manager:8.4.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_core_session_manager",
"product": {
"name": "communications_core_session_manager",
"product_id": "CSAFPID-93777",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_core_session_manager:8.45:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_core_session_manager",
"product": {
"name": "communications_core_session_manager",
"product_id": "CSAFPID-1672764",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_core_session_manager:9.1.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_core_session_manager",
"product": {
"name": "communications_core_session_manager",
"product_id": "CSAFPID-93772",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_core_session_manager:9.15:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_data_model",
"product": {
"name": "communications_data_model",
"product_id": "CSAFPID-764902",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_data_model:12.2.0.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_design_studio",
"product": {
"name": "communications_design_studio",
"product_id": "CSAFPID-765372",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_design_studio:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_design_studio",
"product": {
"name": "communications_design_studio",
"product_id": "CSAFPID-342799",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_design_studio:7.3.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_design_studio",
"product": {
"name": "communications_design_studio",
"product_id": "CSAFPID-704412",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_design_studio:7.4.0.7.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_design_studio",
"product": {
"name": "communications_design_studio",
"product_id": "CSAFPID-704411",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_design_studio:7.4.1.5.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_design_studio",
"product": {
"name": "communications_design_studio",
"product_id": "CSAFPID-165544",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_design_studio:7.4.2.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_design_studio",
"product": {
"name": "communications_design_studio",
"product_id": "CSAFPID-704410",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_design_studio:7.4.2.8.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_design_studio",
"product": {
"name": "communications_design_studio",
"product_id": "CSAFPID-41183",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_design_studio:7.4.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_diameter_intelligence_hub",
"product": {
"name": "communications_diameter_intelligence_hub",
"product_id": "CSAFPID-342802",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_diameter_intelligence_hub:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_diameter_intelligence_hub",
"product": {
"name": "communications_diameter_intelligence_hub",
"product_id": "CSAFPID-764829",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_diameter_intelligence_hub:8.2.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_diameter_signaling_router",
"product": {
"name": "communications_diameter_signaling_router",
"product_id": "CSAFPID-1503588",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_diameter_signaling_router",
"product": {
"name": "communications_diameter_signaling_router",
"product_id": "CSAFPID-1892",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_diameter_signaling_router",
"product": {
"name": "communications_diameter_signaling_router",
"product_id": "CSAFPID-1891",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_diameter_signaling_router",
"product": {
"name": "communications_diameter_signaling_router",
"product_id": "CSAFPID-1888",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.2.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_diameter_signaling_router",
"product": {
"name": "communications_diameter_signaling_router",
"product_id": "CSAFPID-1887",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.2.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_diameter_signaling_router",
"product": {
"name": "communications_diameter_signaling_router",
"product_id": "CSAFPID-1889",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_diameter_signaling_router",
"product": {
"name": "communications_diameter_signaling_router",
"product_id": "CSAFPID-1884",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.3.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_diameter_signaling_router",
"product": {
"name": "communications_diameter_signaling_router",
"product_id": "CSAFPID-1885",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_diameter_signaling_router",
"product": {
"name": "communications_diameter_signaling_router",
"product_id": "CSAFPID-1882",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.4.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_diameter_signaling_router",
"product": {
"name": "communications_diameter_signaling_router",
"product_id": "CSAFPID-1881",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.4.0.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_diameter_signaling_router",
"product": {
"name": "communications_diameter_signaling_router",
"product_id": "CSAFPID-1883",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_diameter_signaling_router",
"product": {
"name": "communications_diameter_signaling_router",
"product_id": "CSAFPID-1879",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.5.0.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_diameter_signaling_router",
"product": {
"name": "communications_diameter_signaling_router",
"product_id": "CSAFPID-1880",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.5.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_diameter_signaling_router",
"product": {
"name": "communications_diameter_signaling_router",
"product_id": "CSAFPID-40293",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.6.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_diameter_signaling_router",
"product": {
"name": "communications_diameter_signaling_router",
"product_id": "CSAFPID-1650826",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.6.0.4-8.6.0.6:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_diameter_signaling_router",
"product": {
"name": "communications_diameter_signaling_router",
"product_id": "CSAFPID-1650830",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.6.0.4-8.6.0.8:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_diameter_signaling_router",
"product": {
"name": "communications_diameter_signaling_router",
"product_id": "CSAFPID-611413",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:9.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_diameter_signaling_router",
"product": {
"name": "communications_diameter_signaling_router",
"product_id": "CSAFPID-912551",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:_patches___9.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_diameter_signaling_router",
"product": {
"name": "communications_diameter_signaling_router",
"product_id": "CSAFPID-912552",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:_platform___9.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_eagle_application_processor",
"product": {
"name": "communications_eagle_application_processor",
"product_id": "CSAFPID-1673417",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_eagle_application_processor:17.0.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_eagle_application_processor",
"product": {
"name": "communications_eagle_application_processor",
"product_id": "CSAFPID-765369",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_eagle_application_processor:all_supported_s:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_eagle_element_management_system",
"product": {
"name": "communications_eagle_element_management_system",
"product_id": "CSAFPID-1503316",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_eagle_element_management_system:46.6.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_eagle_element_management_system",
"product": {
"name": "communications_eagle_element_management_system",
"product_id": "CSAFPID-1503317",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_eagle_element_management_system:46.6.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_eagle_element_management_system",
"product": {
"name": "communications_eagle_element_management_system",
"product_id": "CSAFPID-204528",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_eagle_element_management_system:46.6:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_eagle_ftp_table_base_retrieval",
"product": {
"name": "communications_eagle_ftp_table_base_retrieval",
"product_id": "CSAFPID-204623",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_eagle_ftp_table_base_retrieval:4.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_eagle_lnp_application_processor",
"product": {
"name": "communications_eagle_lnp_application_processor",
"product_id": "CSAFPID-352633",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_eagle_lnp_application_processor:10.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_eagle_lnp_application_processor",
"product": {
"name": "communications_eagle_lnp_application_processor",
"product_id": "CSAFPID-352632",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_eagle_lnp_application_processor:10.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_eagle_software",
"product": {
"name": "communications_eagle_software",
"product_id": "CSAFPID-765366",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_eagle_software:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_eagle_software",
"product": {
"name": "communications_eagle_software",
"product_id": "CSAFPID-765365",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_eagle_software:46.7.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_elastic_charging_engine",
"product": {
"name": "communications_elastic_charging_engine",
"product_id": "CSAFPID-764834",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_elastic_charging_engine:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_element_manager",
"product": {
"name": "communications_element_manager",
"product_id": "CSAFPID-764242",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_element_manager:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_element_manager",
"product": {
"name": "communications_element_manager",
"product_id": "CSAFPID-204597",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_element_manager:8.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_element_manager",
"product": {
"name": "communications_element_manager",
"product_id": "CSAFPID-204580",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_element_manager:8.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_element_manager",
"product": {
"name": "communications_element_manager",
"product_id": "CSAFPID-9226",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_element_manager:8.1.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_element_manager",
"product": {
"name": "communications_element_manager",
"product_id": "CSAFPID-204589",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_element_manager:8.2.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_element_manager",
"product": {
"name": "communications_element_manager",
"product_id": "CSAFPID-9070",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_element_manager:8.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_element_manager",
"product": {
"name": "communications_element_manager",
"product_id": "CSAFPID-8845",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_element_manager:8.2.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_element_manager",
"product": {
"name": "communications_element_manager",
"product_id": "CSAFPID-204624",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_element_manager:8.2.2.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_element_manager",
"product": {
"name": "communications_element_manager",
"product_id": "CSAFPID-2286",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_element_manager:8.2.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_element_manager",
"product": {
"name": "communications_element_manager",
"product_id": "CSAFPID-204464",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_element_manager:8.2.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_element_manager",
"product": {
"name": "communications_element_manager",
"product_id": "CSAFPID-345038",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_element_manager:9.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_element_manager",
"product": {
"name": "communications_element_manager",
"product_id": "CSAFPID-93629",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_element_manager:9.0.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_element_manager",
"product": {
"name": "communications_element_manager",
"product_id": "CSAFPID-611422",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_element_manager:9.0.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_element_manager",
"product": {
"name": "communications_element_manager",
"product_id": "CSAFPID-93630",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_element_manager:9.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_element_manager",
"product": {
"name": "communications_element_manager",
"product_id": "CSAFPID-816780",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_element_manager:9.4.53:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_evolved_communications_application_server",
"product": {
"name": "communications_evolved_communications_application_server",
"product_id": "CSAFPID-204645",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_evolved_communications_application_server:7.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_fraud_monitor",
"product": {
"name": "communications_fraud_monitor",
"product_id": "CSAFPID-816781",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_fraud_monitor:5.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_fraud_monitor",
"product": {
"name": "communications_fraud_monitor",
"product_id": "CSAFPID-816782",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_fraud_monitor:5.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_fraud_monitor",
"product": {
"name": "communications_fraud_monitor",
"product_id": "CSAFPID-912553",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_fraud_monitor:5.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_instant_messaging_server",
"product": {
"name": "communications_instant_messaging_server",
"product_id": "CSAFPID-207586",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_instant_messaging_server:10.0.1.5.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_instant_messaging_server",
"product": {
"name": "communications_instant_messaging_server",
"product_id": "CSAFPID-234306",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_instant_messaging_server:10.0.1.6.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_instant_messaging_server",
"product": {
"name": "communications_instant_messaging_server",
"product_id": "CSAFPID-219803",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_instant_messaging_server:10.0.1.7.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_instant_messaging_server",
"product": {
"name": "communications_instant_messaging_server",
"product_id": "CSAFPID-387664",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_instant_messaging_server:8.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_interactive_session_recorder",
"product": {
"name": "communications_interactive_session_recorder",
"product_id": "CSAFPID-1893",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_interactive_session_recorder:6.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_ip_service_activator",
"product": {
"name": "communications_ip_service_activator",
"product_id": "CSAFPID-204622",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_ip_service_activator:7.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_ip_service_activator",
"product": {
"name": "communications_ip_service_activator",
"product_id": "CSAFPID-219909",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_ip_service_activator:7.5.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_lsms",
"product": {
"name": "communications_lsms",
"product_id": "CSAFPID-1673065",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_lsms:14.0.0.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_messaging_server",
"product": {
"name": "communications_messaging_server",
"product_id": "CSAFPID-764835",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_messaging_server:8.1.0.20.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_messaging_server",
"product": {
"name": "communications_messaging_server",
"product_id": "CSAFPID-375182",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_messaging_server:8.1.0.21.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_messaging_server",
"product": {
"name": "communications_messaging_server",
"product_id": "CSAFPID-816351",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_messaging_server:8.1.0.24.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_messaging_server",
"product": {
"name": "communications_messaging_server",
"product_id": "CSAFPID-41182",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_messaging_server:8.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_metasolv_solution",
"product": {
"name": "communications_metasolv_solution",
"product_id": "CSAFPID-611595",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_metasolv_solution:6.3.1.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_metasolv_solution",
"product": {
"name": "communications_metasolv_solution",
"product_id": "CSAFPID-226017",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_metasolv_solution:6.3.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_analytics_data_director",
"product": {
"name": "communications_network_analytics_data_director",
"product_id": "CSAFPID-220167",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:23.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_analytics_data_director",
"product": {
"name": "communications_network_analytics_data_director",
"product_id": "CSAFPID-816353",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:23.2.0.0.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_analytics_data_director",
"product": {
"name": "communications_network_analytics_data_director",
"product_id": "CSAFPID-764243",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:23.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_analytics_data_director",
"product": {
"name": "communications_network_analytics_data_director",
"product_id": "CSAFPID-816352",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:23.3.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_analytics_data_director",
"product": {
"name": "communications_network_analytics_data_director",
"product_id": "CSAFPID-1503589",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:23.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_analytics_data_director",
"product": {
"name": "communications_network_analytics_data_director",
"product_id": "CSAFPID-1503590",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:24.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_analytics_data_director",
"product": {
"name": "communications_network_analytics_data_director",
"product_id": "CSAFPID-1673414",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:24.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_analytics_data_director",
"product": {
"name": "communications_network_analytics_data_director",
"product_id": "CSAFPID-816783",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:_general___23.2.0.0.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_analytics_data_director",
"product": {
"name": "communications_network_analytics_data_director",
"product_id": "CSAFPID-816786",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:_general___23.3.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_analytics_data_director",
"product": {
"name": "communications_network_analytics_data_director",
"product_id": "CSAFPID-816784",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:_install_upgrade___23.2.0.0.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_analytics_data_director",
"product": {
"name": "communications_network_analytics_data_director",
"product_id": "CSAFPID-816787",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:_install_upgrade___23.3.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_analytics_data_director",
"product": {
"name": "communications_network_analytics_data_director",
"product_id": "CSAFPID-816785",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:_third_party___23.2.0.0.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_analytics_data_director",
"product": {
"name": "communications_network_analytics_data_director",
"product_id": "CSAFPID-816788",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:_third_party___23.3.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_charging_and_control",
"product": {
"name": "communications_network_charging_and_control",
"product_id": "CSAFPID-342803",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_charging_and_control",
"product": {
"name": "communications_network_charging_and_control",
"product_id": "CSAFPID-1650778",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:12.0.1.0.0-12.0.6.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_charging_and_control",
"product": {
"name": "communications_network_charging_and_control",
"product_id": "CSAFPID-1266",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:12.0.6.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_charging_and_control",
"product": {
"name": "communications_network_charging_and_control",
"product_id": "CSAFPID-764249",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:12.0.6.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_charging_and_control",
"product": {
"name": "communications_network_charging_and_control",
"product_id": "CSAFPID-816354",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:15.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_charging_and_control",
"product": {
"name": "communications_network_charging_and_control",
"product_id": "CSAFPID-204563",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:6.0.1.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_integrity",
"product": {
"name": "communications_network_integrity",
"product_id": "CSAFPID-220125",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_integrity:7.3.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_integrity",
"product": {
"name": "communications_network_integrity",
"product_id": "CSAFPID-245244",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_integrity:7.3.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_integrity",
"product": {
"name": "communications_network_integrity",
"product_id": "CSAFPID-219776",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_integrity:7.3.6.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_integrity",
"product": {
"name": "communications_network_integrity",
"product_id": "CSAFPID-204554",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_integrity:7.3.6:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_offline_mediation_controller",
"product": {
"name": "communications_offline_mediation_controller",
"product_id": "CSAFPID-765242",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_offline_mediation_controller:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_operations_monitor",
"product": {
"name": "communications_operations_monitor",
"product_id": "CSAFPID-9489",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_operations_monitor:4.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_operations_monitor",
"product": {
"name": "communications_operations_monitor",
"product_id": "CSAFPID-110249",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_operations_monitor:4.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_operations_monitor",
"product": {
"name": "communications_operations_monitor",
"product_id": "CSAFPID-93781",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_operations_monitor:5.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_operations_monitor",
"product": {
"name": "communications_operations_monitor",
"product_id": "CSAFPID-220132",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_operations_monitor:5.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_operations_monitor",
"product": {
"name": "communications_operations_monitor",
"product_id": "CSAFPID-912079",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_operations_monitor:5.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_order_and_service_management",
"product": {
"name": "communications_order_and_service_management",
"product_id": "CSAFPID-224791",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_order_and_service_management:7.3.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_order_and_service_management",
"product": {
"name": "communications_order_and_service_management",
"product_id": "CSAFPID-219898",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_order_and_service_management:7.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_order_and_service_management",
"product": {
"name": "communications_order_and_service_management",
"product_id": "CSAFPID-224790",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_order_and_service_management:7.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_order_and_service_management",
"product": {
"name": "communications_order_and_service_management",
"product_id": "CSAFPID-221118",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_order_and_service_management:7.4.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_order_and_service_management",
"product": {
"name": "communications_order_and_service_management",
"product_id": "CSAFPID-179774",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_order_and_service_management:7.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_order_and_service_management",
"product": {
"name": "communications_order_and_service_management",
"product_id": "CSAFPID-1673496",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_order_and_service_management:7.5.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_performance_intelligence",
"product": {
"name": "communications_performance_intelligence",
"product_id": "CSAFPID-1503591",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_performance_intelligence:10.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_performance_intelligence_center",
"product": {
"name": "communications_performance_intelligence_center",
"product_id": "CSAFPID-1673485",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_performance_intelligence_center:prior_to_10.4.0.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_performance_intelligence_center__pic__software",
"product": {
"name": "communications_performance_intelligence_center__pic__software",
"product_id": "CSAFPID-765367",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_performance_intelligence_center__pic__software:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_performance_intelligence_center__pic__software",
"product": {
"name": "communications_performance_intelligence_center__pic__software",
"product_id": "CSAFPID-765368",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_performance_intelligence_center__pic__software:10.4.0.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_performance_intelligence_center__pic__software",
"product": {
"name": "communications_performance_intelligence_center__pic__software",
"product_id": "CSAFPID-764830",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_performance_intelligence_center__pic__software:10.4.0.4.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_policy_management",
"product": {
"name": "communications_policy_management",
"product_id": "CSAFPID-573035",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_policy_management:12.5.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_policy_management",
"product": {
"name": "communications_policy_management",
"product_id": "CSAFPID-45192",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_policy_management:12.6.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_policy_management",
"product": {
"name": "communications_policy_management",
"product_id": "CSAFPID-611406",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_policy_management:12.6.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_policy_management",
"product": {
"name": "communications_policy_management",
"product_id": "CSAFPID-816789",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_policy_management:12.6.1.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_policy_management",
"product": {
"name": "communications_policy_management",
"product_id": "CSAFPID-816790",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_policy_management:15.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_pricing_design_center",
"product": {
"name": "communications_pricing_design_center",
"product_id": "CSAFPID-764738",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_pricing_design_center:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_pricing_design_center",
"product": {
"name": "communications_pricing_design_center",
"product_id": "CSAFPID-204595",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_pricing_design_center:12.0.0.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_pricing_design_center",
"product": {
"name": "communications_pricing_design_center",
"product_id": "CSAFPID-204590",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_pricing_design_center:12.0.0.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_pricing_design_center",
"product": {
"name": "communications_pricing_design_center",
"product_id": "CSAFPID-816355",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_pricing_design_center:15.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_service_catalog_and_design",
"product": {
"name": "communications_service_catalog_and_design",
"product_id": "CSAFPID-1503601",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_service_catalog_and_design",
"product": {
"name": "communications_service_catalog_and_design",
"product_id": "CSAFPID-816359",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:7.4.0.7.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_service_catalog_and_design",
"product": {
"name": "communications_service_catalog_and_design",
"product_id": "CSAFPID-816358",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:7.4.1.5.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_service_catalog_and_design",
"product": {
"name": "communications_service_catalog_and_design",
"product_id": "CSAFPID-816357",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:7.4.2.8.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_service_catalog_and_design",
"product": {
"name": "communications_service_catalog_and_design",
"product_id": "CSAFPID-912558",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:8.0.0.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_service_catalog_and_design",
"product": {
"name": "communications_service_catalog_and_design",
"product_id": "CSAFPID-1503602",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:8.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_service_catalog_and_design",
"product": {
"name": "communications_service_catalog_and_design",
"product_id": "CSAFPID-816795",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:_psr_designer___7.4.0.7.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_service_catalog_and_design",
"product": {
"name": "communications_service_catalog_and_design",
"product_id": "CSAFPID-816796",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:_psr_designer___7.4.1.5.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_service_catalog_and_design",
"product": {
"name": "communications_service_catalog_and_design",
"product_id": "CSAFPID-816797",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:_psr_designer___7.4.2.8.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_services_gatekeeper",
"product": {
"name": "communications_services_gatekeeper",
"product_id": "CSAFPID-608630",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_services_gatekeeper:7.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_border_controller",
"product": {
"name": "communications_session_border_controller",
"product_id": "CSAFPID-1503592",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_border_controller:4.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_border_controller",
"product": {
"name": "communications_session_border_controller",
"product_id": "CSAFPID-1503593",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_border_controller:4.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_border_controller",
"product": {
"name": "communications_session_border_controller",
"product_id": "CSAFPID-40294",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_border_controller:8.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_border_controller",
"product": {
"name": "communications_session_border_controller",
"product_id": "CSAFPID-40292",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_border_controller:9.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_border_controller",
"product": {
"name": "communications_session_border_controller",
"product_id": "CSAFPID-1672762",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_border_controller:9.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_border_controller",
"product": {
"name": "communications_session_border_controller",
"product_id": "CSAFPID-40291",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_border_controller:9.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_border_controller",
"product": {
"name": "communications_session_border_controller",
"product_id": "CSAFPID-1503594",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_border_controller:9.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_border_controller",
"product": {
"name": "communications_session_border_controller",
"product_id": "CSAFPID-1503595",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_border_controller:9.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_report_manager",
"product": {
"name": "communications_session_report_manager",
"product_id": "CSAFPID-342804",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_report_manager:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_report_manager",
"product": {
"name": "communications_session_report_manager",
"product_id": "CSAFPID-704413",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_report_manager:-:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_report_manager",
"product": {
"name": "communications_session_report_manager",
"product_id": "CSAFPID-2296",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_report_manager",
"product": {
"name": "communications_session_report_manager",
"product_id": "CSAFPID-166028",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_report_manager",
"product": {
"name": "communications_session_report_manager",
"product_id": "CSAFPID-2294",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_report_manager",
"product": {
"name": "communications_session_report_manager",
"product_id": "CSAFPID-2292",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.1.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_report_manager",
"product": {
"name": "communications_session_report_manager",
"product_id": "CSAFPID-2290",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_report_manager",
"product": {
"name": "communications_session_report_manager",
"product_id": "CSAFPID-2288",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.2.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_report_manager",
"product": {
"name": "communications_session_report_manager",
"product_id": "CSAFPID-2282",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.2.2.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_report_manager",
"product": {
"name": "communications_session_report_manager",
"product_id": "CSAFPID-2285",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.2.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_report_manager",
"product": {
"name": "communications_session_report_manager",
"product_id": "CSAFPID-2279",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.2.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_report_manager",
"product": {
"name": "communications_session_report_manager",
"product_id": "CSAFPID-204634",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.2.5.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_report_manager",
"product": {
"name": "communications_session_report_manager",
"product_id": "CSAFPID-345039",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_report_manager:9.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_report_manager",
"product": {
"name": "communications_session_report_manager",
"product_id": "CSAFPID-93628",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_report_manager:9.0.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_report_manager",
"product": {
"name": "communications_session_report_manager",
"product_id": "CSAFPID-611423",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_report_manager:9.0.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_report_manager",
"product": {
"name": "communications_session_report_manager",
"product_id": "CSAFPID-93631",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_report_manager:9.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_report_manager",
"product": {
"name": "communications_session_report_manager",
"product_id": "CSAFPID-816791",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_report_manager:9.4.53:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_route_manager",
"product": {
"name": "communications_session_route_manager",
"product_id": "CSAFPID-342805",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_route_manager:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_route_manager",
"product": {
"name": "communications_session_route_manager",
"product_id": "CSAFPID-704414",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_route_manager:-:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_route_manager",
"product": {
"name": "communications_session_route_manager",
"product_id": "CSAFPID-166027",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_route_manager",
"product": {
"name": "communications_session_route_manager",
"product_id": "CSAFPID-2295",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_route_manager",
"product": {
"name": "communications_session_route_manager",
"product_id": "CSAFPID-2293",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.1.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_route_manager",
"product": {
"name": "communications_session_route_manager",
"product_id": "CSAFPID-2289",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.2.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_route_manager",
"product": {
"name": "communications_session_route_manager",
"product_id": "CSAFPID-2291",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_route_manager",
"product": {
"name": "communications_session_route_manager",
"product_id": "CSAFPID-2287",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.2.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_route_manager",
"product": {
"name": "communications_session_route_manager",
"product_id": "CSAFPID-2283",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.2.2.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_route_manager",
"product": {
"name": "communications_session_route_manager",
"product_id": "CSAFPID-2284",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.2.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_route_manager",
"product": {
"name": "communications_session_route_manager",
"product_id": "CSAFPID-2280",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.2.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_route_manager",
"product": {
"name": "communications_session_route_manager",
"product_id": "CSAFPID-2281",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.2.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_route_manager",
"product": {
"name": "communications_session_route_manager",
"product_id": "CSAFPID-220414",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.2.5.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_route_manager",
"product": {
"name": "communications_session_route_manager",
"product_id": "CSAFPID-204607",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.2.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_router",
"product": {
"name": "communications_session_router",
"product_id": "CSAFPID-764780",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_router:9.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_router",
"product": {
"name": "communications_session_router",
"product_id": "CSAFPID-764781",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_router:9.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_subscriber-aware_load_balancer",
"product": {
"name": "communications_subscriber-aware_load_balancer",
"product_id": "CSAFPID-93775",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_subscriber-aware_load_balancer:9.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_subscriber-aware_load_balancer",
"product": {
"name": "communications_subscriber-aware_load_balancer",
"product_id": "CSAFPID-93774",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_subscriber-aware_load_balancer:9.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_unified_assurance",
"product": {
"name": "communications_unified_assurance",
"product_id": "CSAFPID-240600",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_assurance:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_unified_assurance",
"product": {
"name": "communications_unified_assurance",
"product_id": "CSAFPID-1673382",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_assurance:5.5.0-5.5.22:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_unified_assurance",
"product": {
"name": "communications_unified_assurance",
"product_id": "CSAFPID-78764",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_assurance:5.5.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_unified_assurance",
"product": {
"name": "communications_unified_assurance",
"product_id": "CSAFPID-78763",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_assurance:5.5.10:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_unified_assurance",
"product": {
"name": "communications_unified_assurance",
"product_id": "CSAFPID-1673070",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_assurance:5.5.22:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_unified_assurance",
"product": {
"name": "communications_unified_assurance",
"product_id": "CSAFPID-1673381",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.0-6.0.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_unified_assurance",
"product": {
"name": "communications_unified_assurance",
"product_id": "CSAFPID-1650731",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.0-6.0.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_unified_assurance",
"product": {
"name": "communications_unified_assurance",
"product_id": "CSAFPID-1673530",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.0-6.0.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_unified_assurance",
"product": {
"name": "communications_unified_assurance",
"product_id": "CSAFPID-764901",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_unified_assurance",
"product": {
"name": "communications_unified_assurance",
"product_id": "CSAFPID-78762",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_unified_assurance",
"product": {
"name": "communications_unified_assurance",
"product_id": "CSAFPID-78761",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_unified_assurance",
"product": {
"name": "communications_unified_assurance",
"product_id": "CSAFPID-614089",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_unified_assurance",
"product": {
"name": "communications_unified_assurance",
"product_id": "CSAFPID-1673068",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_unified_inventory_management",
"product": {
"name": "communications_unified_inventory_management",
"product_id": "CSAFPID-764739",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_unified_inventory_management",
"product": {
"name": "communications_unified_inventory_management",
"product_id": "CSAFPID-204614",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.3.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_unified_inventory_management",
"product": {
"name": "communications_unified_inventory_management",
"product_id": "CSAFPID-8984",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_unified_inventory_management",
"product": {
"name": "communications_unified_inventory_management",
"product_id": "CSAFPID-204510",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_unified_inventory_management",
"product": {
"name": "communications_unified_inventory_management",
"product_id": "CSAFPID-204569",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_unified_inventory_management",
"product": {
"name": "communications_unified_inventory_management",
"product_id": "CSAFPID-219826",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.5.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_unified_inventory_management",
"product": {
"name": "communications_unified_inventory_management",
"product_id": "CSAFPID-912073",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.5.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_unified_session_manager",
"product": {
"name": "communications_unified_session_manager",
"product_id": "CSAFPID-110243",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_session_manager:8.2.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_unified_session_manager",
"product": {
"name": "communications_unified_session_manager",
"product_id": "CSAFPID-205759",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_session_manager:8.4.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_user_data_repository",
"product": {
"name": "communications_user_data_repository",
"product_id": "CSAFPID-1503596",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.11.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_user_data_repository",
"product": {
"name": "communications_user_data_repository",
"product_id": "CSAFPID-1503597",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.11.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_user_data_repository",
"product": {
"name": "communications_user_data_repository",
"product_id": "CSAFPID-1503598",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.11.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_user_data_repository",
"product": {
"name": "communications_user_data_repository",
"product_id": "CSAFPID-764900",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_user_data_repository",
"product": {
"name": "communications_user_data_repository",
"product_id": "CSAFPID-76994",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_user_data_repository",
"product": {
"name": "communications_user_data_repository",
"product_id": "CSAFPID-568240",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.6.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_user_data_repository",
"product": {
"name": "communications_user_data_repository",
"product_id": "CSAFPID-764782",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.6.1.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_user_data_repository",
"product": {
"name": "communications_user_data_repository",
"product_id": "CSAFPID-355340",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.6.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_user_data_repository",
"product": {
"name": "communications_user_data_repository",
"product_id": "CSAFPID-912080",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_user_data_repository:14.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_user_data_repository",
"product": {
"name": "communications_user_data_repository",
"product_id": "CSAFPID-1673481",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_user_data_repository:14.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_webrtc_session_controller",
"product": {
"name": "communications_webrtc_session_controller",
"product_id": "CSAFPID-912554",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_webrtc_session_controller:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_webrtc_session_controller",
"product": {
"name": "communications_webrtc_session_controller",
"product_id": "CSAFPID-611408",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_webrtc_session_controller:7.2.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_webrtc_session_controller",
"product": {
"name": "communications_webrtc_session_controller",
"product_id": "CSAFPID-703515",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_webrtc_session_controller:7.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_webrtc_session_controller",
"product": {
"name": "communications_webrtc_session_controller",
"product_id": "CSAFPID-611407",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_webrtc_session_controller:7.2.1.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_webrtc_session_controller",
"product": {
"name": "communications_webrtc_session_controller",
"product_id": "CSAFPID-204456",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_webrtc_session_controller:7.2.1:*:*:*:*:*:*:*"
}
}
}
],
"category": "vendor",
"name": "oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-37137",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
}
],
"product_status": {
"known_affected": [
"CSAFPID-41182",
"CSAFPID-209546",
"CSAFPID-40608",
"CSAFPID-180216",
"CSAFPID-93547",
"CSAFPID-180217",
"CSAFPID-2310",
"CSAFPID-40612",
"CSAFPID-391501",
"CSAFPID-440102",
"CSAFPID-41516",
"CSAFPID-41515",
"CSAFPID-764237",
"CSAFPID-45182",
"CSAFPID-45181",
"CSAFPID-45186",
"CSAFPID-45185",
"CSAFPID-90018",
"CSAFPID-94290",
"CSAFPID-260394",
"CSAFPID-216017",
"CSAFPID-764240",
"CSAFPID-90021",
"CSAFPID-94292",
"CSAFPID-218028",
"CSAFPID-94291",
"CSAFPID-493443",
"CSAFPID-224796",
"CSAFPID-90019",
"CSAFPID-90016",
"CSAFPID-93777",
"CSAFPID-93772",
"CSAFPID-40293",
"CSAFPID-345038",
"CSAFPID-93629",
"CSAFPID-93781",
"CSAFPID-45192",
"CSAFPID-608630",
"CSAFPID-40292",
"CSAFPID-40291",
"CSAFPID-345039",
"CSAFPID-93628",
"CSAFPID-764780",
"CSAFPID-764781",
"CSAFPID-93775",
"CSAFPID-93774",
"CSAFPID-764782",
"CSAFPID-342793",
"CSAFPID-1261",
"CSAFPID-204622",
"CSAFPID-219909",
"CSAFPID-342803",
"CSAFPID-204563",
"CSAFPID-221118",
"CSAFPID-240600",
"CSAFPID-8984",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-219826",
"CSAFPID-1899",
"CSAFPID-41111",
"CSAFPID-40299",
"CSAFPID-187447",
"CSAFPID-1900",
"CSAFPID-40301",
"CSAFPID-180194",
"CSAFPID-40298",
"CSAFPID-41112",
"CSAFPID-41110",
"CSAFPID-41113",
"CSAFPID-180193",
"CSAFPID-1898",
"CSAFPID-40300",
"CSAFPID-611587",
"CSAFPID-40297",
"CSAFPID-110244",
"CSAFPID-110242",
"CSAFPID-9489",
"CSAFPID-110249",
"CSAFPID-40294",
"CSAFPID-110243",
"CSAFPID-204629",
"CSAFPID-765241",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-41183",
"CSAFPID-207586",
"CSAFPID-765242",
"CSAFPID-205759",
"CSAFPID-1893",
"CSAFPID-765365",
"CSAFPID-765366",
"CSAFPID-342804",
"CSAFPID-342805",
"CSAFPID-204456",
"CSAFPID-1882",
"CSAFPID-573035",
"CSAFPID-204645",
"CSAFPID-765367",
"CSAFPID-765368",
"CSAFPID-764242",
"CSAFPID-76994",
"CSAFPID-204623",
"CSAFPID-352633",
"CSAFPID-352632",
"CSAFPID-765369",
"CSAFPID-204528",
"CSAFPID-342802",
"CSAFPID-40610",
"CSAFPID-40611",
"CSAFPID-40609",
"CSAFPID-180198",
"CSAFPID-180196",
"CSAFPID-180201",
"CSAFPID-180202",
"CSAFPID-40613",
"CSAFPID-180199",
"CSAFPID-93546",
"CSAFPID-180195",
"CSAFPID-180200",
"CSAFPID-765371",
"CSAFPID-89545",
"CSAFPID-180215",
"CSAFPID-180197",
"CSAFPID-204639",
"CSAFPID-204627",
"CSAFPID-226017",
"CSAFPID-219898",
"CSAFPID-179774",
"CSAFPID-342799",
"CSAFPID-765372",
"CSAFPID-220125",
"CSAFPID-245244",
"CSAFPID-204554",
"CSAFPID-764739",
"CSAFPID-204614",
"CSAFPID-345031",
"CSAFPID-204635",
"CSAFPID-204595",
"CSAFPID-204590",
"CSAFPID-224787",
"CSAFPID-1673381",
"CSAFPID-1673382",
"CSAFPID-1674617",
"CSAFPID-1674618",
"CSAFPID-1674619",
"CSAFPID-1674620",
"CSAFPID-1674621",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1674624",
"CSAFPID-1674625",
"CSAFPID-1674626",
"CSAFPID-1674627",
"CSAFPID-1674628"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2021-37137",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-37137.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-41182",
"CSAFPID-209546",
"CSAFPID-40608",
"CSAFPID-180216",
"CSAFPID-93547",
"CSAFPID-180217",
"CSAFPID-2310",
"CSAFPID-40612",
"CSAFPID-391501",
"CSAFPID-440102",
"CSAFPID-41516",
"CSAFPID-41515",
"CSAFPID-764237",
"CSAFPID-45182",
"CSAFPID-45181",
"CSAFPID-45186",
"CSAFPID-45185",
"CSAFPID-90018",
"CSAFPID-94290",
"CSAFPID-260394",
"CSAFPID-216017",
"CSAFPID-764240",
"CSAFPID-90021",
"CSAFPID-94292",
"CSAFPID-218028",
"CSAFPID-94291",
"CSAFPID-493443",
"CSAFPID-224796",
"CSAFPID-90019",
"CSAFPID-90016",
"CSAFPID-93777",
"CSAFPID-93772",
"CSAFPID-40293",
"CSAFPID-345038",
"CSAFPID-93629",
"CSAFPID-93781",
"CSAFPID-45192",
"CSAFPID-608630",
"CSAFPID-40292",
"CSAFPID-40291",
"CSAFPID-345039",
"CSAFPID-93628",
"CSAFPID-764780",
"CSAFPID-764781",
"CSAFPID-93775",
"CSAFPID-93774",
"CSAFPID-764782",
"CSAFPID-342793",
"CSAFPID-1261",
"CSAFPID-204622",
"CSAFPID-219909",
"CSAFPID-342803",
"CSAFPID-204563",
"CSAFPID-221118",
"CSAFPID-240600",
"CSAFPID-8984",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-219826",
"CSAFPID-1899",
"CSAFPID-41111",
"CSAFPID-40299",
"CSAFPID-187447",
"CSAFPID-1900",
"CSAFPID-40301",
"CSAFPID-180194",
"CSAFPID-40298",
"CSAFPID-41112",
"CSAFPID-41110",
"CSAFPID-41113",
"CSAFPID-180193",
"CSAFPID-1898",
"CSAFPID-40300",
"CSAFPID-611587",
"CSAFPID-40297",
"CSAFPID-110244",
"CSAFPID-110242",
"CSAFPID-9489",
"CSAFPID-110249",
"CSAFPID-40294",
"CSAFPID-110243",
"CSAFPID-204629",
"CSAFPID-765241",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-41183",
"CSAFPID-207586",
"CSAFPID-765242",
"CSAFPID-205759",
"CSAFPID-1893",
"CSAFPID-765365",
"CSAFPID-765366",
"CSAFPID-342804",
"CSAFPID-342805",
"CSAFPID-204456",
"CSAFPID-1882",
"CSAFPID-573035",
"CSAFPID-204645",
"CSAFPID-765367",
"CSAFPID-765368",
"CSAFPID-764242",
"CSAFPID-76994",
"CSAFPID-204623",
"CSAFPID-352633",
"CSAFPID-352632",
"CSAFPID-765369",
"CSAFPID-204528",
"CSAFPID-342802",
"CSAFPID-40610",
"CSAFPID-40611",
"CSAFPID-40609",
"CSAFPID-180198",
"CSAFPID-180196",
"CSAFPID-180201",
"CSAFPID-180202",
"CSAFPID-40613",
"CSAFPID-180199",
"CSAFPID-93546",
"CSAFPID-180195",
"CSAFPID-180200",
"CSAFPID-765371",
"CSAFPID-89545",
"CSAFPID-180215",
"CSAFPID-180197",
"CSAFPID-204639",
"CSAFPID-204627",
"CSAFPID-226017",
"CSAFPID-219898",
"CSAFPID-179774",
"CSAFPID-342799",
"CSAFPID-765372",
"CSAFPID-220125",
"CSAFPID-245244",
"CSAFPID-204554",
"CSAFPID-764739",
"CSAFPID-204614",
"CSAFPID-345031",
"CSAFPID-204635",
"CSAFPID-204595",
"CSAFPID-204590",
"CSAFPID-224787",
"CSAFPID-1673381",
"CSAFPID-1673382",
"CSAFPID-1674617",
"CSAFPID-1674618",
"CSAFPID-1674619",
"CSAFPID-1674620",
"CSAFPID-1674621",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1674624",
"CSAFPID-1674625",
"CSAFPID-1674626",
"CSAFPID-1674627",
"CSAFPID-1674628"
]
}
],
"title": "CVE-2021-37137"
},
{
"cve": "CVE-2022-2068",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
"title": "CWE-78"
},
{
"category": "other",
"text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)",
"title": "CWE-77"
}
],
"product_status": {
"known_affected": [
"CSAFPID-40949",
"CSAFPID-391501",
"CSAFPID-440102",
"CSAFPID-41516",
"CSAFPID-41515",
"CSAFPID-764237",
"CSAFPID-45182",
"CSAFPID-45181",
"CSAFPID-45186",
"CSAFPID-45185",
"CSAFPID-90018",
"CSAFPID-94290",
"CSAFPID-260394",
"CSAFPID-216017",
"CSAFPID-764240",
"CSAFPID-90021",
"CSAFPID-94292",
"CSAFPID-218028",
"CSAFPID-94291",
"CSAFPID-493443",
"CSAFPID-224796",
"CSAFPID-90019",
"CSAFPID-90016",
"CSAFPID-93777",
"CSAFPID-93772",
"CSAFPID-40293",
"CSAFPID-345038",
"CSAFPID-93629",
"CSAFPID-93781",
"CSAFPID-45192",
"CSAFPID-608630",
"CSAFPID-40292",
"CSAFPID-40291",
"CSAFPID-345039",
"CSAFPID-93628",
"CSAFPID-764780",
"CSAFPID-764781",
"CSAFPID-93775",
"CSAFPID-93774",
"CSAFPID-764782",
"CSAFPID-342793",
"CSAFPID-1261",
"CSAFPID-204622",
"CSAFPID-219909",
"CSAFPID-342803",
"CSAFPID-204563",
"CSAFPID-221118",
"CSAFPID-240600",
"CSAFPID-8984",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-219826",
"CSAFPID-40294",
"CSAFPID-93631",
"CSAFPID-764900",
"CSAFPID-568240",
"CSAFPID-355340",
"CSAFPID-703515",
"CSAFPID-204456",
"CSAFPID-764735",
"CSAFPID-204635",
"CSAFPID-41183",
"CSAFPID-234306",
"CSAFPID-41182",
"CSAFPID-226017",
"CSAFPID-219898",
"CSAFPID-179774",
"CSAFPID-764738",
"CSAFPID-764901",
"CSAFPID-764902",
"CSAFPID-220547",
"CSAFPID-187447",
"CSAFPID-760687",
"CSAFPID-40947",
"CSAFPID-2044",
"CSAFPID-449747",
"CSAFPID-40301",
"CSAFPID-449746",
"CSAFPID-40298",
"CSAFPID-223527",
"CSAFPID-760688",
"CSAFPID-93636",
"CSAFPID-40300",
"CSAFPID-93653",
"CSAFPID-642000",
"CSAFPID-642002",
"CSAFPID-642001",
"CSAFPID-165576",
"CSAFPID-764899",
"CSAFPID-40948",
"CSAFPID-426842",
"CSAFPID-93630",
"CSAFPID-204645",
"CSAFPID-1893",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2022-2068",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-2068.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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-40949",
"CSAFPID-391501",
"CSAFPID-440102",
"CSAFPID-41516",
"CSAFPID-41515",
"CSAFPID-764237",
"CSAFPID-45182",
"CSAFPID-45181",
"CSAFPID-45186",
"CSAFPID-45185",
"CSAFPID-90018",
"CSAFPID-94290",
"CSAFPID-260394",
"CSAFPID-216017",
"CSAFPID-764240",
"CSAFPID-90021",
"CSAFPID-94292",
"CSAFPID-218028",
"CSAFPID-94291",
"CSAFPID-493443",
"CSAFPID-224796",
"CSAFPID-90019",
"CSAFPID-90016",
"CSAFPID-93777",
"CSAFPID-93772",
"CSAFPID-40293",
"CSAFPID-345038",
"CSAFPID-93629",
"CSAFPID-93781",
"CSAFPID-45192",
"CSAFPID-608630",
"CSAFPID-40292",
"CSAFPID-40291",
"CSAFPID-345039",
"CSAFPID-93628",
"CSAFPID-764780",
"CSAFPID-764781",
"CSAFPID-93775",
"CSAFPID-93774",
"CSAFPID-764782",
"CSAFPID-342793",
"CSAFPID-1261",
"CSAFPID-204622",
"CSAFPID-219909",
"CSAFPID-342803",
"CSAFPID-204563",
"CSAFPID-221118",
"CSAFPID-240600",
"CSAFPID-8984",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-219826",
"CSAFPID-40294",
"CSAFPID-93631",
"CSAFPID-764900",
"CSAFPID-568240",
"CSAFPID-355340",
"CSAFPID-703515",
"CSAFPID-204456",
"CSAFPID-764735",
"CSAFPID-204635",
"CSAFPID-41183",
"CSAFPID-234306",
"CSAFPID-41182",
"CSAFPID-226017",
"CSAFPID-219898",
"CSAFPID-179774",
"CSAFPID-764738",
"CSAFPID-764901",
"CSAFPID-764902",
"CSAFPID-220547",
"CSAFPID-187447",
"CSAFPID-760687",
"CSAFPID-40947",
"CSAFPID-2044",
"CSAFPID-449747",
"CSAFPID-40301",
"CSAFPID-449746",
"CSAFPID-40298",
"CSAFPID-223527",
"CSAFPID-760688",
"CSAFPID-93636",
"CSAFPID-40300",
"CSAFPID-93653",
"CSAFPID-642000",
"CSAFPID-642002",
"CSAFPID-642001",
"CSAFPID-165576",
"CSAFPID-764899",
"CSAFPID-40948",
"CSAFPID-426842",
"CSAFPID-93630",
"CSAFPID-204645",
"CSAFPID-1893",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
}
],
"title": "CVE-2022-2068"
},
{
"cve": "CVE-2022-2601",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "other",
"text": "Out-of-bounds Write",
"title": "CWE-787"
},
{
"category": "other",
"text": "Heap-based Buffer Overflow",
"title": "CWE-122"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2022-2601",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-2601.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-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
}
],
"title": "CVE-2022-2601"
},
{
"cve": "CVE-2022-23437",
"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"
}
],
"product_status": {
"known_affected": [
"CSAFPID-204629",
"CSAFPID-704410",
"CSAFPID-704411",
"CSAFPID-704412",
"CSAFPID-226017",
"CSAFPID-179774",
"CSAFPID-219898",
"CSAFPID-219826",
"CSAFPID-204569",
"CSAFPID-204510",
"CSAFPID-220057",
"CSAFPID-220055",
"CSAFPID-220909",
"CSAFPID-45184",
"CSAFPID-45182",
"CSAFPID-220559",
"CSAFPID-220558",
"CSAFPID-220327",
"CSAFPID-220325",
"CSAFPID-219838",
"CSAFPID-220056",
"CSAFPID-223511",
"CSAFPID-216017",
"CSAFPID-220889",
"CSAFPID-220918",
"CSAFPID-90020",
"CSAFPID-90015",
"CSAFPID-220133",
"CSAFPID-220561",
"CSAFPID-90021",
"CSAFPID-220881",
"CSAFPID-94291",
"CSAFPID-220910",
"CSAFPID-220324",
"CSAFPID-224796",
"CSAFPID-224795",
"CSAFPID-220326",
"CSAFPID-764734",
"CSAFPID-40293",
"CSAFPID-220167",
"CSAFPID-93781",
"CSAFPID-220132",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-764736",
"CSAFPID-764737",
"CSAFPID-224793",
"CSAFPID-342793",
"CSAFPID-1265",
"CSAFPID-219803",
"CSAFPID-375182",
"CSAFPID-342803",
"CSAFPID-1266",
"CSAFPID-219776",
"CSAFPID-224791",
"CSAFPID-224790",
"CSAFPID-221118",
"CSAFPID-764738",
"CSAFPID-240600",
"CSAFPID-764739",
"CSAFPID-391501",
"CSAFPID-440102",
"CSAFPID-41516",
"CSAFPID-41515",
"CSAFPID-764237",
"CSAFPID-45181",
"CSAFPID-45186",
"CSAFPID-45185",
"CSAFPID-90018",
"CSAFPID-94290",
"CSAFPID-260394",
"CSAFPID-764240",
"CSAFPID-94292",
"CSAFPID-218028",
"CSAFPID-493443",
"CSAFPID-90019",
"CSAFPID-90016",
"CSAFPID-93777",
"CSAFPID-93772",
"CSAFPID-345038",
"CSAFPID-93629",
"CSAFPID-45192",
"CSAFPID-608630",
"CSAFPID-40292",
"CSAFPID-40291",
"CSAFPID-345039",
"CSAFPID-93628",
"CSAFPID-764780",
"CSAFPID-764781",
"CSAFPID-93775",
"CSAFPID-93774",
"CSAFPID-764782",
"CSAFPID-1261",
"CSAFPID-204622",
"CSAFPID-219909",
"CSAFPID-204563",
"CSAFPID-8984",
"CSAFPID-220548",
"CSAFPID-608629",
"CSAFPID-93784",
"CSAFPID-41111",
"CSAFPID-1685",
"CSAFPID-493445",
"CSAFPID-294401",
"CSAFPID-220547",
"CSAFPID-764824",
"CSAFPID-220459",
"CSAFPID-764825",
"CSAFPID-93635",
"CSAFPID-503534",
"CSAFPID-503493",
"CSAFPID-493444",
"CSAFPID-93633",
"CSAFPID-260395",
"CSAFPID-260393",
"CSAFPID-220468",
"CSAFPID-93636",
"CSAFPID-93634",
"CSAFPID-589926",
"CSAFPID-179780",
"CSAFPID-589925",
"CSAFPID-179779",
"CSAFPID-764826",
"CSAFPID-764827",
"CSAFPID-764828",
"CSAFPID-764829",
"CSAFPID-764830",
"CSAFPID-220190",
"CSAFPID-220189",
"CSAFPID-764833",
"CSAFPID-41183",
"CSAFPID-764834",
"CSAFPID-234306",
"CSAFPID-764835",
"CSAFPID-187447",
"CSAFPID-760687",
"CSAFPID-40947",
"CSAFPID-2044",
"CSAFPID-449747",
"CSAFPID-40301",
"CSAFPID-449746",
"CSAFPID-40298",
"CSAFPID-223527",
"CSAFPID-760688",
"CSAFPID-40300",
"CSAFPID-93653",
"CSAFPID-40949",
"CSAFPID-642000",
"CSAFPID-642002",
"CSAFPID-642001",
"CSAFPID-165576",
"CSAFPID-764899",
"CSAFPID-40948",
"CSAFPID-426842",
"CSAFPID-93630",
"CSAFPID-204645",
"CSAFPID-1893",
"CSAFPID-40294",
"CSAFPID-93631",
"CSAFPID-764900",
"CSAFPID-568240",
"CSAFPID-355340",
"CSAFPID-703515",
"CSAFPID-204456",
"CSAFPID-204635",
"CSAFPID-41182",
"CSAFPID-764901",
"CSAFPID-764902",
"CSAFPID-1899",
"CSAFPID-40299",
"CSAFPID-1900",
"CSAFPID-180194",
"CSAFPID-41112",
"CSAFPID-41110",
"CSAFPID-41113",
"CSAFPID-180193",
"CSAFPID-1898",
"CSAFPID-611587",
"CSAFPID-40297",
"CSAFPID-110244",
"CSAFPID-110242",
"CSAFPID-9489",
"CSAFPID-110249",
"CSAFPID-110243",
"CSAFPID-765241",
"CSAFPID-209546",
"CSAFPID-207586",
"CSAFPID-765242",
"CSAFPID-205759",
"CSAFPID-765365",
"CSAFPID-765366",
"CSAFPID-342804",
"CSAFPID-342805",
"CSAFPID-1882",
"CSAFPID-573035",
"CSAFPID-765367",
"CSAFPID-765368",
"CSAFPID-764242",
"CSAFPID-76994",
"CSAFPID-204623",
"CSAFPID-352633",
"CSAFPID-352632",
"CSAFPID-765369",
"CSAFPID-204528",
"CSAFPID-342802",
"CSAFPID-40610",
"CSAFPID-40611",
"CSAFPID-40609",
"CSAFPID-180198",
"CSAFPID-180217",
"CSAFPID-180196",
"CSAFPID-40612",
"CSAFPID-180201",
"CSAFPID-180216",
"CSAFPID-180202",
"CSAFPID-40613",
"CSAFPID-40608",
"CSAFPID-180199",
"CSAFPID-93546",
"CSAFPID-180195",
"CSAFPID-2310",
"CSAFPID-93547",
"CSAFPID-180200",
"CSAFPID-765371",
"CSAFPID-89545",
"CSAFPID-180215",
"CSAFPID-180197",
"CSAFPID-204639",
"CSAFPID-204627",
"CSAFPID-342799",
"CSAFPID-765372",
"CSAFPID-220125",
"CSAFPID-245244",
"CSAFPID-204554",
"CSAFPID-204614",
"CSAFPID-345031",
"CSAFPID-204595",
"CSAFPID-204590",
"CSAFPID-224787",
"CSAFPID-1673065",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2022-23437",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-23437.json"
}
],
"title": "CVE-2022-23437"
},
{
"cve": "CVE-2022-36760",
"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"
}
],
"product_status": {
"known_affected": [
"CSAFPID-220057",
"CSAFPID-220055",
"CSAFPID-220909",
"CSAFPID-45184",
"CSAFPID-45182",
"CSAFPID-220559",
"CSAFPID-220558",
"CSAFPID-220327",
"CSAFPID-220325",
"CSAFPID-219838",
"CSAFPID-220056",
"CSAFPID-223511",
"CSAFPID-216017",
"CSAFPID-220889",
"CSAFPID-220918",
"CSAFPID-90020",
"CSAFPID-90015",
"CSAFPID-220133",
"CSAFPID-220561",
"CSAFPID-90021",
"CSAFPID-220881",
"CSAFPID-94291",
"CSAFPID-220910",
"CSAFPID-220324",
"CSAFPID-224796",
"CSAFPID-224795",
"CSAFPID-220326",
"CSAFPID-764734",
"CSAFPID-40293",
"CSAFPID-220167",
"CSAFPID-93781",
"CSAFPID-220132",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-764736",
"CSAFPID-764737",
"CSAFPID-224793",
"CSAFPID-342793",
"CSAFPID-1265",
"CSAFPID-704412",
"CSAFPID-704411",
"CSAFPID-704410",
"CSAFPID-219803",
"CSAFPID-375182",
"CSAFPID-342803",
"CSAFPID-1266",
"CSAFPID-219776",
"CSAFPID-224791",
"CSAFPID-224790",
"CSAFPID-221118",
"CSAFPID-764738",
"CSAFPID-240600",
"CSAFPID-764739",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-219826",
"CSAFPID-391501",
"CSAFPID-440102",
"CSAFPID-41516",
"CSAFPID-41515",
"CSAFPID-764237",
"CSAFPID-45181",
"CSAFPID-45186",
"CSAFPID-45185",
"CSAFPID-90018",
"CSAFPID-94290",
"CSAFPID-260394",
"CSAFPID-764240",
"CSAFPID-94292",
"CSAFPID-218028",
"CSAFPID-493443",
"CSAFPID-90019",
"CSAFPID-90016",
"CSAFPID-93777",
"CSAFPID-93772",
"CSAFPID-345038",
"CSAFPID-93629",
"CSAFPID-45192",
"CSAFPID-608630",
"CSAFPID-40292",
"CSAFPID-40291",
"CSAFPID-345039",
"CSAFPID-93628",
"CSAFPID-764780",
"CSAFPID-764781",
"CSAFPID-93775",
"CSAFPID-93774",
"CSAFPID-764782",
"CSAFPID-1261",
"CSAFPID-204622",
"CSAFPID-219909",
"CSAFPID-204563",
"CSAFPID-8984",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2022-36760",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-36760.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-220057",
"CSAFPID-220055",
"CSAFPID-220909",
"CSAFPID-45184",
"CSAFPID-45182",
"CSAFPID-220559",
"CSAFPID-220558",
"CSAFPID-220327",
"CSAFPID-220325",
"CSAFPID-219838",
"CSAFPID-220056",
"CSAFPID-223511",
"CSAFPID-216017",
"CSAFPID-220889",
"CSAFPID-220918",
"CSAFPID-90020",
"CSAFPID-90015",
"CSAFPID-220133",
"CSAFPID-220561",
"CSAFPID-90021",
"CSAFPID-220881",
"CSAFPID-94291",
"CSAFPID-220910",
"CSAFPID-220324",
"CSAFPID-224796",
"CSAFPID-224795",
"CSAFPID-220326",
"CSAFPID-764734",
"CSAFPID-40293",
"CSAFPID-220167",
"CSAFPID-93781",
"CSAFPID-220132",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-764736",
"CSAFPID-764737",
"CSAFPID-224793",
"CSAFPID-342793",
"CSAFPID-1265",
"CSAFPID-704412",
"CSAFPID-704411",
"CSAFPID-704410",
"CSAFPID-219803",
"CSAFPID-375182",
"CSAFPID-342803",
"CSAFPID-1266",
"CSAFPID-219776",
"CSAFPID-224791",
"CSAFPID-224790",
"CSAFPID-221118",
"CSAFPID-764738",
"CSAFPID-240600",
"CSAFPID-764739",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-219826",
"CSAFPID-391501",
"CSAFPID-440102",
"CSAFPID-41516",
"CSAFPID-41515",
"CSAFPID-764237",
"CSAFPID-45181",
"CSAFPID-45186",
"CSAFPID-45185",
"CSAFPID-90018",
"CSAFPID-94290",
"CSAFPID-260394",
"CSAFPID-764240",
"CSAFPID-94292",
"CSAFPID-218028",
"CSAFPID-493443",
"CSAFPID-90019",
"CSAFPID-90016",
"CSAFPID-93777",
"CSAFPID-93772",
"CSAFPID-345038",
"CSAFPID-93629",
"CSAFPID-45192",
"CSAFPID-608630",
"CSAFPID-40292",
"CSAFPID-40291",
"CSAFPID-345039",
"CSAFPID-93628",
"CSAFPID-764780",
"CSAFPID-764781",
"CSAFPID-93775",
"CSAFPID-93774",
"CSAFPID-764782",
"CSAFPID-1261",
"CSAFPID-204622",
"CSAFPID-219909",
"CSAFPID-204563",
"CSAFPID-8984",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
}
],
"title": "CVE-2022-36760"
},
{
"cve": "CVE-2023-2953",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"notes": [
{
"category": "other",
"text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
"title": "CWE-119"
},
{
"category": "other",
"text": "NULL Pointer Dereference",
"title": "CWE-476"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673389",
"CSAFPID-1673390",
"CSAFPID-1673391",
"CSAFPID-1673392",
"CSAFPID-1673393",
"CSAFPID-1673394",
"CSAFPID-1673395",
"CSAFPID-1673396",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-2953",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-2953.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-1673389",
"CSAFPID-1673390",
"CSAFPID-1673391",
"CSAFPID-1673392",
"CSAFPID-1673393",
"CSAFPID-1673394",
"CSAFPID-1673395",
"CSAFPID-1673396",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
}
],
"title": "CVE-2023-2953"
},
{
"cve": "CVE-2023-3635",
"cwe": {
"id": "CWE-195",
"name": "Signed to Unsigned Conversion Error"
},
"notes": [
{
"category": "other",
"text": "Signed to Unsigned Conversion Error",
"title": "CWE-195"
},
{
"category": "other",
"text": "Uncaught Exception",
"title": "CWE-248"
}
],
"product_status": {
"known_affected": [
"CSAFPID-94291",
"CSAFPID-40293",
"CSAFPID-204622",
"CSAFPID-1265",
"CSAFPID-1261",
"CSAFPID-1266",
"CSAFPID-8984",
"CSAFPID-1673399",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-912085",
"CSAFPID-912068",
"CSAFPID-912076",
"CSAFPID-912539",
"CSAFPID-912540",
"CSAFPID-912541",
"CSAFPID-912542",
"CSAFPID-912543",
"CSAFPID-912101",
"CSAFPID-912544",
"CSAFPID-912077",
"CSAFPID-912545",
"CSAFPID-912546",
"CSAFPID-912547",
"CSAFPID-219909",
"CSAFPID-220558",
"CSAFPID-221118",
"CSAFPID-224790",
"CSAFPID-240600",
"CSAFPID-342804",
"CSAFPID-611387",
"CSAFPID-611401",
"CSAFPID-611406",
"CSAFPID-611407",
"CSAFPID-611408",
"CSAFPID-611413",
"CSAFPID-611595",
"CSAFPID-204510",
"CSAFPID-204563",
"CSAFPID-204569",
"CSAFPID-219803",
"CSAFPID-219838",
"CSAFPID-224793",
"CSAFPID-342793",
"CSAFPID-342803",
"CSAFPID-614513",
"CSAFPID-614514",
"CSAFPID-614515",
"CSAFPID-614516",
"CSAFPID-614517",
"CSAFPID-618156",
"CSAFPID-643776",
"CSAFPID-764237",
"CSAFPID-764238",
"CSAFPID-764239",
"CSAFPID-764240",
"CSAFPID-764241",
"CSAFPID-764242",
"CSAFPID-764243",
"CSAFPID-764247",
"CSAFPID-764248",
"CSAFPID-764249",
"CSAFPID-816346",
"CSAFPID-816347",
"CSAFPID-816348",
"CSAFPID-816349",
"CSAFPID-816350",
"CSAFPID-816351",
"CSAFPID-816352",
"CSAFPID-816353",
"CSAFPID-816354",
"CSAFPID-816355",
"CSAFPID-816357",
"CSAFPID-816358",
"CSAFPID-816359",
"CSAFPID-816765",
"CSAFPID-816766",
"CSAFPID-816767",
"CSAFPID-816768",
"CSAFPID-816769",
"CSAFPID-816770",
"CSAFPID-816771",
"CSAFPID-816772",
"CSAFPID-816773",
"CSAFPID-816774",
"CSAFPID-816775",
"CSAFPID-816776",
"CSAFPID-816777",
"CSAFPID-816778",
"CSAFPID-816779",
"CSAFPID-816780",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-816783",
"CSAFPID-816784",
"CSAFPID-816785",
"CSAFPID-816786",
"CSAFPID-816787",
"CSAFPID-816788",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-816791",
"CSAFPID-816792",
"CSAFPID-816793",
"CSAFPID-816794",
"CSAFPID-816795",
"CSAFPID-816796",
"CSAFPID-816797",
"CSAFPID-764735",
"CSAFPID-764738",
"CSAFPID-912073",
"CSAFPID-912078",
"CSAFPID-912079",
"CSAFPID-912080",
"CSAFPID-90016",
"CSAFPID-93781",
"CSAFPID-219776",
"CSAFPID-219826",
"CSAFPID-220132",
"CSAFPID-224795",
"CSAFPID-912102",
"CSAFPID-912548",
"CSAFPID-912549",
"CSAFPID-912550",
"CSAFPID-912551",
"CSAFPID-912552",
"CSAFPID-912553",
"CSAFPID-912554",
"CSAFPID-912556",
"CSAFPID-912557",
"CSAFPID-912558",
"CSAFPID-764739",
"CSAFPID-764826",
"CSAFPID-765242"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-3635",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-3635.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-94291",
"CSAFPID-40293",
"CSAFPID-204622",
"CSAFPID-1265",
"CSAFPID-1261",
"CSAFPID-1266",
"CSAFPID-8984",
"CSAFPID-1673399",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-912085",
"CSAFPID-912068",
"CSAFPID-912076",
"CSAFPID-912539",
"CSAFPID-912540",
"CSAFPID-912541",
"CSAFPID-912542",
"CSAFPID-912543",
"CSAFPID-912101",
"CSAFPID-912544",
"CSAFPID-912077",
"CSAFPID-912545",
"CSAFPID-912546",
"CSAFPID-912547",
"CSAFPID-219909",
"CSAFPID-220558",
"CSAFPID-221118",
"CSAFPID-224790",
"CSAFPID-240600",
"CSAFPID-342804",
"CSAFPID-611387",
"CSAFPID-611401",
"CSAFPID-611406",
"CSAFPID-611407",
"CSAFPID-611408",
"CSAFPID-611413",
"CSAFPID-611595",
"CSAFPID-204510",
"CSAFPID-204563",
"CSAFPID-204569",
"CSAFPID-219803",
"CSAFPID-219838",
"CSAFPID-224793",
"CSAFPID-342793",
"CSAFPID-342803",
"CSAFPID-614513",
"CSAFPID-614514",
"CSAFPID-614515",
"CSAFPID-614516",
"CSAFPID-614517",
"CSAFPID-618156",
"CSAFPID-643776",
"CSAFPID-764237",
"CSAFPID-764238",
"CSAFPID-764239",
"CSAFPID-764240",
"CSAFPID-764241",
"CSAFPID-764242",
"CSAFPID-764243",
"CSAFPID-764247",
"CSAFPID-764248",
"CSAFPID-764249",
"CSAFPID-816346",
"CSAFPID-816347",
"CSAFPID-816348",
"CSAFPID-816349",
"CSAFPID-816350",
"CSAFPID-816351",
"CSAFPID-816352",
"CSAFPID-816353",
"CSAFPID-816354",
"CSAFPID-816355",
"CSAFPID-816357",
"CSAFPID-816358",
"CSAFPID-816359",
"CSAFPID-816765",
"CSAFPID-816766",
"CSAFPID-816767",
"CSAFPID-816768",
"CSAFPID-816769",
"CSAFPID-816770",
"CSAFPID-816771",
"CSAFPID-816772",
"CSAFPID-816773",
"CSAFPID-816774",
"CSAFPID-816775",
"CSAFPID-816776",
"CSAFPID-816777",
"CSAFPID-816778",
"CSAFPID-816779",
"CSAFPID-816780",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-816783",
"CSAFPID-816784",
"CSAFPID-816785",
"CSAFPID-816786",
"CSAFPID-816787",
"CSAFPID-816788",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-816791",
"CSAFPID-816792",
"CSAFPID-816793",
"CSAFPID-816794",
"CSAFPID-816795",
"CSAFPID-816796",
"CSAFPID-816797",
"CSAFPID-764735",
"CSAFPID-764738",
"CSAFPID-912073",
"CSAFPID-912078",
"CSAFPID-912079",
"CSAFPID-912080",
"CSAFPID-90016",
"CSAFPID-93781",
"CSAFPID-219776",
"CSAFPID-219826",
"CSAFPID-220132",
"CSAFPID-224795",
"CSAFPID-912102",
"CSAFPID-912548",
"CSAFPID-912549",
"CSAFPID-912550",
"CSAFPID-912551",
"CSAFPID-912552",
"CSAFPID-912553",
"CSAFPID-912554",
"CSAFPID-912556",
"CSAFPID-912557",
"CSAFPID-912558",
"CSAFPID-764739",
"CSAFPID-764826",
"CSAFPID-765242"
]
}
],
"title": "CVE-2023-3635"
},
{
"cve": "CVE-2023-4043",
"cwe": {
"id": "CWE-834",
"name": "Excessive Iteration"
},
"notes": [
{
"category": "other",
"text": "Excessive Iteration",
"title": "CWE-834"
},
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
}
],
"product_status": {
"known_affected": [
"CSAFPID-816765",
"CSAFPID-816766",
"CSAFPID-816767",
"CSAFPID-816768",
"CSAFPID-816769",
"CSAFPID-816770",
"CSAFPID-816771",
"CSAFPID-816772",
"CSAFPID-219838",
"CSAFPID-611387",
"CSAFPID-816773",
"CSAFPID-816774",
"CSAFPID-816775",
"CSAFPID-816346",
"CSAFPID-816776",
"CSAFPID-816348",
"CSAFPID-816777",
"CSAFPID-816347",
"CSAFPID-94291",
"CSAFPID-816778",
"CSAFPID-614517",
"CSAFPID-816779",
"CSAFPID-816349",
"CSAFPID-40293",
"CSAFPID-611413",
"CSAFPID-764242",
"CSAFPID-816780",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-816783",
"CSAFPID-816784",
"CSAFPID-816785",
"CSAFPID-816353",
"CSAFPID-816786",
"CSAFPID-816787",
"CSAFPID-816788",
"CSAFPID-816352",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-342804",
"CSAFPID-816791",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-224793",
"CSAFPID-816794",
"CSAFPID-342793",
"CSAFPID-1265",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-204622",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-912068",
"CSAFPID-912076",
"CSAFPID-912539",
"CSAFPID-912540",
"CSAFPID-912541",
"CSAFPID-912542",
"CSAFPID-912543",
"CSAFPID-912101",
"CSAFPID-912544",
"CSAFPID-912077",
"CSAFPID-912545",
"CSAFPID-764240",
"CSAFPID-912546",
"CSAFPID-912547",
"CSAFPID-224795",
"CSAFPID-912548",
"CSAFPID-912102",
"CSAFPID-912549",
"CSAFPID-764826",
"CSAFPID-90016",
"CSAFPID-912078",
"CSAFPID-912550",
"CSAFPID-912551",
"CSAFPID-912552",
"CSAFPID-912553",
"CSAFPID-93781",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-912080",
"CSAFPID-912554",
"CSAFPID-912556",
"CSAFPID-912557",
"CSAFPID-219776",
"CSAFPID-765242",
"CSAFPID-1266",
"CSAFPID-8984",
"CSAFPID-204510",
"CSAFPID-204563",
"CSAFPID-204569",
"CSAFPID-219803",
"CSAFPID-219909",
"CSAFPID-221118",
"CSAFPID-224790",
"CSAFPID-240600",
"CSAFPID-342803",
"CSAFPID-611595",
"CSAFPID-764738",
"CSAFPID-816351",
"CSAFPID-816354",
"CSAFPID-816355",
"CSAFPID-816357",
"CSAFPID-816358",
"CSAFPID-816359",
"CSAFPID-816795",
"CSAFPID-816796",
"CSAFPID-816797",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-1503582",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-1503591",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-219826",
"CSAFPID-764739",
"CSAFPID-912073",
"CSAFPID-912558"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-4043",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-4043.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-816765",
"CSAFPID-816766",
"CSAFPID-816767",
"CSAFPID-816768",
"CSAFPID-816769",
"CSAFPID-816770",
"CSAFPID-816771",
"CSAFPID-816772",
"CSAFPID-219838",
"CSAFPID-611387",
"CSAFPID-816773",
"CSAFPID-816774",
"CSAFPID-816775",
"CSAFPID-816346",
"CSAFPID-816776",
"CSAFPID-816348",
"CSAFPID-816777",
"CSAFPID-816347",
"CSAFPID-94291",
"CSAFPID-816778",
"CSAFPID-614517",
"CSAFPID-816779",
"CSAFPID-816349",
"CSAFPID-40293",
"CSAFPID-611413",
"CSAFPID-764242",
"CSAFPID-816780",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-816783",
"CSAFPID-816784",
"CSAFPID-816785",
"CSAFPID-816353",
"CSAFPID-816786",
"CSAFPID-816787",
"CSAFPID-816788",
"CSAFPID-816352",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-342804",
"CSAFPID-816791",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-224793",
"CSAFPID-816794",
"CSAFPID-342793",
"CSAFPID-1265",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-204622",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-912068",
"CSAFPID-912076",
"CSAFPID-912539",
"CSAFPID-912540",
"CSAFPID-912541",
"CSAFPID-912542",
"CSAFPID-912543",
"CSAFPID-912101",
"CSAFPID-912544",
"CSAFPID-912077",
"CSAFPID-912545",
"CSAFPID-764240",
"CSAFPID-912546",
"CSAFPID-912547",
"CSAFPID-224795",
"CSAFPID-912548",
"CSAFPID-912102",
"CSAFPID-912549",
"CSAFPID-764826",
"CSAFPID-90016",
"CSAFPID-912078",
"CSAFPID-912550",
"CSAFPID-912551",
"CSAFPID-912552",
"CSAFPID-912553",
"CSAFPID-93781",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-912080",
"CSAFPID-912554",
"CSAFPID-912556",
"CSAFPID-912557",
"CSAFPID-219776",
"CSAFPID-765242",
"CSAFPID-1266",
"CSAFPID-8984",
"CSAFPID-204510",
"CSAFPID-204563",
"CSAFPID-204569",
"CSAFPID-219803",
"CSAFPID-219909",
"CSAFPID-221118",
"CSAFPID-224790",
"CSAFPID-240600",
"CSAFPID-342803",
"CSAFPID-611595",
"CSAFPID-764738",
"CSAFPID-816351",
"CSAFPID-816354",
"CSAFPID-816355",
"CSAFPID-816357",
"CSAFPID-816358",
"CSAFPID-816359",
"CSAFPID-816795",
"CSAFPID-816796",
"CSAFPID-816797",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-1503582",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-1503591",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-219826",
"CSAFPID-764739",
"CSAFPID-912073",
"CSAFPID-912558"
]
}
],
"title": "CVE-2023-4043"
},
{
"cve": "CVE-2023-5685",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1650752",
"CSAFPID-1650751",
"CSAFPID-1673389",
"CSAFPID-1673390",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1674636",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-5685",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5685.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-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1650752",
"CSAFPID-1650751",
"CSAFPID-1673389",
"CSAFPID-1673390",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1674636",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569"
]
}
],
"title": "CVE-2023-5685"
},
{
"cve": "CVE-2023-6597",
"cwe": {
"id": "CWE-61",
"name": "UNIX Symbolic Link (Symlink) Following"
},
"notes": [
{
"category": "other",
"text": "UNIX Symbolic Link (Symlink) Following",
"title": "CWE-61"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673395",
"CSAFPID-1673420",
"CSAFPID-1673421",
"CSAFPID-1673396",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-6597",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-6597.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-1673395",
"CSAFPID-1673420",
"CSAFPID-1673421",
"CSAFPID-1673396",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569"
]
}
],
"title": "CVE-2023-6597"
},
{
"cve": "CVE-2023-6816",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"notes": [
{
"category": "other",
"text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
"title": "CWE-119"
},
{
"category": "other",
"text": "Out-of-bounds Write",
"title": "CWE-787"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-6816",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-6816.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-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
}
],
"title": "CVE-2023-6816"
},
{
"cve": "CVE-2023-38408",
"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": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
}
],
"product_status": {
"known_affected": [
"CSAFPID-45182",
"CSAFPID-40293",
"CSAFPID-611406",
"CSAFPID-764237",
"CSAFPID-220558",
"CSAFPID-764238",
"CSAFPID-764239",
"CSAFPID-614513",
"CSAFPID-643776",
"CSAFPID-611387",
"CSAFPID-618156",
"CSAFPID-614516",
"CSAFPID-614515",
"CSAFPID-614514",
"CSAFPID-764240",
"CSAFPID-94291",
"CSAFPID-611401",
"CSAFPID-614517",
"CSAFPID-764241",
"CSAFPID-611413",
"CSAFPID-764242",
"CSAFPID-764243",
"CSAFPID-342804",
"CSAFPID-611408",
"CSAFPID-611407",
"CSAFPID-764247",
"CSAFPID-764248",
"CSAFPID-204622",
"CSAFPID-219909",
"CSAFPID-611595",
"CSAFPID-764249",
"CSAFPID-224790",
"CSAFPID-221118",
"CSAFPID-240600",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-38408",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-38408.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-45182",
"CSAFPID-40293",
"CSAFPID-611406",
"CSAFPID-764237",
"CSAFPID-220558",
"CSAFPID-764238",
"CSAFPID-764239",
"CSAFPID-614513",
"CSAFPID-643776",
"CSAFPID-611387",
"CSAFPID-618156",
"CSAFPID-614516",
"CSAFPID-614515",
"CSAFPID-614514",
"CSAFPID-764240",
"CSAFPID-94291",
"CSAFPID-611401",
"CSAFPID-614517",
"CSAFPID-764241",
"CSAFPID-611413",
"CSAFPID-764242",
"CSAFPID-764243",
"CSAFPID-342804",
"CSAFPID-611408",
"CSAFPID-611407",
"CSAFPID-764247",
"CSAFPID-764248",
"CSAFPID-204622",
"CSAFPID-219909",
"CSAFPID-611595",
"CSAFPID-764249",
"CSAFPID-224790",
"CSAFPID-221118",
"CSAFPID-240600",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
}
],
"title": "CVE-2023-38408"
},
{
"cve": "CVE-2023-43642",
"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"
}
],
"product_status": {
"known_affected": [
"CSAFPID-40293",
"CSAFPID-1265",
"CSAFPID-1261",
"CSAFPID-1266",
"CSAFPID-8984",
"CSAFPID-1673395",
"CSAFPID-94291",
"CSAFPID-204510",
"CSAFPID-204563",
"CSAFPID-204569",
"CSAFPID-204622",
"CSAFPID-219803",
"CSAFPID-219838",
"CSAFPID-219909",
"CSAFPID-221118",
"CSAFPID-224790",
"CSAFPID-224793",
"CSAFPID-240600",
"CSAFPID-342793",
"CSAFPID-342803",
"CSAFPID-342804",
"CSAFPID-611387",
"CSAFPID-611413",
"CSAFPID-611595",
"CSAFPID-614517",
"CSAFPID-764242",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-764738",
"CSAFPID-816346",
"CSAFPID-816347",
"CSAFPID-816348",
"CSAFPID-816349",
"CSAFPID-816350",
"CSAFPID-816351",
"CSAFPID-816352",
"CSAFPID-816353",
"CSAFPID-816354",
"CSAFPID-816355",
"CSAFPID-816357",
"CSAFPID-816358",
"CSAFPID-816359",
"CSAFPID-816765",
"CSAFPID-816766",
"CSAFPID-816767",
"CSAFPID-816768",
"CSAFPID-816769",
"CSAFPID-816770",
"CSAFPID-816771",
"CSAFPID-816772",
"CSAFPID-816773",
"CSAFPID-816774",
"CSAFPID-816775",
"CSAFPID-816776",
"CSAFPID-816777",
"CSAFPID-816778",
"CSAFPID-816779",
"CSAFPID-816780",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-816783",
"CSAFPID-816784",
"CSAFPID-816785",
"CSAFPID-816786",
"CSAFPID-816787",
"CSAFPID-816788",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-816791",
"CSAFPID-816792",
"CSAFPID-816793",
"CSAFPID-816794",
"CSAFPID-816795",
"CSAFPID-816796",
"CSAFPID-816797"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-43642",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-43642.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-40293",
"CSAFPID-1265",
"CSAFPID-1261",
"CSAFPID-1266",
"CSAFPID-8984",
"CSAFPID-1673395",
"CSAFPID-94291",
"CSAFPID-204510",
"CSAFPID-204563",
"CSAFPID-204569",
"CSAFPID-204622",
"CSAFPID-219803",
"CSAFPID-219838",
"CSAFPID-219909",
"CSAFPID-221118",
"CSAFPID-224790",
"CSAFPID-224793",
"CSAFPID-240600",
"CSAFPID-342793",
"CSAFPID-342803",
"CSAFPID-342804",
"CSAFPID-611387",
"CSAFPID-611413",
"CSAFPID-611595",
"CSAFPID-614517",
"CSAFPID-764242",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-764738",
"CSAFPID-816346",
"CSAFPID-816347",
"CSAFPID-816348",
"CSAFPID-816349",
"CSAFPID-816350",
"CSAFPID-816351",
"CSAFPID-816352",
"CSAFPID-816353",
"CSAFPID-816354",
"CSAFPID-816355",
"CSAFPID-816357",
"CSAFPID-816358",
"CSAFPID-816359",
"CSAFPID-816765",
"CSAFPID-816766",
"CSAFPID-816767",
"CSAFPID-816768",
"CSAFPID-816769",
"CSAFPID-816770",
"CSAFPID-816771",
"CSAFPID-816772",
"CSAFPID-816773",
"CSAFPID-816774",
"CSAFPID-816775",
"CSAFPID-816776",
"CSAFPID-816777",
"CSAFPID-816778",
"CSAFPID-816779",
"CSAFPID-816780",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-816783",
"CSAFPID-816784",
"CSAFPID-816785",
"CSAFPID-816786",
"CSAFPID-816787",
"CSAFPID-816788",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-816791",
"CSAFPID-816792",
"CSAFPID-816793",
"CSAFPID-816794",
"CSAFPID-816795",
"CSAFPID-816796",
"CSAFPID-816797"
]
}
],
"title": "CVE-2023-43642"
},
{
"cve": "CVE-2023-46136",
"cwe": {
"id": "CWE-407",
"name": "Inefficient Algorithmic Complexity"
},
"notes": [
{
"category": "other",
"text": "Inefficient Algorithmic Complexity",
"title": "CWE-407"
},
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673411",
"CSAFPID-912549",
"CSAFPID-1673412",
"CSAFPID-1673413",
"CSAFPID-1673414",
"CSAFPID-1673396",
"CSAFPID-1503590",
"CSAFPID-1673393",
"CSAFPID-1673395",
"CSAFPID-220132",
"CSAFPID-1503585",
"CSAFPID-1673392",
"CSAFPID-1503589",
"CSAFPID-1673415",
"CSAFPID-1673416",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-46136",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-46136.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.0,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1673411",
"CSAFPID-912549",
"CSAFPID-1673412",
"CSAFPID-1673413",
"CSAFPID-1673414",
"CSAFPID-1673396",
"CSAFPID-1503590",
"CSAFPID-1673393",
"CSAFPID-1673395",
"CSAFPID-220132",
"CSAFPID-1503585",
"CSAFPID-1673392",
"CSAFPID-1503589",
"CSAFPID-1673415",
"CSAFPID-1673416",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
}
],
"title": "CVE-2023-46136"
},
{
"cve": "CVE-2023-48795",
"cwe": {
"id": "CWE-222",
"name": "Truncation of Security-relevant Information"
},
"notes": [
{
"category": "other",
"text": "Truncation of Security-relevant Information",
"title": "CWE-222"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1650752",
"CSAFPID-816765",
"CSAFPID-816766",
"CSAFPID-816767",
"CSAFPID-816768",
"CSAFPID-816769",
"CSAFPID-816770",
"CSAFPID-816771",
"CSAFPID-816772",
"CSAFPID-219838",
"CSAFPID-611387",
"CSAFPID-816773",
"CSAFPID-816774",
"CSAFPID-816775",
"CSAFPID-816346",
"CSAFPID-816776",
"CSAFPID-816348",
"CSAFPID-816777",
"CSAFPID-816347",
"CSAFPID-94291",
"CSAFPID-816778",
"CSAFPID-614517",
"CSAFPID-816779",
"CSAFPID-816349",
"CSAFPID-40293",
"CSAFPID-764242",
"CSAFPID-816780",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-816783",
"CSAFPID-816784",
"CSAFPID-816785",
"CSAFPID-816353",
"CSAFPID-816786",
"CSAFPID-816352",
"CSAFPID-342804",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-224793",
"CSAFPID-342793",
"CSAFPID-1265",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-204622",
"CSAFPID-219909",
"CSAFPID-219803",
"CSAFPID-816351",
"CSAFPID-611595",
"CSAFPID-342803",
"CSAFPID-1266",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-224790",
"CSAFPID-221118",
"CSAFPID-1673417",
"CSAFPID-1674629",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1674636",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-1670429",
"CSAFPID-1670430",
"CSAFPID-1670431",
"CSAFPID-1670432",
"CSAFPID-1670433",
"CSAFPID-1670434",
"CSAFPID-1670435",
"CSAFPID-1670436",
"CSAFPID-1670437",
"CSAFPID-1670438",
"CSAFPID-1670439",
"CSAFPID-1670440",
"CSAFPID-1670441",
"CSAFPID-1670442",
"CSAFPID-912076",
"CSAFPID-912077",
"CSAFPID-912078",
"CSAFPID-90016",
"CSAFPID-764826",
"CSAFPID-345038",
"CSAFPID-912079",
"CSAFPID-220132",
"CSAFPID-93781",
"CSAFPID-345039",
"CSAFPID-912080",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-912068",
"CSAFPID-912539",
"CSAFPID-912540",
"CSAFPID-912541",
"CSAFPID-912542",
"CSAFPID-912543",
"CSAFPID-912101",
"CSAFPID-912544",
"CSAFPID-912545",
"CSAFPID-764240",
"CSAFPID-912546",
"CSAFPID-912547",
"CSAFPID-224795",
"CSAFPID-912548",
"CSAFPID-611413",
"CSAFPID-240600",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-816357",
"CSAFPID-816358",
"CSAFPID-816359",
"CSAFPID-816787",
"CSAFPID-816788",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-816791",
"CSAFPID-816792",
"CSAFPID-816793",
"CSAFPID-816794",
"CSAFPID-816795",
"CSAFPID-816796",
"CSAFPID-816797",
"CSAFPID-8984",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-219776",
"CSAFPID-219826",
"CSAFPID-764739",
"CSAFPID-765242",
"CSAFPID-912073",
"CSAFPID-912102",
"CSAFPID-912549",
"CSAFPID-912550",
"CSAFPID-912551",
"CSAFPID-912552",
"CSAFPID-912553",
"CSAFPID-912554",
"CSAFPID-912556",
"CSAFPID-912557",
"CSAFPID-912558",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-1503582",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-1503591",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-1503601",
"CSAFPID-1503602"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-48795",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-48795.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-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1650752",
"CSAFPID-816765",
"CSAFPID-816766",
"CSAFPID-816767",
"CSAFPID-816768",
"CSAFPID-816769",
"CSAFPID-816770",
"CSAFPID-816771",
"CSAFPID-816772",
"CSAFPID-219838",
"CSAFPID-611387",
"CSAFPID-816773",
"CSAFPID-816774",
"CSAFPID-816775",
"CSAFPID-816346",
"CSAFPID-816776",
"CSAFPID-816348",
"CSAFPID-816777",
"CSAFPID-816347",
"CSAFPID-94291",
"CSAFPID-816778",
"CSAFPID-614517",
"CSAFPID-816779",
"CSAFPID-816349",
"CSAFPID-40293",
"CSAFPID-764242",
"CSAFPID-816780",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-816783",
"CSAFPID-816784",
"CSAFPID-816785",
"CSAFPID-816353",
"CSAFPID-816786",
"CSAFPID-816352",
"CSAFPID-342804",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-224793",
"CSAFPID-342793",
"CSAFPID-1265",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-204622",
"CSAFPID-219909",
"CSAFPID-219803",
"CSAFPID-816351",
"CSAFPID-611595",
"CSAFPID-342803",
"CSAFPID-1266",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-224790",
"CSAFPID-221118",
"CSAFPID-1673417",
"CSAFPID-1674629",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1674636",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-1670429",
"CSAFPID-1670430",
"CSAFPID-1670431",
"CSAFPID-1670432",
"CSAFPID-1670433",
"CSAFPID-1670434",
"CSAFPID-1670435",
"CSAFPID-1670436",
"CSAFPID-1670437",
"CSAFPID-1670438",
"CSAFPID-1670439",
"CSAFPID-1670440",
"CSAFPID-1670441",
"CSAFPID-1670442",
"CSAFPID-912076",
"CSAFPID-912077",
"CSAFPID-912078",
"CSAFPID-90016",
"CSAFPID-764826",
"CSAFPID-345038",
"CSAFPID-912079",
"CSAFPID-220132",
"CSAFPID-93781",
"CSAFPID-345039",
"CSAFPID-912080",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-912068",
"CSAFPID-912539",
"CSAFPID-912540",
"CSAFPID-912541",
"CSAFPID-912542",
"CSAFPID-912543",
"CSAFPID-912101",
"CSAFPID-912544",
"CSAFPID-912545",
"CSAFPID-764240",
"CSAFPID-912546",
"CSAFPID-912547",
"CSAFPID-224795",
"CSAFPID-912548",
"CSAFPID-611413",
"CSAFPID-240600",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-816357",
"CSAFPID-816358",
"CSAFPID-816359",
"CSAFPID-816787",
"CSAFPID-816788",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-816791",
"CSAFPID-816792",
"CSAFPID-816793",
"CSAFPID-816794",
"CSAFPID-816795",
"CSAFPID-816796",
"CSAFPID-816797",
"CSAFPID-8984",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-219776",
"CSAFPID-219826",
"CSAFPID-764739",
"CSAFPID-765242",
"CSAFPID-912073",
"CSAFPID-912102",
"CSAFPID-912549",
"CSAFPID-912550",
"CSAFPID-912551",
"CSAFPID-912552",
"CSAFPID-912553",
"CSAFPID-912554",
"CSAFPID-912556",
"CSAFPID-912557",
"CSAFPID-912558",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-1503582",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-1503591",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-1503601",
"CSAFPID-1503602"
]
}
],
"title": "CVE-2023-48795"
},
{
"cve": "CVE-2023-51775",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1650751",
"CSAFPID-1673395",
"CSAFPID-1673396",
"CSAFPID-1674629",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1674636",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-1670429",
"CSAFPID-1670430",
"CSAFPID-1670431",
"CSAFPID-1670432",
"CSAFPID-1670433",
"CSAFPID-1670434",
"CSAFPID-1670435",
"CSAFPID-1670436",
"CSAFPID-1670437",
"CSAFPID-1670438",
"CSAFPID-1670439",
"CSAFPID-1670440",
"CSAFPID-1670441",
"CSAFPID-1670442",
"CSAFPID-90016",
"CSAFPID-93781",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-219776",
"CSAFPID-219826",
"CSAFPID-220132",
"CSAFPID-224795",
"CSAFPID-342804",
"CSAFPID-611387",
"CSAFPID-611413",
"CSAFPID-614517",
"CSAFPID-764237",
"CSAFPID-764240",
"CSAFPID-764242",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-764739",
"CSAFPID-764826",
"CSAFPID-765242",
"CSAFPID-816348",
"CSAFPID-816773",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-912068",
"CSAFPID-912073",
"CSAFPID-912076",
"CSAFPID-912077",
"CSAFPID-912078",
"CSAFPID-912079",
"CSAFPID-912080",
"CSAFPID-912085",
"CSAFPID-912101",
"CSAFPID-912102",
"CSAFPID-912539",
"CSAFPID-912540",
"CSAFPID-912541",
"CSAFPID-912542",
"CSAFPID-912543",
"CSAFPID-912544",
"CSAFPID-912545",
"CSAFPID-912546",
"CSAFPID-912547",
"CSAFPID-912548",
"CSAFPID-912549",
"CSAFPID-912550",
"CSAFPID-912551",
"CSAFPID-912552",
"CSAFPID-912553",
"CSAFPID-912554",
"CSAFPID-912556",
"CSAFPID-912557",
"CSAFPID-912558",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-1503582",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-51775",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-51775.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-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1650751",
"CSAFPID-1673395",
"CSAFPID-1673396",
"CSAFPID-1674629",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1674636",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-1670429",
"CSAFPID-1670430",
"CSAFPID-1670431",
"CSAFPID-1670432",
"CSAFPID-1670433",
"CSAFPID-1670434",
"CSAFPID-1670435",
"CSAFPID-1670436",
"CSAFPID-1670437",
"CSAFPID-1670438",
"CSAFPID-1670439",
"CSAFPID-1670440",
"CSAFPID-1670441",
"CSAFPID-1670442",
"CSAFPID-90016",
"CSAFPID-93781",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-219776",
"CSAFPID-219826",
"CSAFPID-220132",
"CSAFPID-224795",
"CSAFPID-342804",
"CSAFPID-611387",
"CSAFPID-611413",
"CSAFPID-614517",
"CSAFPID-764237",
"CSAFPID-764240",
"CSAFPID-764242",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-764739",
"CSAFPID-764826",
"CSAFPID-765242",
"CSAFPID-816348",
"CSAFPID-816773",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-912068",
"CSAFPID-912073",
"CSAFPID-912076",
"CSAFPID-912077",
"CSAFPID-912078",
"CSAFPID-912079",
"CSAFPID-912080",
"CSAFPID-912085",
"CSAFPID-912101",
"CSAFPID-912102",
"CSAFPID-912539",
"CSAFPID-912540",
"CSAFPID-912541",
"CSAFPID-912542",
"CSAFPID-912543",
"CSAFPID-912544",
"CSAFPID-912545",
"CSAFPID-912546",
"CSAFPID-912547",
"CSAFPID-912548",
"CSAFPID-912549",
"CSAFPID-912550",
"CSAFPID-912551",
"CSAFPID-912552",
"CSAFPID-912553",
"CSAFPID-912554",
"CSAFPID-912556",
"CSAFPID-912557",
"CSAFPID-912558",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-1503582",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600"
]
}
],
"title": "CVE-2023-51775"
},
{
"cve": "CVE-2023-52428",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673395",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-912068",
"CSAFPID-912076",
"CSAFPID-611387",
"CSAFPID-912539",
"CSAFPID-816773",
"CSAFPID-912540",
"CSAFPID-912541",
"CSAFPID-912542",
"CSAFPID-912543",
"CSAFPID-912101",
"CSAFPID-912544",
"CSAFPID-912077",
"CSAFPID-816348",
"CSAFPID-90016",
"CSAFPID-93781",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-219776",
"CSAFPID-219826",
"CSAFPID-220132",
"CSAFPID-224795",
"CSAFPID-342804",
"CSAFPID-611413",
"CSAFPID-614517",
"CSAFPID-764240",
"CSAFPID-764242",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-764739",
"CSAFPID-764826",
"CSAFPID-765242",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-912073",
"CSAFPID-912078",
"CSAFPID-912079",
"CSAFPID-912080",
"CSAFPID-912102",
"CSAFPID-912545",
"CSAFPID-912546",
"CSAFPID-912547",
"CSAFPID-912548",
"CSAFPID-912549",
"CSAFPID-912550",
"CSAFPID-912551",
"CSAFPID-912552",
"CSAFPID-912553",
"CSAFPID-912554",
"CSAFPID-912556",
"CSAFPID-912557",
"CSAFPID-912558",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-1503582",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-52428",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-52428.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-1673395",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-912068",
"CSAFPID-912076",
"CSAFPID-611387",
"CSAFPID-912539",
"CSAFPID-816773",
"CSAFPID-912540",
"CSAFPID-912541",
"CSAFPID-912542",
"CSAFPID-912543",
"CSAFPID-912101",
"CSAFPID-912544",
"CSAFPID-912077",
"CSAFPID-816348",
"CSAFPID-90016",
"CSAFPID-93781",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-219776",
"CSAFPID-219826",
"CSAFPID-220132",
"CSAFPID-224795",
"CSAFPID-342804",
"CSAFPID-611413",
"CSAFPID-614517",
"CSAFPID-764240",
"CSAFPID-764242",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-764739",
"CSAFPID-764826",
"CSAFPID-765242",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-912073",
"CSAFPID-912078",
"CSAFPID-912079",
"CSAFPID-912080",
"CSAFPID-912102",
"CSAFPID-912545",
"CSAFPID-912546",
"CSAFPID-912547",
"CSAFPID-912548",
"CSAFPID-912549",
"CSAFPID-912550",
"CSAFPID-912551",
"CSAFPID-912552",
"CSAFPID-912553",
"CSAFPID-912554",
"CSAFPID-912556",
"CSAFPID-912557",
"CSAFPID-912558",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-1503582",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600"
]
}
],
"title": "CVE-2023-52428"
},
{
"cve": "CVE-2024-0450",
"cwe": {
"id": "CWE-450",
"name": "Multiple Interpretations of UI Input"
},
"notes": [
{
"category": "other",
"text": "Multiple Interpretations of UI Input",
"title": "CWE-450"
},
{
"category": "other",
"text": "Asymmetric Resource Consumption (Amplification)",
"title": "CWE-405"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1673420",
"CSAFPID-1673421",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1674636",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-0450",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0450.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1673420",
"CSAFPID-1673421",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1674636",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569"
]
}
],
"title": "CVE-2024-0450"
},
{
"cve": "CVE-2024-2398",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"notes": [
{
"category": "other",
"text": "Missing Release of Resource after Effective Lifetime",
"title": "CWE-772"
},
{
"category": "other",
"text": "Missing Release of Memory after Effective Lifetime",
"title": "CWE-401"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673389",
"CSAFPID-1673390",
"CSAFPID-1673399",
"CSAFPID-1673391",
"CSAFPID-1673394",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-2398",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2398.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-1673389",
"CSAFPID-1673390",
"CSAFPID-1673399",
"CSAFPID-1673391",
"CSAFPID-1673394",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
}
],
"title": "CVE-2024-2398"
},
{
"cve": "CVE-2024-4577",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)",
"title": "CWE-88"
},
{
"category": "other",
"text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
"title": "CWE-78"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1650731",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-4577",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4577.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-1650731",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
}
],
"title": "CVE-2024-4577"
},
{
"cve": "CVE-2024-4603",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"notes": [
{
"category": "other",
"text": "Unchecked Input for Loop Condition",
"title": "CWE-606"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673391",
"CSAFPID-1673394",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-4603",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4603.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-1673391",
"CSAFPID-1673394",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569"
]
}
],
"title": "CVE-2024-4603"
},
{
"cve": "CVE-2024-5585",
"cwe": {
"id": "CWE-116",
"name": "Improper Encoding or Escaping of Output"
},
"notes": [
{
"category": "other",
"text": "Improper Encoding or Escaping of Output",
"title": "CWE-116"
},
{
"category": "other",
"text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
"title": "CWE-78"
},
{
"category": "other",
"text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)",
"title": "CWE-88"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1650731",
"CSAFPID-1674617",
"CSAFPID-1674618",
"CSAFPID-1674619",
"CSAFPID-1674620",
"CSAFPID-1674621",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1674624",
"CSAFPID-1674625",
"CSAFPID-1674626",
"CSAFPID-1674627",
"CSAFPID-1674628"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-5585",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5585.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-1650731",
"CSAFPID-1674617",
"CSAFPID-1674618",
"CSAFPID-1674619",
"CSAFPID-1674620",
"CSAFPID-1674621",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1674624",
"CSAFPID-1674625",
"CSAFPID-1674626",
"CSAFPID-1674627",
"CSAFPID-1674628"
]
}
],
"title": "CVE-2024-5585"
},
{
"cve": "CVE-2024-5971",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Recursion",
"title": "CWE-674"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673395",
"CSAFPID-1673389",
"CSAFPID-1673390",
"CSAFPID-1673399",
"CSAFPID-1673526",
"CSAFPID-1673413",
"CSAFPID-1673396",
"CSAFPID-1673415",
"CSAFPID-1673501",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-5971",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5971.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-1673395",
"CSAFPID-1673389",
"CSAFPID-1673390",
"CSAFPID-1673399",
"CSAFPID-1673526",
"CSAFPID-1673413",
"CSAFPID-1673396",
"CSAFPID-1673415",
"CSAFPID-1673501",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
}
],
"title": "CVE-2024-5971"
},
{
"cve": "CVE-2024-6162",
"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"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1650752",
"CSAFPID-1650751",
"CSAFPID-1673526",
"CSAFPID-1673399",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1674636",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-6162",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6162.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-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1650752",
"CSAFPID-1650751",
"CSAFPID-1673526",
"CSAFPID-1673399",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1674636",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569"
]
}
],
"title": "CVE-2024-6162"
},
{
"cve": "CVE-2024-6387",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"notes": [
{
"category": "other",
"text": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)",
"title": "CWE-362"
},
{
"category": "other",
"text": "Signal Handler Race Condition",
"title": "CWE-364"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1503595",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-6387",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6387.json"
}
],
"title": "CVE-2024-6387"
},
{
"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": "Uncontrolled Recursion",
"title": "CWE-674"
}
],
"product_status": {
"known_affected": [
"CSAFPID-912549",
"CSAFPID-1672767",
"CSAFPID-1503585",
"CSAFPID-1673391",
"CSAFPID-1673394",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-7254",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-7254.json"
}
],
"title": "CVE-2024-7254"
},
{
"cve": "CVE-2024-7264",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "other",
"text": "Out-of-bounds Read",
"title": "CWE-125"
},
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673530",
"CSAFPID-1673382",
"CSAFPID-1674617",
"CSAFPID-1674618",
"CSAFPID-1674619",
"CSAFPID-1674620",
"CSAFPID-1674621",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1674624",
"CSAFPID-1674625",
"CSAFPID-1674626",
"CSAFPID-1674627",
"CSAFPID-1674628"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-7264",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-7264.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1673530",
"CSAFPID-1673382",
"CSAFPID-1674617",
"CSAFPID-1674618",
"CSAFPID-1674619",
"CSAFPID-1674620",
"CSAFPID-1674621",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1674624",
"CSAFPID-1674625",
"CSAFPID-1674626",
"CSAFPID-1674627",
"CSAFPID-1674628"
]
}
],
"title": "CVE-2024-7264"
},
{
"cve": "CVE-2024-22020",
"product_status": {
"known_affected": [
"CSAFPID-912101",
"CSAFPID-1673473",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-22020",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22020.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-912101",
"CSAFPID-1673473",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
}
],
"title": "CVE-2024-22020"
},
{
"cve": "CVE-2024-22201",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1673475",
"CSAFPID-1670429",
"CSAFPID-1670430",
"CSAFPID-1670431",
"CSAFPID-1670432",
"CSAFPID-1670433",
"CSAFPID-1670434",
"CSAFPID-1670435",
"CSAFPID-1670436",
"CSAFPID-1670437",
"CSAFPID-1670438",
"CSAFPID-1670439",
"CSAFPID-1670440",
"CSAFPID-1670441",
"CSAFPID-1670442",
"CSAFPID-912068",
"CSAFPID-912073",
"CSAFPID-912076",
"CSAFPID-912077",
"CSAFPID-912078",
"CSAFPID-912079",
"CSAFPID-912080",
"CSAFPID-912085",
"CSAFPID-912101",
"CSAFPID-912102",
"CSAFPID-912539",
"CSAFPID-912540",
"CSAFPID-912541",
"CSAFPID-912542",
"CSAFPID-912543",
"CSAFPID-912544",
"CSAFPID-912545",
"CSAFPID-912546",
"CSAFPID-912547",
"CSAFPID-912548",
"CSAFPID-1674617",
"CSAFPID-1674618",
"CSAFPID-1674619",
"CSAFPID-1674620",
"CSAFPID-1674621",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1674624",
"CSAFPID-1674625",
"CSAFPID-1674626",
"CSAFPID-1674627",
"CSAFPID-1674628",
"CSAFPID-90016",
"CSAFPID-93781",
"CSAFPID-220132",
"CSAFPID-219776",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-219826",
"CSAFPID-224795",
"CSAFPID-912549",
"CSAFPID-912550",
"CSAFPID-912551",
"CSAFPID-912552",
"CSAFPID-912553",
"CSAFPID-912554",
"CSAFPID-912556",
"CSAFPID-912557",
"CSAFPID-912558",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-342804",
"CSAFPID-611387",
"CSAFPID-611413",
"CSAFPID-614517",
"CSAFPID-764237",
"CSAFPID-764240",
"CSAFPID-764242",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-764739",
"CSAFPID-764826",
"CSAFPID-765242",
"CSAFPID-816348",
"CSAFPID-816773",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-1503582",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-22201",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22201.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-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1673475",
"CSAFPID-1670429",
"CSAFPID-1670430",
"CSAFPID-1670431",
"CSAFPID-1670432",
"CSAFPID-1670433",
"CSAFPID-1670434",
"CSAFPID-1670435",
"CSAFPID-1670436",
"CSAFPID-1670437",
"CSAFPID-1670438",
"CSAFPID-1670439",
"CSAFPID-1670440",
"CSAFPID-1670441",
"CSAFPID-1670442",
"CSAFPID-912068",
"CSAFPID-912073",
"CSAFPID-912076",
"CSAFPID-912077",
"CSAFPID-912078",
"CSAFPID-912079",
"CSAFPID-912080",
"CSAFPID-912085",
"CSAFPID-912101",
"CSAFPID-912102",
"CSAFPID-912539",
"CSAFPID-912540",
"CSAFPID-912541",
"CSAFPID-912542",
"CSAFPID-912543",
"CSAFPID-912544",
"CSAFPID-912545",
"CSAFPID-912546",
"CSAFPID-912547",
"CSAFPID-912548",
"CSAFPID-1674617",
"CSAFPID-1674618",
"CSAFPID-1674619",
"CSAFPID-1674620",
"CSAFPID-1674621",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1674624",
"CSAFPID-1674625",
"CSAFPID-1674626",
"CSAFPID-1674627",
"CSAFPID-1674628",
"CSAFPID-90016",
"CSAFPID-93781",
"CSAFPID-220132",
"CSAFPID-219776",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-219826",
"CSAFPID-224795",
"CSAFPID-912549",
"CSAFPID-912550",
"CSAFPID-912551",
"CSAFPID-912552",
"CSAFPID-912553",
"CSAFPID-912554",
"CSAFPID-912556",
"CSAFPID-912557",
"CSAFPID-912558",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-342804",
"CSAFPID-611387",
"CSAFPID-611413",
"CSAFPID-614517",
"CSAFPID-764237",
"CSAFPID-764240",
"CSAFPID-764242",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-764739",
"CSAFPID-764826",
"CSAFPID-765242",
"CSAFPID-816348",
"CSAFPID-816773",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-1503582",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600"
]
}
],
"title": "CVE-2024-22201"
},
{
"cve": "CVE-2024-22257",
"cwe": {
"id": "CWE-284",
"name": "Improper Access Control"
},
"notes": [
{
"category": "other",
"text": "Improper Access Control",
"title": "CWE-284"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1673420",
"CSAFPID-1673421",
"CSAFPID-1674629",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1674636",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-1670429",
"CSAFPID-1670430",
"CSAFPID-1670431",
"CSAFPID-1670432",
"CSAFPID-1670433",
"CSAFPID-1670434",
"CSAFPID-1670435",
"CSAFPID-1670436",
"CSAFPID-1670437",
"CSAFPID-1670438",
"CSAFPID-1670439",
"CSAFPID-1670440",
"CSAFPID-1670441",
"CSAFPID-1670442",
"CSAFPID-764237",
"CSAFPID-912068",
"CSAFPID-912076",
"CSAFPID-611387",
"CSAFPID-816773",
"CSAFPID-912077",
"CSAFPID-816348",
"CSAFPID-764240",
"CSAFPID-614517",
"CSAFPID-224795",
"CSAFPID-764826",
"CSAFPID-90016",
"CSAFPID-912078",
"CSAFPID-611413",
"CSAFPID-764242",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-93781",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-342804",
"CSAFPID-912080",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-219776",
"CSAFPID-765242",
"CSAFPID-764739",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-219826",
"CSAFPID-912073",
"CSAFPID-912085",
"CSAFPID-912101",
"CSAFPID-912102",
"CSAFPID-912539",
"CSAFPID-912540",
"CSAFPID-912541",
"CSAFPID-912542",
"CSAFPID-912543",
"CSAFPID-912544",
"CSAFPID-912545",
"CSAFPID-912546",
"CSAFPID-912547",
"CSAFPID-912548",
"CSAFPID-912549",
"CSAFPID-912550",
"CSAFPID-912551",
"CSAFPID-912552",
"CSAFPID-912553",
"CSAFPID-912554",
"CSAFPID-912556",
"CSAFPID-912557",
"CSAFPID-912558",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-1503582",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-22257",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22257.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1673420",
"CSAFPID-1673421",
"CSAFPID-1674629",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1674636",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-1670429",
"CSAFPID-1670430",
"CSAFPID-1670431",
"CSAFPID-1670432",
"CSAFPID-1670433",
"CSAFPID-1670434",
"CSAFPID-1670435",
"CSAFPID-1670436",
"CSAFPID-1670437",
"CSAFPID-1670438",
"CSAFPID-1670439",
"CSAFPID-1670440",
"CSAFPID-1670441",
"CSAFPID-1670442",
"CSAFPID-764237",
"CSAFPID-912068",
"CSAFPID-912076",
"CSAFPID-611387",
"CSAFPID-816773",
"CSAFPID-912077",
"CSAFPID-816348",
"CSAFPID-764240",
"CSAFPID-614517",
"CSAFPID-224795",
"CSAFPID-764826",
"CSAFPID-90016",
"CSAFPID-912078",
"CSAFPID-611413",
"CSAFPID-764242",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-93781",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-342804",
"CSAFPID-912080",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-219776",
"CSAFPID-765242",
"CSAFPID-764739",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-219826",
"CSAFPID-912073",
"CSAFPID-912085",
"CSAFPID-912101",
"CSAFPID-912102",
"CSAFPID-912539",
"CSAFPID-912540",
"CSAFPID-912541",
"CSAFPID-912542",
"CSAFPID-912543",
"CSAFPID-912544",
"CSAFPID-912545",
"CSAFPID-912546",
"CSAFPID-912547",
"CSAFPID-912548",
"CSAFPID-912549",
"CSAFPID-912550",
"CSAFPID-912551",
"CSAFPID-912552",
"CSAFPID-912553",
"CSAFPID-912554",
"CSAFPID-912556",
"CSAFPID-912557",
"CSAFPID-912558",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-1503582",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600"
]
}
],
"title": "CVE-2024-22257"
},
{
"cve": "CVE-2024-22262",
"cwe": {
"id": "CWE-601",
"name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)"
},
"notes": [
{
"category": "other",
"text": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)",
"title": "CWE-601"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1650752",
"CSAFPID-1650820",
"CSAFPID-1650751",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1674636",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-22262",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22262.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-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1650752",
"CSAFPID-1650820",
"CSAFPID-1650751",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1674636",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569"
]
}
],
"title": "CVE-2024-22262"
},
{
"cve": "CVE-2024-23672",
"cwe": {
"id": "CWE-459",
"name": "Incomplete Cleanup"
},
"notes": [
{
"category": "other",
"text": "Incomplete Cleanup",
"title": "CWE-459"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1650826",
"CSAFPID-1650731",
"CSAFPID-1673382",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1674636",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-912068",
"CSAFPID-912076",
"CSAFPID-611387",
"CSAFPID-912539",
"CSAFPID-816773",
"CSAFPID-912540",
"CSAFPID-912541",
"CSAFPID-912542",
"CSAFPID-912543",
"CSAFPID-912101",
"CSAFPID-912544",
"CSAFPID-912077",
"CSAFPID-816348",
"CSAFPID-912545",
"CSAFPID-764240",
"CSAFPID-912546",
"CSAFPID-614517",
"CSAFPID-912547",
"CSAFPID-224795",
"CSAFPID-912548",
"CSAFPID-912102",
"CSAFPID-912549",
"CSAFPID-764826",
"CSAFPID-90016",
"CSAFPID-912078",
"CSAFPID-912550",
"CSAFPID-912551",
"CSAFPID-912552",
"CSAFPID-611413",
"CSAFPID-764242",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-912553",
"CSAFPID-93781",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-219776",
"CSAFPID-219826",
"CSAFPID-220132",
"CSAFPID-342804",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-764739",
"CSAFPID-765242",
"CSAFPID-912073",
"CSAFPID-912079",
"CSAFPID-912080",
"CSAFPID-912554",
"CSAFPID-912556",
"CSAFPID-912557",
"CSAFPID-912558",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-1503582",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-23672",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23672.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-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1650826",
"CSAFPID-1650731",
"CSAFPID-1673382",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1674636",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-912068",
"CSAFPID-912076",
"CSAFPID-611387",
"CSAFPID-912539",
"CSAFPID-816773",
"CSAFPID-912540",
"CSAFPID-912541",
"CSAFPID-912542",
"CSAFPID-912543",
"CSAFPID-912101",
"CSAFPID-912544",
"CSAFPID-912077",
"CSAFPID-816348",
"CSAFPID-912545",
"CSAFPID-764240",
"CSAFPID-912546",
"CSAFPID-614517",
"CSAFPID-912547",
"CSAFPID-224795",
"CSAFPID-912548",
"CSAFPID-912102",
"CSAFPID-912549",
"CSAFPID-764826",
"CSAFPID-90016",
"CSAFPID-912078",
"CSAFPID-912550",
"CSAFPID-912551",
"CSAFPID-912552",
"CSAFPID-611413",
"CSAFPID-764242",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-912553",
"CSAFPID-93781",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-219776",
"CSAFPID-219826",
"CSAFPID-220132",
"CSAFPID-342804",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-764739",
"CSAFPID-765242",
"CSAFPID-912073",
"CSAFPID-912079",
"CSAFPID-912080",
"CSAFPID-912554",
"CSAFPID-912556",
"CSAFPID-912557",
"CSAFPID-912558",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-1503582",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600"
]
}
],
"title": "CVE-2024-23672"
},
{
"cve": "CVE-2024-23807",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "other",
"text": "Use After Free",
"title": "CWE-416"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1650734",
"CSAFPID-1650830",
"CSAFPID-1650777",
"CSAFPID-204622",
"CSAFPID-219909",
"CSAFPID-1650778",
"CSAFPID-41182",
"CSAFPID-1674617",
"CSAFPID-1674618",
"CSAFPID-1674619",
"CSAFPID-1674620",
"CSAFPID-1674621",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1674624",
"CSAFPID-1674625",
"CSAFPID-1674626",
"CSAFPID-1674627",
"CSAFPID-1674628",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-23807",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23807.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1650734",
"CSAFPID-1650830",
"CSAFPID-1650777",
"CSAFPID-204622",
"CSAFPID-219909",
"CSAFPID-1650778",
"CSAFPID-41182",
"CSAFPID-1674617",
"CSAFPID-1674618",
"CSAFPID-1674619",
"CSAFPID-1674620",
"CSAFPID-1674621",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1674624",
"CSAFPID-1674625",
"CSAFPID-1674626",
"CSAFPID-1674627",
"CSAFPID-1674628",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569"
]
}
],
"title": "CVE-2024-23807"
},
{
"cve": "CVE-2024-24549",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1650826",
"CSAFPID-1673382",
"CSAFPID-1650731",
"CSAFPID-1674617",
"CSAFPID-1674618",
"CSAFPID-1674619",
"CSAFPID-1674620",
"CSAFPID-1674621",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1674624",
"CSAFPID-1674625",
"CSAFPID-1674626",
"CSAFPID-1674627",
"CSAFPID-1674628",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-912068",
"CSAFPID-912076",
"CSAFPID-611387",
"CSAFPID-816773",
"CSAFPID-912077",
"CSAFPID-816348",
"CSAFPID-764240",
"CSAFPID-614517",
"CSAFPID-224795",
"CSAFPID-764826",
"CSAFPID-90016",
"CSAFPID-912078",
"CSAFPID-611413",
"CSAFPID-764242",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-93781",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-342804",
"CSAFPID-912080",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-219776",
"CSAFPID-765242",
"CSAFPID-764739",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-219826",
"CSAFPID-912073",
"CSAFPID-912101",
"CSAFPID-912102",
"CSAFPID-912539",
"CSAFPID-912540",
"CSAFPID-912541",
"CSAFPID-912542",
"CSAFPID-912543",
"CSAFPID-912544",
"CSAFPID-912545",
"CSAFPID-912546",
"CSAFPID-912547",
"CSAFPID-912548",
"CSAFPID-912549",
"CSAFPID-912550",
"CSAFPID-912551",
"CSAFPID-912552",
"CSAFPID-912553",
"CSAFPID-912554",
"CSAFPID-912556",
"CSAFPID-912557",
"CSAFPID-912558",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-1503582",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-24549",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-24549.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-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1650826",
"CSAFPID-1673382",
"CSAFPID-1650731",
"CSAFPID-1674617",
"CSAFPID-1674618",
"CSAFPID-1674619",
"CSAFPID-1674620",
"CSAFPID-1674621",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1674624",
"CSAFPID-1674625",
"CSAFPID-1674626",
"CSAFPID-1674627",
"CSAFPID-1674628",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-912068",
"CSAFPID-912076",
"CSAFPID-611387",
"CSAFPID-816773",
"CSAFPID-912077",
"CSAFPID-816348",
"CSAFPID-764240",
"CSAFPID-614517",
"CSAFPID-224795",
"CSAFPID-764826",
"CSAFPID-90016",
"CSAFPID-912078",
"CSAFPID-611413",
"CSAFPID-764242",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-93781",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-342804",
"CSAFPID-912080",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-219776",
"CSAFPID-765242",
"CSAFPID-764739",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-219826",
"CSAFPID-912073",
"CSAFPID-912101",
"CSAFPID-912102",
"CSAFPID-912539",
"CSAFPID-912540",
"CSAFPID-912541",
"CSAFPID-912542",
"CSAFPID-912543",
"CSAFPID-912544",
"CSAFPID-912545",
"CSAFPID-912546",
"CSAFPID-912547",
"CSAFPID-912548",
"CSAFPID-912549",
"CSAFPID-912550",
"CSAFPID-912551",
"CSAFPID-912552",
"CSAFPID-912553",
"CSAFPID-912554",
"CSAFPID-912556",
"CSAFPID-912557",
"CSAFPID-912558",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-1503582",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600"
]
}
],
"title": "CVE-2024-24549"
},
{
"cve": "CVE-2024-25062",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "other",
"text": "Use After Free",
"title": "CWE-416"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1650751",
"CSAFPID-1650752",
"CSAFPID-1673481",
"CSAFPID-1674629",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1674636",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-1670429",
"CSAFPID-1670430",
"CSAFPID-1670431",
"CSAFPID-1670432",
"CSAFPID-1670433",
"CSAFPID-1670434",
"CSAFPID-1670435",
"CSAFPID-1670436",
"CSAFPID-1670437",
"CSAFPID-1670438",
"CSAFPID-1670439",
"CSAFPID-1670440",
"CSAFPID-1670441",
"CSAFPID-1670442",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-912068",
"CSAFPID-912076",
"CSAFPID-611387",
"CSAFPID-912539",
"CSAFPID-816773",
"CSAFPID-912540",
"CSAFPID-912541",
"CSAFPID-912542",
"CSAFPID-912543",
"CSAFPID-912101",
"CSAFPID-912544",
"CSAFPID-912077",
"CSAFPID-816348",
"CSAFPID-912545",
"CSAFPID-764240",
"CSAFPID-912546",
"CSAFPID-614517",
"CSAFPID-912547",
"CSAFPID-224795",
"CSAFPID-912548",
"CSAFPID-912102",
"CSAFPID-912549",
"CSAFPID-764826",
"CSAFPID-90016",
"CSAFPID-912078",
"CSAFPID-912550",
"CSAFPID-912551",
"CSAFPID-912552",
"CSAFPID-611413",
"CSAFPID-764242",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-912553",
"CSAFPID-93781",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-219776",
"CSAFPID-219826",
"CSAFPID-220132",
"CSAFPID-342804",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-764739",
"CSAFPID-765242",
"CSAFPID-912073",
"CSAFPID-912079",
"CSAFPID-912080",
"CSAFPID-912554",
"CSAFPID-912556",
"CSAFPID-912557",
"CSAFPID-912558",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-1503582",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-25062",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-25062.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-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1650751",
"CSAFPID-1650752",
"CSAFPID-1673481",
"CSAFPID-1674629",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1674636",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-1670429",
"CSAFPID-1670430",
"CSAFPID-1670431",
"CSAFPID-1670432",
"CSAFPID-1670433",
"CSAFPID-1670434",
"CSAFPID-1670435",
"CSAFPID-1670436",
"CSAFPID-1670437",
"CSAFPID-1670438",
"CSAFPID-1670439",
"CSAFPID-1670440",
"CSAFPID-1670441",
"CSAFPID-1670442",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-912068",
"CSAFPID-912076",
"CSAFPID-611387",
"CSAFPID-912539",
"CSAFPID-816773",
"CSAFPID-912540",
"CSAFPID-912541",
"CSAFPID-912542",
"CSAFPID-912543",
"CSAFPID-912101",
"CSAFPID-912544",
"CSAFPID-912077",
"CSAFPID-816348",
"CSAFPID-912545",
"CSAFPID-764240",
"CSAFPID-912546",
"CSAFPID-614517",
"CSAFPID-912547",
"CSAFPID-224795",
"CSAFPID-912548",
"CSAFPID-912102",
"CSAFPID-912549",
"CSAFPID-764826",
"CSAFPID-90016",
"CSAFPID-912078",
"CSAFPID-912550",
"CSAFPID-912551",
"CSAFPID-912552",
"CSAFPID-611413",
"CSAFPID-764242",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-912553",
"CSAFPID-93781",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-219776",
"CSAFPID-219826",
"CSAFPID-220132",
"CSAFPID-342804",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-764739",
"CSAFPID-765242",
"CSAFPID-912073",
"CSAFPID-912079",
"CSAFPID-912080",
"CSAFPID-912554",
"CSAFPID-912556",
"CSAFPID-912557",
"CSAFPID-912558",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-1503582",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600"
]
}
],
"title": "CVE-2024-25062"
},
{
"cve": "CVE-2024-25638",
"cwe": {
"id": "CWE-345",
"name": "Insufficient Verification of Data Authenticity"
},
"notes": [
{
"category": "other",
"text": "Insufficient Verification of Data Authenticity",
"title": "CWE-345"
},
{
"category": "other",
"text": "Acceptance of Extraneous Untrusted Data With Trusted Data",
"title": "CWE-349"
}
],
"product_status": {
"known_affected": [
"CSAFPID-912549",
"CSAFPID-1672767",
"CSAFPID-1503585",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-25638",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-25638.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.9,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-912549",
"CSAFPID-1672767",
"CSAFPID-1503585",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
}
],
"title": "CVE-2024-25638"
},
{
"cve": "CVE-2024-26308",
"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"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1673389",
"CSAFPID-1673390",
"CSAFPID-1674629",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1674636",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-1670429",
"CSAFPID-1670430",
"CSAFPID-1670431",
"CSAFPID-1670432",
"CSAFPID-1670433",
"CSAFPID-1670434",
"CSAFPID-1670435",
"CSAFPID-1670436",
"CSAFPID-1670437",
"CSAFPID-1670438",
"CSAFPID-1670439",
"CSAFPID-1670440",
"CSAFPID-1670441",
"CSAFPID-1670442",
"CSAFPID-90016",
"CSAFPID-93781",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-219776",
"CSAFPID-219826",
"CSAFPID-220132",
"CSAFPID-224795",
"CSAFPID-342804",
"CSAFPID-611387",
"CSAFPID-611413",
"CSAFPID-614517",
"CSAFPID-764237",
"CSAFPID-764240",
"CSAFPID-764242",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-764739",
"CSAFPID-764826",
"CSAFPID-765242",
"CSAFPID-816348",
"CSAFPID-816773",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-912068",
"CSAFPID-912073",
"CSAFPID-912076",
"CSAFPID-912077",
"CSAFPID-912078",
"CSAFPID-912079",
"CSAFPID-912080",
"CSAFPID-912085",
"CSAFPID-912101",
"CSAFPID-912102",
"CSAFPID-912539",
"CSAFPID-912540",
"CSAFPID-912541",
"CSAFPID-912542",
"CSAFPID-912543",
"CSAFPID-912544",
"CSAFPID-912545",
"CSAFPID-912546",
"CSAFPID-912547",
"CSAFPID-912548",
"CSAFPID-912549",
"CSAFPID-912550",
"CSAFPID-912551",
"CSAFPID-912552",
"CSAFPID-912553",
"CSAFPID-912554",
"CSAFPID-912556",
"CSAFPID-912557",
"CSAFPID-912558",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-1503582",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-26308",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26308.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:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1673389",
"CSAFPID-1673390",
"CSAFPID-1674629",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1674636",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-1670429",
"CSAFPID-1670430",
"CSAFPID-1670431",
"CSAFPID-1670432",
"CSAFPID-1670433",
"CSAFPID-1670434",
"CSAFPID-1670435",
"CSAFPID-1670436",
"CSAFPID-1670437",
"CSAFPID-1670438",
"CSAFPID-1670439",
"CSAFPID-1670440",
"CSAFPID-1670441",
"CSAFPID-1670442",
"CSAFPID-90016",
"CSAFPID-93781",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-219776",
"CSAFPID-219826",
"CSAFPID-220132",
"CSAFPID-224795",
"CSAFPID-342804",
"CSAFPID-611387",
"CSAFPID-611413",
"CSAFPID-614517",
"CSAFPID-764237",
"CSAFPID-764240",
"CSAFPID-764242",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-764739",
"CSAFPID-764826",
"CSAFPID-765242",
"CSAFPID-816348",
"CSAFPID-816773",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-912068",
"CSAFPID-912073",
"CSAFPID-912076",
"CSAFPID-912077",
"CSAFPID-912078",
"CSAFPID-912079",
"CSAFPID-912080",
"CSAFPID-912085",
"CSAFPID-912101",
"CSAFPID-912102",
"CSAFPID-912539",
"CSAFPID-912540",
"CSAFPID-912541",
"CSAFPID-912542",
"CSAFPID-912543",
"CSAFPID-912544",
"CSAFPID-912545",
"CSAFPID-912546",
"CSAFPID-912547",
"CSAFPID-912548",
"CSAFPID-912549",
"CSAFPID-912550",
"CSAFPID-912551",
"CSAFPID-912552",
"CSAFPID-912553",
"CSAFPID-912554",
"CSAFPID-912556",
"CSAFPID-912557",
"CSAFPID-912558",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-1503582",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600"
]
}
],
"title": "CVE-2024-26308"
},
{
"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": "Improper Resource Shutdown or Release",
"title": "CWE-404"
},
{
"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"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1673414",
"CSAFPID-1673396",
"CSAFPID-1673485",
"CSAFPID-1673393",
"CSAFPID-1673394",
"CSAFPID-1673389",
"CSAFPID-1672767",
"CSAFPID-1673391",
"CSAFPID-1673392",
"CSAFPID-1673415",
"CSAFPID-1673390",
"CSAFPID-1673413",
"CSAFPID-1673395",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1674636",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-28182",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/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-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1673414",
"CSAFPID-1673396",
"CSAFPID-1673485",
"CSAFPID-1673393",
"CSAFPID-1673394",
"CSAFPID-1673389",
"CSAFPID-1672767",
"CSAFPID-1673391",
"CSAFPID-1673392",
"CSAFPID-1673415",
"CSAFPID-1673390",
"CSAFPID-1673413",
"CSAFPID-1673395",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1674636",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569"
]
}
],
"title": "CVE-2024-28182"
},
{
"cve": "CVE-2024-28849",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "other",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1673414",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1674636",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-28849",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28849.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1673414",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1674636",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569"
]
}
],
"title": "CVE-2024-28849"
},
{
"cve": "CVE-2024-29025",
"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"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1650752",
"CSAFPID-1650751",
"CSAFPID-1673494",
"CSAFPID-1673420",
"CSAFPID-1673421",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1674636",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-29025",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29025.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1650752",
"CSAFPID-1650751",
"CSAFPID-1673494",
"CSAFPID-1673420",
"CSAFPID-1673421",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1674636",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569"
]
}
],
"title": "CVE-2024-29025"
},
{
"cve": "CVE-2024-29133",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "other",
"text": "Out-of-bounds Write",
"title": "CWE-787"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1650820",
"CSAFPID-224790",
"CSAFPID-221118",
"CSAFPID-1673496",
"CSAFPID-1674617",
"CSAFPID-1674618",
"CSAFPID-1674619",
"CSAFPID-1674620",
"CSAFPID-1674621",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1674624",
"CSAFPID-1674625",
"CSAFPID-1674626",
"CSAFPID-1674627",
"CSAFPID-1674628",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-29133",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29133.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-1650820",
"CSAFPID-224790",
"CSAFPID-221118",
"CSAFPID-1673496",
"CSAFPID-1674617",
"CSAFPID-1674618",
"CSAFPID-1674619",
"CSAFPID-1674620",
"CSAFPID-1674621",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1674624",
"CSAFPID-1674625",
"CSAFPID-1674626",
"CSAFPID-1674627",
"CSAFPID-1674628",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569"
]
}
],
"title": "CVE-2024-29133"
},
{
"cve": "CVE-2024-29736",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"notes": [
{
"category": "other",
"text": "Server-Side Request Forgery (SSRF)",
"title": "CWE-918"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673399",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-29736",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29736.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:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1673399",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
}
],
"title": "CVE-2024-29736"
},
{
"cve": "CVE-2024-29857",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"category": "other",
"text": "Out-of-bounds Read",
"title": "CWE-125"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673413",
"CSAFPID-1673415",
"CSAFPID-1673501",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-29857",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29857.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-1673413",
"CSAFPID-1673415",
"CSAFPID-1673501",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569"
]
}
],
"title": "CVE-2024-29857"
},
{
"cve": "CVE-2024-30251",
"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"
}
],
"product_status": {
"known_affected": [
"CSAFPID-912079",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-30251",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-30251.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-912079",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
}
],
"title": "CVE-2024-30251"
},
{
"cve": "CVE-2024-31080",
"cwe": {
"id": "CWE-126",
"name": "Buffer Over-read"
},
"notes": [
{
"category": "other",
"text": "Buffer Over-read",
"title": "CWE-126"
},
{
"category": "other",
"text": "Heap-based Buffer Overflow",
"title": "CWE-122"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-31080",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-31080.json"
}
],
"title": "CVE-2024-31080"
},
{
"cve": "CVE-2024-31744",
"cwe": {
"id": "CWE-404",
"name": "Improper Resource Shutdown or Release"
},
"notes": [
{
"category": "other",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673395",
"CSAFPID-1673392",
"CSAFPID-1673393",
"CSAFPID-1673396",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-31744",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-31744.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-1673395",
"CSAFPID-1673392",
"CSAFPID-1673393",
"CSAFPID-1673396",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
}
],
"title": "CVE-2024-31744"
},
{
"cve": "CVE-2024-32760",
"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": "Out-of-bounds Write",
"title": "CWE-787"
}
],
"product_status": {
"known_affected": [
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-32760",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-32760.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-220132",
"CSAFPID-912079",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
}
],
"title": "CVE-2024-32760"
},
{
"cve": "CVE-2024-33602",
"cwe": {
"id": "CWE-466",
"name": "Return of Pointer Value Outside of Expected Range"
},
"notes": [
{
"category": "other",
"text": "Return of Pointer Value Outside of Expected Range",
"title": "CWE-466"
},
{
"category": "other",
"text": "Improper Check or Handling of Exceptional Conditions",
"title": "CWE-703"
}
],
"product_status": {
"known_affected": [
"CSAFPID-912549",
"CSAFPID-1673396",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1672762",
"CSAFPID-1673395",
"CSAFPID-1672764",
"CSAFPID-1672767",
"CSAFPID-1503585",
"CSAFPID-1673494",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-33602",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-33602.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-912549",
"CSAFPID-1673396",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1672762",
"CSAFPID-1673395",
"CSAFPID-1672764",
"CSAFPID-1672767",
"CSAFPID-1503585",
"CSAFPID-1673494",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
}
],
"title": "CVE-2024-33602"
},
{
"cve": "CVE-2024-34750",
"cwe": {
"id": "CWE-755",
"name": "Improper Handling of Exceptional Conditions"
},
"notes": [
{
"category": "other",
"text": "Improper Handling of Exceptional Conditions",
"title": "CWE-755"
},
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673481",
"CSAFPID-1503596",
"CSAFPID-1673420",
"CSAFPID-1673421",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-34750",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-34750.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-1673481",
"CSAFPID-1503596",
"CSAFPID-1673420",
"CSAFPID-1673421",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
}
],
"title": "CVE-2024-34750"
},
{
"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"
}
],
"product_status": {
"known_affected": [
"CSAFPID-912549",
"CSAFPID-1673413",
"CSAFPID-1673414",
"CSAFPID-1673396",
"CSAFPID-1503590",
"CSAFPID-1673393",
"CSAFPID-1673395",
"CSAFPID-1673399",
"CSAFPID-1672767",
"CSAFPID-1503585",
"CSAFPID-1673392",
"CSAFPID-1503589",
"CSAFPID-1673415",
"CSAFPID-1673389",
"CSAFPID-1673390",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-37371",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/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-912549",
"CSAFPID-1673413",
"CSAFPID-1673414",
"CSAFPID-1673396",
"CSAFPID-1503590",
"CSAFPID-1673393",
"CSAFPID-1673395",
"CSAFPID-1673399",
"CSAFPID-1672767",
"CSAFPID-1503585",
"CSAFPID-1673392",
"CSAFPID-1503589",
"CSAFPID-1673415",
"CSAFPID-1673389",
"CSAFPID-1673390",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
}
],
"title": "CVE-2024-37371"
},
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"notes": [
{
"category": "other",
"text": "Incorrect Resource Transfer Between Spheres",
"title": "CWE-669"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673395",
"CSAFPID-1673396",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-37891",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37891.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1673395",
"CSAFPID-1673396",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
}
],
"title": "CVE-2024-37891"
},
{
"cve": "CVE-2024-38816",
"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"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673420",
"CSAFPID-1673421",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-38816",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38816.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-1673420",
"CSAFPID-1673421",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
}
],
"title": "CVE-2024-38816"
},
{
"cve": "CVE-2024-39689",
"cwe": {
"id": "CWE-345",
"name": "Insufficient Verification of Data Authenticity"
},
"notes": [
{
"category": "other",
"text": "Insufficient Verification of Data Authenticity",
"title": "CWE-345"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673395",
"CSAFPID-1673396",
"CSAFPID-1673392",
"CSAFPID-1673393"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-39689",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39689.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-1673395",
"CSAFPID-1673396",
"CSAFPID-1673392",
"CSAFPID-1673393"
]
}
],
"title": "CVE-2024-39689"
},
{
"cve": "CVE-2024-40898",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"notes": [
{
"category": "other",
"text": "Server-Side Request Forgery (SSRF)",
"title": "CWE-918"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673516",
"CSAFPID-1673411",
"CSAFPID-1673412",
"CSAFPID-1650731",
"CSAFPID-1673382",
"CSAFPID-1674617",
"CSAFPID-1674618",
"CSAFPID-1674619",
"CSAFPID-1674620",
"CSAFPID-1674621",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1674624",
"CSAFPID-1674625",
"CSAFPID-1674626",
"CSAFPID-1674627",
"CSAFPID-1674628",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-40898",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40898.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-1673516",
"CSAFPID-1673411",
"CSAFPID-1673412",
"CSAFPID-1650731",
"CSAFPID-1673382",
"CSAFPID-1674617",
"CSAFPID-1674618",
"CSAFPID-1674619",
"CSAFPID-1674620",
"CSAFPID-1674621",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1674624",
"CSAFPID-1674625",
"CSAFPID-1674626",
"CSAFPID-1674627",
"CSAFPID-1674628",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
}
],
"title": "CVE-2024-40898"
},
{
"cve": "CVE-2024-41817",
"cwe": {
"id": "CWE-427",
"name": "Uncontrolled Search Path Element"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Search Path Element",
"title": "CWE-427"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673382",
"CSAFPID-1650731",
"CSAFPID-1674617",
"CSAFPID-1674618",
"CSAFPID-1674619",
"CSAFPID-1674620",
"CSAFPID-1674621",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1674624",
"CSAFPID-1674626",
"CSAFPID-1674627",
"CSAFPID-1674628",
"CSAFPID-1674625"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-41817",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-41817.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-1673382",
"CSAFPID-1650731",
"CSAFPID-1674617",
"CSAFPID-1674618",
"CSAFPID-1674619",
"CSAFPID-1674620",
"CSAFPID-1674621",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1674624",
"CSAFPID-1674626",
"CSAFPID-1674627",
"CSAFPID-1674628",
"CSAFPID-1674625"
]
}
],
"title": "CVE-2024-41817"
},
{
"cve": "CVE-2024-43044",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "other",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
},
{
"category": "other",
"text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"title": "CWE-22"
},
{
"category": "other",
"text": "Improper Check for Unusual or Exceptional Conditions",
"title": "CWE-754"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673395",
"CSAFPID-1673411",
"CSAFPID-1673412",
"CSAFPID-1673413",
"CSAFPID-1673396",
"CSAFPID-1673392",
"CSAFPID-1673494",
"CSAFPID-1673393",
"CSAFPID-1673415",
"CSAFPID-1673416",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-43044",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-43044.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.0,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1673395",
"CSAFPID-1673411",
"CSAFPID-1673412",
"CSAFPID-1673413",
"CSAFPID-1673396",
"CSAFPID-1673392",
"CSAFPID-1673494",
"CSAFPID-1673393",
"CSAFPID-1673415",
"CSAFPID-1673416",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
}
],
"title": "CVE-2024-43044"
},
{
"cve": "CVE-2024-45492",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "other",
"text": "Integer Overflow or Wraparound",
"title": "CWE-190"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673382",
"CSAFPID-1673399",
"CSAFPID-1650731",
"CSAFPID-1673517",
"CSAFPID-1673396",
"CSAFPID-1674617",
"CSAFPID-1674618",
"CSAFPID-1674619",
"CSAFPID-1674620",
"CSAFPID-1674621",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1674624",
"CSAFPID-1674625",
"CSAFPID-1674626",
"CSAFPID-1674627",
"CSAFPID-1674628",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-45492",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45492.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-1673382",
"CSAFPID-1673399",
"CSAFPID-1650731",
"CSAFPID-1673517",
"CSAFPID-1673396",
"CSAFPID-1674617",
"CSAFPID-1674618",
"CSAFPID-1674619",
"CSAFPID-1674620",
"CSAFPID-1674621",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1674624",
"CSAFPID-1674625",
"CSAFPID-1674626",
"CSAFPID-1674627",
"CSAFPID-1674628",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646"
]
}
],
"title": "CVE-2024-45492"
}
]
}
NCSC-2025-0021
Vulnerability from csaf_ncscnl - Published: 2025-01-22 13:30 - Updated: 2025-01-22 13:30Summary
Kwetsbaarheden verholpen in Oracle Communications
Notes
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:
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.
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.
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.
Feiten
Oracle heeft meerdere kwetsbaarheden verholpen in zijn Communicatieproducten, waaronder Oracle Communications Unified Assurance, Oracle Communications Cloud Native Core Network Function en Oracle Communications Order and Service Management.
Interpretaties
De kwetsbaarheden stellen ongeauthenticeerde kwaadwillenden in staat om Denial of Service (DoS) aanvallen uit te voeren of om ongeautoriseerde toegang tot gevoelige gegevens te verkrijgen. Specifieke versies, zoals 24.2.0 en 24.3.0 van de Cloud Native Core Network Function, zijn bijzonder kwetsbaar. Kwaadwillenden kunnen deze kwetsbaarheden misbruiken door speciaal geprepareerde HTTP-verzoeken te sturen naar het kwetsbare systeem.
Oplossingen
Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.
Kans
medium
Schade
high
CWE-1395
Dependency on Vulnerable Third-Party Component
CWE-670
Always-Incorrect Control Flow Implementation
CWE-405
Asymmetric Resource Consumption (Amplification)
CWE-35
Path Traversal: '.../...//'
CWE-466
Return of Pointer Value Outside of Expected Range
CWE-338
Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)
CWE-676
Use of Potentially Dangerous Function
CWE-606
Unchecked Input for Loop Condition
CWE-450
Multiple Interpretations of UI Input
CWE-131
Incorrect Calculation of Buffer Size
CWE-328
Use of Weak Hash
CWE-130
Improper Handling of Length Parameter Inconsistency
CWE-669
Incorrect Resource Transfer Between Spheres
CWE-1220
Insufficient Granularity of Access Control
CWE-201
Insertion of Sensitive Information Into Sent Data
CWE-349
Acceptance of Extraneous Untrusted Data With Trusted Data
CWE-755
Improper Handling of Exceptional Conditions
CWE-347
Improper Verification of Cryptographic Signature
CWE-834
Excessive Iteration
CWE-178
Improper Handling of Case Sensitivity
CWE-367
Time-of-check Time-of-use (TOCTOU) Race Condition
CWE-440
Expected Behavior Violation
CWE-415
Double Free
CWE-311
Missing Encryption of Sensitive Data
CWE-924
Improper Enforcement of Message Integrity During Transmission in a Communication Channel
CWE-754
Improper Check for Unusual or Exceptional Conditions
CWE-703
Improper Check or Handling of Exceptional Conditions
CWE-617
Reachable Assertion
CWE-427
Uncontrolled Search Path Element
CWE-836
Use of Password Hash Instead of Password for Authentication
CWE-680
Integer Overflow to Buffer Overflow
CWE-843
Access of Resource Using Incompatible Type ('Type Confusion')
CWE-23
Relative Path Traversal
CWE-116
Improper Encoding or Escaping of Output
CWE-345
Insufficient Verification of Data Authenticity
CWE-203
Observable Discrepancy
CWE-354
Improper Validation of Integrity Check Value
CWE-325
Missing Cryptographic Step
CWE-190
Integer Overflow or Wraparound
CWE-451
User Interface (UI) Misrepresentation of Critical Information
CWE-61
UNIX Symbolic Link (Symlink) Following
CWE-552
Files or Directories Accessible to External Parties
CWE-639
Authorization Bypass Through User-Controlled Key
CWE-798
Use of Hard-coded Credentials
CWE-434
Unrestricted Upload of File with Dangerous Type
CWE-362
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
CWE-404
Improper Resource Shutdown or Release
CWE-284
Improper Access Control
CWE-119
Improper Restriction of Operations within the Bounds of a Memory Buffer
CWE-1333
Inefficient Regular Expression Complexity
CWE-1321
Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
CWE-416
Use After Free
CWE-476
NULL Pointer Dereference
CWE-327
Use of a Broken or Risky Cryptographic Algorithm
CWE-400
Uncontrolled Resource Consumption
CWE-770
Allocation of Resources Without Limits or Throttling
CWE-502
Deserialization of Untrusted Data
CWE-248
Uncaught Exception
CWE-674
Uncontrolled Recursion
CWE-863
Incorrect Authorization
CWE-22
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
CWE-611
Improper Restriction of XML External Entity Reference
CWE-787
Out-of-bounds Write
CWE-200
Exposure of Sensitive Information to an Unauthorized Actor
CWE-122
Heap-based Buffer Overflow
CWE-121
Stack-based Buffer Overflow
CWE-120
Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')
CWE-835
Loop with Unreachable Exit Condition ('Infinite Loop')
CWE-269
Improper Privilege Management
CWE-20
Improper Input Validation
CWE-209
Generation of Error Message Containing Sensitive Information
CWE-276
Incorrect Default Permissions
CWE-294
Authentication Bypass by Capture-replay
CWE-79
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
{
"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 Communicatieproducten, waaronder Oracle Communications Unified Assurance, Oracle Communications Cloud Native Core Network Function en Oracle Communications Order and Service Management.",
"title": "Feiten"
},
{
"category": "description",
"text": "De kwetsbaarheden stellen ongeauthenticeerde kwaadwillenden in staat om Denial of Service (DoS) aanvallen uit te voeren of om ongeautoriseerde toegang tot gevoelige gegevens te verkrijgen. Specifieke versies, zoals 24.2.0 en 24.3.0 van de Cloud Native Core Network Function, zijn bijzonder kwetsbaar. Kwaadwillenden kunnen deze kwetsbaarheden misbruiken door speciaal geprepareerde HTTP-verzoeken te sturen naar het kwetsbare systeem.",
"title": "Interpretaties"
},
{
"category": "description",
"text": "Oracle heeft updates uitgebracht om de kwetsbaarheden 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": "Dependency on Vulnerable Third-Party Component",
"title": "CWE-1395"
},
{
"category": "general",
"text": "Always-Incorrect Control Flow Implementation",
"title": "CWE-670"
},
{
"category": "general",
"text": "Asymmetric Resource Consumption (Amplification)",
"title": "CWE-405"
},
{
"category": "general",
"text": "Path Traversal: \u0027.../...//\u0027",
"title": "CWE-35"
},
{
"category": "general",
"text": "Return of Pointer Value Outside of Expected Range",
"title": "CWE-466"
},
{
"category": "general",
"text": "Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)",
"title": "CWE-338"
},
{
"category": "general",
"text": "Use of Potentially Dangerous Function",
"title": "CWE-676"
},
{
"category": "general",
"text": "Unchecked Input for Loop Condition",
"title": "CWE-606"
},
{
"category": "general",
"text": "Multiple Interpretations of UI Input",
"title": "CWE-450"
},
{
"category": "general",
"text": "Incorrect Calculation of Buffer Size",
"title": "CWE-131"
},
{
"category": "general",
"text": "Use of Weak Hash",
"title": "CWE-328"
},
{
"category": "general",
"text": "Improper Handling of Length Parameter Inconsistency",
"title": "CWE-130"
},
{
"category": "general",
"text": "Incorrect Resource Transfer Between Spheres",
"title": "CWE-669"
},
{
"category": "general",
"text": "Insufficient Granularity of Access Control",
"title": "CWE-1220"
},
{
"category": "general",
"text": "Insertion of Sensitive Information Into Sent Data",
"title": "CWE-201"
},
{
"category": "general",
"text": "Acceptance of Extraneous Untrusted Data With Trusted Data",
"title": "CWE-349"
},
{
"category": "general",
"text": "Improper Handling of Exceptional Conditions",
"title": "CWE-755"
},
{
"category": "general",
"text": "Improper Verification of Cryptographic Signature",
"title": "CWE-347"
},
{
"category": "general",
"text": "Excessive Iteration",
"title": "CWE-834"
},
{
"category": "general",
"text": "Improper Handling of Case Sensitivity",
"title": "CWE-178"
},
{
"category": "general",
"text": "Time-of-check Time-of-use (TOCTOU) Race Condition",
"title": "CWE-367"
},
{
"category": "general",
"text": "Expected Behavior Violation",
"title": "CWE-440"
},
{
"category": "general",
"text": "Double Free",
"title": "CWE-415"
},
{
"category": "general",
"text": "Missing Encryption of Sensitive Data",
"title": "CWE-311"
},
{
"category": "general",
"text": "Improper Enforcement of Message Integrity During Transmission in a Communication Channel",
"title": "CWE-924"
},
{
"category": "general",
"text": "Improper Check for Unusual or Exceptional Conditions",
"title": "CWE-754"
},
{
"category": "general",
"text": "Improper Check or Handling of Exceptional Conditions",
"title": "CWE-703"
},
{
"category": "general",
"text": "Reachable Assertion",
"title": "CWE-617"
},
{
"category": "general",
"text": "Uncontrolled Search Path Element",
"title": "CWE-427"
},
{
"category": "general",
"text": "Use of Password Hash Instead of Password for Authentication",
"title": "CWE-836"
},
{
"category": "general",
"text": "Integer Overflow to Buffer Overflow",
"title": "CWE-680"
},
{
"category": "general",
"text": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)",
"title": "CWE-843"
},
{
"category": "general",
"text": "Relative Path Traversal",
"title": "CWE-23"
},
{
"category": "general",
"text": "Improper Encoding or Escaping of Output",
"title": "CWE-116"
},
{
"category": "general",
"text": "Insufficient Verification of Data Authenticity",
"title": "CWE-345"
},
{
"category": "general",
"text": "Observable Discrepancy",
"title": "CWE-203"
},
{
"category": "general",
"text": "Improper Validation of Integrity Check Value",
"title": "CWE-354"
},
{
"category": "general",
"text": "Missing Cryptographic Step",
"title": "CWE-325"
},
{
"category": "general",
"text": "Integer Overflow or Wraparound",
"title": "CWE-190"
},
{
"category": "general",
"text": "User Interface (UI) Misrepresentation of Critical Information",
"title": "CWE-451"
},
{
"category": "general",
"text": "UNIX Symbolic Link (Symlink) Following",
"title": "CWE-61"
},
{
"category": "general",
"text": "Files or Directories Accessible to External Parties",
"title": "CWE-552"
},
{
"category": "general",
"text": "Authorization Bypass Through User-Controlled Key",
"title": "CWE-639"
},
{
"category": "general",
"text": "Use of Hard-coded Credentials",
"title": "CWE-798"
},
{
"category": "general",
"text": "Unrestricted Upload of File with Dangerous Type",
"title": "CWE-434"
},
{
"category": "general",
"text": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)",
"title": "CWE-362"
},
{
"category": "general",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
},
{
"category": "general",
"text": "Improper Access Control",
"title": "CWE-284"
},
{
"category": "general",
"text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
"title": "CWE-119"
},
{
"category": "general",
"text": "Inefficient Regular Expression Complexity",
"title": "CWE-1333"
},
{
"category": "general",
"text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
"title": "CWE-1321"
},
{
"category": "general",
"text": "Use After Free",
"title": "CWE-416"
},
{
"category": "general",
"text": "NULL Pointer Dereference",
"title": "CWE-476"
},
{
"category": "general",
"text": "Use of a Broken or Risky Cryptographic Algorithm",
"title": "CWE-327"
},
{
"category": "general",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "general",
"text": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
},
{
"category": "general",
"text": "Deserialization of Untrusted Data",
"title": "CWE-502"
},
{
"category": "general",
"text": "Uncaught Exception",
"title": "CWE-248"
},
{
"category": "general",
"text": "Uncontrolled Recursion",
"title": "CWE-674"
},
{
"category": "general",
"text": "Incorrect Authorization",
"title": "CWE-863"
},
{
"category": "general",
"text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"title": "CWE-22"
},
{
"category": "general",
"text": "Improper Restriction of XML External Entity Reference",
"title": "CWE-611"
},
{
"category": "general",
"text": "Out-of-bounds Write",
"title": "CWE-787"
},
{
"category": "general",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
},
{
"category": "general",
"text": "Heap-based Buffer Overflow",
"title": "CWE-122"
},
{
"category": "general",
"text": "Stack-based Buffer Overflow",
"title": "CWE-121"
},
{
"category": "general",
"text": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)",
"title": "CWE-120"
},
{
"category": "general",
"text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)",
"title": "CWE-835"
},
{
"category": "general",
"text": "Improper Privilege Management",
"title": "CWE-269"
},
{
"category": "general",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"category": "general",
"text": "Generation of Error Message Containing Sensitive Information",
"title": "CWE-209"
},
{
"category": "general",
"text": "Incorrect Default Permissions",
"title": "CWE-276"
},
{
"category": "general",
"text": "Authentication Bypass by Capture-replay",
"title": "CWE-294"
},
{
"category": "general",
"text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
"title": "CWE-79"
}
],
"publisher": {
"category": "coordinator",
"contact_details": "cert@ncsc.nl",
"name": "Nationaal Cyber Security Centrum",
"namespace": "https://www.ncsc.nl/"
},
"references": [
{
"category": "external",
"summary": "Reference - cveprojectv5; nvd; oracle",
"url": "https://www.oracle.com/security-alerts/cpujan2025.html"
}
],
"title": "Kwetsbaarheden verholpen in Oracle Communications",
"tracking": {
"current_release_date": "2025-01-22T13:30:50.189632Z",
"id": "NCSC-2025-0021",
"initial_release_date": "2025-01-22T13:30:50.189632Z",
"revision_history": [
{
"date": "2025-01-22T13:30:50.189632Z",
"number": "0",
"summary": "Initiele versie"
}
],
"status": "final",
"version": "1.0.0"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1727475",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635313",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:10.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635305",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:12.11.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635311",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:12.11.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635312",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:12.11.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635323",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:12.6.1.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1670430",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:14.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1674632",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:14.0.0.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1674630",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:14.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635320",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:15.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1674633",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:17.0.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1670439",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:22.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635322",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:23.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1670429",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:23.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1670435",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:23.2.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1670431",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:23.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1670436",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:23.3.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1670432",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:23.3.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635321",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:23.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635310",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:23.4.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635318",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:23.4.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1674640",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:23.4.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1674642",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:23.4.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1670434",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:24.1.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635316",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:24.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1674639",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:24.1.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635314",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:24.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1674638",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:24.2.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1674637",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:24.2.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635306",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:4.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635307",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:4.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635317",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:46.6.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635319",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:46.6.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1670438",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:5.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635324",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:5.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635315",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:5.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1670433",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:9.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1674641",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:9.0.1.10.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1674635",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:9.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1674636",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:9.1.1.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1670437",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:9.1.1.7.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1674631",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:9.1.1.9.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1674634",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:9.1.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635308",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:9.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications",
"product": {
"name": "communications",
"product_id": "CSAFPID-1635309",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications:9.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications__10.4.0.4",
"product": {
"name": "communications__10.4.0.4",
"product_id": "CSAFPID-1674629",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications__10.4.0.4:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications___23.4.2",
"product": {
"name": "communications___23.4.2",
"product_id": "CSAFPID-1670442",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications___23.4.2:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications___23.4.3",
"product": {
"name": "communications___23.4.3",
"product_id": "CSAFPID-1635325",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications___23.4.3:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications___23.4.4",
"product": {
"name": "communications___23.4.4",
"product_id": "CSAFPID-1635326",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications___23.4.4:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications___23.4.5",
"product": {
"name": "communications___23.4.5",
"product_id": "CSAFPID-1674645",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications___23.4.5:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications___23.4.6",
"product": {
"name": "communications___23.4.6",
"product_id": "CSAFPID-1674646",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications___23.4.6:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications___24.2.0",
"product": {
"name": "communications___24.2.0",
"product_id": "CSAFPID-1674644",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications___24.2.0:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications___7.2.1.0.0",
"product": {
"name": "communications___7.2.1.0.0",
"product_id": "CSAFPID-1670441",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications___7.2.1.0.0:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications___8.6.0.6",
"product": {
"name": "communications___8.6.0.6",
"product_id": "CSAFPID-1635327",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications___8.6.0.6:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications___8.6.0.8",
"product": {
"name": "communications___8.6.0.8",
"product_id": "CSAFPID-1635328",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications___8.6.0.8:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications___9.0.2",
"product": {
"name": "communications___9.0.2",
"product_id": "CSAFPID-1670440",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications___9.0.2:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications___9.0.3",
"product": {
"name": "communications___9.0.3",
"product_id": "CSAFPID-1635329",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications___9.0.3:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications___9.1.1.8.0",
"product": {
"name": "communications___9.1.1.8.0",
"product_id": "CSAFPID-1674643",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications___9.1.1.8.0:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_applications",
"product": {
"name": "communications_applications",
"product_id": "CSAFPID-1751386",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_applications:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_applications",
"product": {
"name": "communications_applications",
"product_id": "CSAFPID-1674621",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_applications:15.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_applications",
"product": {
"name": "communications_applications",
"product_id": "CSAFPID-1751381",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_applications:15.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_applications",
"product": {
"name": "communications_applications",
"product_id": "CSAFPID-1751383",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_applications:15.0.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_applications",
"product": {
"name": "communications_applications",
"product_id": "CSAFPID-1751378",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_applications:3.0.2.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_applications",
"product": {
"name": "communications_applications",
"product_id": "CSAFPID-1751377",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_applications:3.0.3.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_applications",
"product": {
"name": "communications_applications",
"product_id": "CSAFPID-1751385",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_applications:3.0.3.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_applications",
"product": {
"name": "communications_applications",
"product_id": "CSAFPID-1674618",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_applications:6.0.1.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_applications",
"product": {
"name": "communications_applications",
"product_id": "CSAFPID-1674619",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_applications:7.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_applications",
"product": {
"name": "communications_applications",
"product_id": "CSAFPID-1674622",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_applications:7.4.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_applications",
"product": {
"name": "communications_applications",
"product_id": "CSAFPID-1751384",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_applications:7.4.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_applications",
"product": {
"name": "communications_applications",
"product_id": "CSAFPID-1674617",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_applications:7.4.3.0.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_applications",
"product": {
"name": "communications_applications",
"product_id": "CSAFPID-1674623",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_applications:7.5.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_applications",
"product": {
"name": "communications_applications",
"product_id": "CSAFPID-1751382",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_applications:8.0.0.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_applications",
"product": {
"name": "communications_applications",
"product_id": "CSAFPID-1751380",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_applications:8.1.0.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_applications",
"product": {
"name": "communications_applications",
"product_id": "CSAFPID-1751379",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_applications:8.1.0.26:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_applications",
"product": {
"name": "communications_applications",
"product_id": "CSAFPID-1674620",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_applications:8.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_applications___12.0.6.0.0",
"product": {
"name": "communications_applications___12.0.6.0.0",
"product_id": "CSAFPID-1674627",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_applications___12.0.6.0.0:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_applications___5.5.22",
"product": {
"name": "communications_applications___5.5.22",
"product_id": "CSAFPID-1674626",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_applications___5.5.22:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_applications___6.0.3",
"product": {
"name": "communications_applications___6.0.3",
"product_id": "CSAFPID-1674628",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_applications___6.0.3:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_applications___6.0.4",
"product": {
"name": "communications_applications___6.0.4",
"product_id": "CSAFPID-1674624",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_applications___6.0.4:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_applications___6.0.5",
"product": {
"name": "communications_applications___6.0.5",
"product_id": "CSAFPID-1674625",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_applications___6.0.5:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_asap",
"product": {
"name": "communications_asap",
"product_id": "CSAFPID-816792",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_asap:7.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_billing_and_revenue_management",
"product": {
"name": "communications_billing_and_revenue_management",
"product_id": "CSAFPID-764735",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_billing_and_revenue_management",
"product": {
"name": "communications_billing_and_revenue_management",
"product_id": "CSAFPID-1751255",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:12.0.0.4-12.0.0.8:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_billing_and_revenue_management",
"product": {
"name": "communications_billing_and_revenue_management",
"product_id": "CSAFPID-1751254",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:15.0.0.0-15.0.0.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_billing_and_revenue_management",
"product": {
"name": "communications_billing_and_revenue_management",
"product_id": "CSAFPID-816793",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:15.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_billing_and_revenue_management",
"product": {
"name": "communications_billing_and_revenue_management",
"product_id": "CSAFPID-912557",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:15.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_brm_-_elastic_charging_engine",
"product": {
"name": "communications_brm_-_elastic_charging_engine",
"product_id": "CSAFPID-764247",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_brm_-_elastic_charging_engine",
"product": {
"name": "communications_brm_-_elastic_charging_engine",
"product_id": "CSAFPID-1650820",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:12.0.0.4-12.0.0.8:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_brm_-_elastic_charging_engine",
"product": {
"name": "communications_brm_-_elastic_charging_engine",
"product_id": "CSAFPID-912556",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:15.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_brm_-_elastic_charging_engine",
"product": {
"name": "communications_brm_-_elastic_charging_engine",
"product_id": "CSAFPID-1751303",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:15.0.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_automated_test_suite",
"product": {
"name": "communications_cloud_native_core_automated_test_suite",
"product_id": "CSAFPID-220055",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_automated_test_suite",
"product": {
"name": "communications_cloud_native_core_automated_test_suite",
"product_id": "CSAFPID-816765",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.1.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_automated_test_suite",
"product": {
"name": "communications_cloud_native_core_automated_test_suite",
"product_id": "CSAFPID-816766",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.2.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_automated_test_suite",
"product": {
"name": "communications_cloud_native_core_automated_test_suite",
"product_id": "CSAFPID-816767",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_automated_test_suite",
"product": {
"name": "communications_cloud_native_core_automated_test_suite",
"product_id": "CSAFPID-1503577",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_automated_test_suite",
"product": {
"name": "communications_cloud_native_core_automated_test_suite",
"product_id": "CSAFPID-1751300",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:24.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_binding_support_function",
"product": {
"name": "communications_cloud_native_core_binding_support_function",
"product_id": "CSAFPID-764237",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_binding_support_function",
"product": {
"name": "communications_cloud_native_core_binding_support_function",
"product_id": "CSAFPID-1650752",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.4.0-23.4.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_binding_support_function",
"product": {
"name": "communications_cloud_native_core_binding_support_function",
"product_id": "CSAFPID-1673396",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.4.0-23.4.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_binding_support_function",
"product": {
"name": "communications_cloud_native_core_binding_support_function",
"product_id": "CSAFPID-1751085",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:24.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_binding_support_function",
"product": {
"name": "communications_cloud_native_core_binding_support_function",
"product_id": "CSAFPID-1751079",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:24.2.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_certificate_management",
"product": {
"name": "communications_cloud_native_core_certificate_management",
"product_id": "CSAFPID-1673526",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_certificate_management:23.4.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_certificate_management",
"product": {
"name": "communications_cloud_native_core_certificate_management",
"product_id": "CSAFPID-1673391",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_certificate_management:23.4.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_certificate_management",
"product": {
"name": "communications_cloud_native_core_certificate_management",
"product_id": "CSAFPID-1673394",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_certificate_management:24.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_certificate_management",
"product": {
"name": "communications_cloud_native_core_certificate_management",
"product_id": "CSAFPID-1751253",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_certificate_management:24.2.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_console",
"product": {
"name": "communications_cloud_native_core_console",
"product_id": "CSAFPID-816768",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_console",
"product": {
"name": "communications_cloud_native_core_console",
"product_id": "CSAFPID-816769",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.3.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_console",
"product": {
"name": "communications_cloud_native_core_console",
"product_id": "CSAFPID-912085",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_console",
"product": {
"name": "communications_cloud_native_core_console",
"product_id": "CSAFPID-1503578",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.4.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_console",
"product": {
"name": "communications_cloud_native_core_console",
"product_id": "CSAFPID-1673389",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.4.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_console",
"product": {
"name": "communications_cloud_native_core_console",
"product_id": "CSAFPID-1673390",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:24.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_console",
"product": {
"name": "communications_cloud_native_core_console",
"product_id": "CSAFPID-1751090",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:24.2.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_dbtier",
"product": {
"name": "communications_cloud_native_core_dbtier",
"product_id": "CSAFPID-1673421",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_dbtier:24.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_dbtier",
"product": {
"name": "communications_cloud_native_core_dbtier",
"product_id": "CSAFPID-1673420",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_dbtier:24.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_dbtier",
"product": {
"name": "communications_cloud_native_core_dbtier",
"product_id": "CSAFPID-1751246",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_dbtier:24.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_data_analytics_function",
"product": {
"name": "communications_cloud_native_core_network_data_analytics_function",
"product_id": "CSAFPID-816770",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_data_analytics_function:23.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_data_analytics_function",
"product": {
"name": "communications_cloud_native_core_network_data_analytics_function",
"product_id": "CSAFPID-816771",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_data_analytics_function:23.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_data_analytics_function",
"product": {
"name": "communications_cloud_native_core_network_data_analytics_function",
"product_id": "CSAFPID-912068",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_data_analytics_function:24.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_data_analytics_function",
"product": {
"name": "communications_cloud_native_core_network_data_analytics_function",
"product_id": "CSAFPID-1503579",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_data_analytics_function:24.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_exposure_function",
"product": {
"name": "communications_cloud_native_core_network_exposure_function",
"product_id": "CSAFPID-816772",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.3.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_exposure_function",
"product": {
"name": "communications_cloud_native_core_network_exposure_function",
"product_id": "CSAFPID-912076",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.4.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_exposure_function",
"product": {
"name": "communications_cloud_native_core_network_exposure_function",
"product_id": "CSAFPID-1503580",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.4.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product": {
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product_id": "CSAFPID-219838",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:23.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product": {
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product_id": "CSAFPID-611387",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:23.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product": {
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product_id": "CSAFPID-816773",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:23.3.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product": {
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product_id": "CSAFPID-912101",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:23.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product": {
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product_id": "CSAFPID-1503581",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:24.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product": {
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product_id": "CSAFPID-1751208",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:24.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product": {
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product_id": "CSAFPID-1751209",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:24.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product": {
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product_id": "CSAFPID-912539",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:_install_upgrade___23.3.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product": {
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product_id": "CSAFPID-912540",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:_install_upgrade___23.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product": {
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product_id": "CSAFPID-912541",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:_installation___23.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product": {
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product_id": "CSAFPID-912542",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:_obserability_services_overlay___23.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product": {
"name": "communications_cloud_native_core_network_function_cloud_native_environment",
"product_id": "CSAFPID-912543",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:_observability_services_overlay___23.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_repository_function",
"product": {
"name": "communications_cloud_native_core_network_repository_function",
"product_id": "CSAFPID-816774",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.1.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_repository_function",
"product": {
"name": "communications_cloud_native_core_network_repository_function",
"product_id": "CSAFPID-816346",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.3.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_repository_function",
"product": {
"name": "communications_cloud_native_core_network_repository_function",
"product_id": "CSAFPID-912077",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.4.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_repository_function",
"product": {
"name": "communications_cloud_native_core_network_repository_function",
"product_id": "CSAFPID-1503322",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.4.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_repository_function",
"product": {
"name": "communications_cloud_native_core_network_repository_function",
"product_id": "CSAFPID-1673413",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.4.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_repository_function",
"product": {
"name": "communications_cloud_native_core_network_repository_function",
"product_id": "CSAFPID-1673415",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:24.2.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_repository_function",
"product": {
"name": "communications_cloud_native_core_network_repository_function",
"product_id": "CSAFPID-1751231",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:24.2.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_repository_function",
"product": {
"name": "communications_cloud_native_core_network_repository_function",
"product_id": "CSAFPID-816775",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:_install_upgrade___23.3.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_repository_function",
"product": {
"name": "communications_cloud_native_core_network_repository_function",
"product_id": "CSAFPID-912544",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:_install_upgrade___23.4.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_slice_selection_function",
"product": {
"name": "communications_cloud_native_core_network_slice_selection_function",
"product_id": "CSAFPID-816348",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:23.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_slice_selection_function",
"product": {
"name": "communications_cloud_native_core_network_slice_selection_function",
"product_id": "CSAFPID-912545",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:23.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_slice_selection_function",
"product": {
"name": "communications_cloud_native_core_network_slice_selection_function",
"product_id": "CSAFPID-816347",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:23.3.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_slice_selection_function",
"product": {
"name": "communications_cloud_native_core_network_slice_selection_function",
"product_id": "CSAFPID-1673494",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:24.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_slice_selection_function",
"product": {
"name": "communications_cloud_native_core_network_slice_selection_function",
"product_id": "CSAFPID-816776",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:_install_upgrade___23.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_network_slice_selection_function",
"product": {
"name": "communications_cloud_native_core_network_slice_selection_function",
"product_id": "CSAFPID-816777",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:_install_upgrade___23.3.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_policy",
"product": {
"name": "communications_cloud_native_core_policy",
"product_id": "CSAFPID-764240",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_policy",
"product": {
"name": "communications_cloud_native_core_policy",
"product_id": "CSAFPID-1650751",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.4.0-23.4.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_policy",
"product": {
"name": "communications_cloud_native_core_policy",
"product_id": "CSAFPID-1673517",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.4.0-23.4.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_policy",
"product": {
"name": "communications_cloud_native_core_policy",
"product_id": "CSAFPID-1673395",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.4.0-23.4.6:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_policy",
"product": {
"name": "communications_cloud_native_core_policy",
"product_id": "CSAFPID-912069",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_policy",
"product": {
"name": "communications_cloud_native_core_policy",
"product_id": "CSAFPID-1751225",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:24.2.0-24.2.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_policy",
"product": {
"name": "communications_cloud_native_core_policy",
"product_id": "CSAFPID-1751088",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:24.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_policy",
"product": {
"name": "communications_cloud_native_core_policy",
"product_id": "CSAFPID-1751089",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:24.2.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product": {
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product_id": "CSAFPID-94291",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product": {
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product_id": "CSAFPID-816778",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product": {
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product_id": "CSAFPID-614517",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product": {
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product_id": "CSAFPID-912547",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product": {
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product_id": "CSAFPID-1673392",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.4.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product": {
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product_id": "CSAFPID-1503582",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:24.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product": {
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product_id": "CSAFPID-1673393",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:24.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product": {
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product_id": "CSAFPID-1751081",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:24.2.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product": {
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product_id": "CSAFPID-1751084",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:24.2.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product": {
"name": "communications_cloud_native_core_security_edge_protection_proxy",
"product_id": "CSAFPID-912546",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:_automated_test_suite___23.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_service_communication_proxy",
"product": {
"name": "communications_cloud_native_core_service_communication_proxy",
"product_id": "CSAFPID-224795",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_service_communication_proxy",
"product": {
"name": "communications_cloud_native_core_service_communication_proxy",
"product_id": "CSAFPID-912548",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.2.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_service_communication_proxy",
"product": {
"name": "communications_cloud_native_core_service_communication_proxy",
"product_id": "CSAFPID-912102",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_service_communication_proxy",
"product": {
"name": "communications_cloud_native_core_service_communication_proxy",
"product_id": "CSAFPID-912549",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_service_communication_proxy",
"product": {
"name": "communications_cloud_native_core_service_communication_proxy",
"product_id": "CSAFPID-1503583",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.4.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_service_communication_proxy",
"product": {
"name": "communications_cloud_native_core_service_communication_proxy",
"product_id": "CSAFPID-1503584",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.4.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_service_communication_proxy",
"product": {
"name": "communications_cloud_native_core_service_communication_proxy",
"product_id": "CSAFPID-1503585",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:24.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_service_communication_proxy",
"product": {
"name": "communications_cloud_native_core_service_communication_proxy",
"product_id": "CSAFPID-1672767",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:24.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_service_communication_proxy",
"product": {
"name": "communications_cloud_native_core_service_communication_proxy",
"product_id": "CSAFPID-1751241",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:24.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_unified_data_repository",
"product": {
"name": "communications_cloud_native_core_unified_data_repository",
"product_id": "CSAFPID-764826",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_unified_data_repository",
"product": {
"name": "communications_cloud_native_core_unified_data_repository",
"product_id": "CSAFPID-90016",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_unified_data_repository",
"product": {
"name": "communications_cloud_native_core_unified_data_repository",
"product_id": "CSAFPID-912078",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_unified_data_repository",
"product": {
"name": "communications_cloud_native_core_unified_data_repository",
"product_id": "CSAFPID-816349",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.3.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_unified_data_repository",
"product": {
"name": "communications_cloud_native_core_unified_data_repository",
"product_id": "CSAFPID-912550",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.3.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_unified_data_repository",
"product": {
"name": "communications_cloud_native_core_unified_data_repository",
"product_id": "CSAFPID-1503586",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.4.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_unified_data_repository",
"product": {
"name": "communications_cloud_native_core_unified_data_repository",
"product_id": "CSAFPID-1503587",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.4.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_unified_data_repository",
"product": {
"name": "communications_cloud_native_core_unified_data_repository",
"product_id": "CSAFPID-1751238",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.4.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_unified_data_repository",
"product": {
"name": "communications_cloud_native_core_unified_data_repository",
"product_id": "CSAFPID-1751240",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:24.1.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_unified_data_repository",
"product": {
"name": "communications_cloud_native_core_unified_data_repository",
"product_id": "CSAFPID-1673399",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:24.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_unified_data_repository",
"product": {
"name": "communications_cloud_native_core_unified_data_repository",
"product_id": "CSAFPID-1751239",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:24.2.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_unified_data_repository",
"product": {
"name": "communications_cloud_native_core_unified_data_repository",
"product_id": "CSAFPID-1751080",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:24.2.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_unified_data_repository",
"product": {
"name": "communications_cloud_native_core_unified_data_repository",
"product_id": "CSAFPID-1751082",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:24.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_cloud_native_core_unified_data_repository",
"product": {
"name": "communications_cloud_native_core_unified_data_repository",
"product_id": "CSAFPID-816779",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:_signaling___23.3.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_converged_application_server",
"product": {
"name": "communications_converged_application_server",
"product_id": "CSAFPID-1751229",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_converged_application_server:8.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_converged_application_server",
"product": {
"name": "communications_converged_application_server",
"product_id": "CSAFPID-1751230",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_converged_application_server:8.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_converged_charging_system",
"product": {
"name": "communications_converged_charging_system",
"product_id": "CSAFPID-1503599",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_converged_charging_system:2.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_converged_charging_system",
"product": {
"name": "communications_converged_charging_system",
"product_id": "CSAFPID-1503600",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_converged_charging_system:2.0.0.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_convergence",
"product": {
"name": "communications_convergence",
"product_id": "CSAFPID-1751292",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_convergence:3.0.2.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_convergence",
"product": {
"name": "communications_convergence",
"product_id": "CSAFPID-1751294",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_convergence:3.0.3.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_convergence",
"product": {
"name": "communications_convergence",
"product_id": "CSAFPID-224793",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_convergence:3.0.3.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_convergence",
"product": {
"name": "communications_convergence",
"product_id": "CSAFPID-1751295",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_convergence:3.0.3.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_convergence",
"product": {
"name": "communications_convergence",
"product_id": "CSAFPID-816794",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_convergence:3.0.3.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_convergent_charging_controller",
"product": {
"name": "communications_convergent_charging_controller",
"product_id": "CSAFPID-342793",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_convergent_charging_controller:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_convergent_charging_controller",
"product": {
"name": "communications_convergent_charging_controller",
"product_id": "CSAFPID-1650777",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_convergent_charging_controller:12.0.1.0.0-12.0.6.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_convergent_charging_controller",
"product": {
"name": "communications_convergent_charging_controller",
"product_id": "CSAFPID-1265",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_convergent_charging_controller:12.0.6.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_convergent_charging_controller",
"product": {
"name": "communications_convergent_charging_controller",
"product_id": "CSAFPID-816350",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_convergent_charging_controller:15.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_convergent_charging_controller",
"product": {
"name": "communications_convergent_charging_controller",
"product_id": "CSAFPID-1261",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_convergent_charging_controller:6.0.1.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_core_session_manager",
"product": {
"name": "communications_core_session_manager",
"product_id": "CSAFPID-1672764",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_core_session_manager:9.1.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_diameter_signaling_router",
"product": {
"name": "communications_diameter_signaling_router",
"product_id": "CSAFPID-1503588",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_diameter_signaling_router",
"product": {
"name": "communications_diameter_signaling_router",
"product_id": "CSAFPID-1751104",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.2.3.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_diameter_signaling_router",
"product": {
"name": "communications_diameter_signaling_router",
"product_id": "CSAFPID-40293",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.6.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_diameter_signaling_router",
"product": {
"name": "communications_diameter_signaling_router",
"product_id": "CSAFPID-1751242",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.6.0.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_diameter_signaling_router",
"product": {
"name": "communications_diameter_signaling_router",
"product_id": "CSAFPID-1751237",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:9.0.0.0.0-9.0.2.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_diameter_signaling_router",
"product": {
"name": "communications_diameter_signaling_router",
"product_id": "CSAFPID-1751097",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:9.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_diameter_signaling_router",
"product": {
"name": "communications_diameter_signaling_router",
"product_id": "CSAFPID-611413",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:9.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_diameter_signaling_router",
"product": {
"name": "communications_diameter_signaling_router",
"product_id": "CSAFPID-1751211",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:9.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_diameter_signaling_router",
"product": {
"name": "communications_diameter_signaling_router",
"product_id": "CSAFPID-912551",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:_patches___9.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_diameter_signaling_router",
"product": {
"name": "communications_diameter_signaling_router",
"product_id": "CSAFPID-912552",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:_platform___9.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_eagle_element_management_system",
"product": {
"name": "communications_eagle_element_management_system",
"product_id": "CSAFPID-1503316",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_eagle_element_management_system:46.6.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_eagle_element_management_system",
"product": {
"name": "communications_eagle_element_management_system",
"product_id": "CSAFPID-1503317",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_eagle_element_management_system:46.6.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_eagle_element_management_system",
"product": {
"name": "communications_eagle_element_management_system",
"product_id": "CSAFPID-1751243",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_eagle_element_management_system:47.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_element_manager",
"product": {
"name": "communications_element_manager",
"product_id": "CSAFPID-764242",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_element_manager:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_element_manager",
"product": {
"name": "communications_element_manager",
"product_id": "CSAFPID-819413",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_element_manager:9.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_element_manager",
"product": {
"name": "communications_element_manager",
"product_id": "CSAFPID-819414",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_element_manager:9.0.2.0.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_element_manager",
"product": {
"name": "communications_element_manager",
"product_id": "CSAFPID-816780",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_element_manager:9.4.53:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_fraud_monitor",
"product": {
"name": "communications_fraud_monitor",
"product_id": "CSAFPID-816781",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_fraud_monitor:5.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_fraud_monitor",
"product": {
"name": "communications_fraud_monitor",
"product_id": "CSAFPID-816782",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_fraud_monitor:5.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_fraud_monitor",
"product": {
"name": "communications_fraud_monitor",
"product_id": "CSAFPID-912553",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_fraud_monitor:5.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_instant_messaging_server",
"product": {
"name": "communications_instant_messaging_server",
"product_id": "CSAFPID-219803",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_instant_messaging_server:10.0.1.7.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_ip_service_activator",
"product": {
"name": "communications_ip_service_activator",
"product_id": "CSAFPID-204622",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_ip_service_activator:7.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_ip_service_activator",
"product": {
"name": "communications_ip_service_activator",
"product_id": "CSAFPID-219909",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_ip_service_activator:7.5.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_messaging_server",
"product": {
"name": "communications_messaging_server",
"product_id": "CSAFPID-816351",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_messaging_server:8.1.0.24.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_messaging_server",
"product": {
"name": "communications_messaging_server",
"product_id": "CSAFPID-1751218",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_messaging_server:8.1.0.26:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_metasolv_solution",
"product": {
"name": "communications_metasolv_solution",
"product_id": "CSAFPID-611595",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_metasolv_solution:6.3.1.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_analytics_data_director",
"product": {
"name": "communications_network_analytics_data_director",
"product_id": "CSAFPID-816353",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:23.2.0.0.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_analytics_data_director",
"product": {
"name": "communications_network_analytics_data_director",
"product_id": "CSAFPID-816352",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:23.3.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_analytics_data_director",
"product": {
"name": "communications_network_analytics_data_director",
"product_id": "CSAFPID-1503589",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:23.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_analytics_data_director",
"product": {
"name": "communications_network_analytics_data_director",
"product_id": "CSAFPID-1503590",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:24.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_analytics_data_director",
"product": {
"name": "communications_network_analytics_data_director",
"product_id": "CSAFPID-1673414",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:24.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_analytics_data_director",
"product": {
"name": "communications_network_analytics_data_director",
"product_id": "CSAFPID-816783",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:_general___23.2.0.0.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_analytics_data_director",
"product": {
"name": "communications_network_analytics_data_director",
"product_id": "CSAFPID-816786",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:_general___23.3.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_analytics_data_director",
"product": {
"name": "communications_network_analytics_data_director",
"product_id": "CSAFPID-816784",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:_install_upgrade___23.2.0.0.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_analytics_data_director",
"product": {
"name": "communications_network_analytics_data_director",
"product_id": "CSAFPID-816787",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:_install_upgrade___23.3.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_analytics_data_director",
"product": {
"name": "communications_network_analytics_data_director",
"product_id": "CSAFPID-816785",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:_third_party___23.2.0.0.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_analytics_data_director",
"product": {
"name": "communications_network_analytics_data_director",
"product_id": "CSAFPID-816788",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:_third_party___23.3.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_charging_and_control",
"product": {
"name": "communications_network_charging_and_control",
"product_id": "CSAFPID-342803",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_charging_and_control",
"product": {
"name": "communications_network_charging_and_control",
"product_id": "CSAFPID-1650778",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:12.0.1.0.0-12.0.6.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_charging_and_control",
"product": {
"name": "communications_network_charging_and_control",
"product_id": "CSAFPID-1266",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:12.0.6.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_charging_and_control",
"product": {
"name": "communications_network_charging_and_control",
"product_id": "CSAFPID-816354",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:15.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_charging_and_control",
"product": {
"name": "communications_network_charging_and_control",
"product_id": "CSAFPID-204563",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:6.0.1.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_network_integrity",
"product": {
"name": "communications_network_integrity",
"product_id": "CSAFPID-219776",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_integrity:7.3.6.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_offline_mediation_controller",
"product": {
"name": "communications_offline_mediation_controller",
"product_id": "CSAFPID-765242",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_offline_mediation_controller:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_offline_mediation_controller",
"product": {
"name": "communications_offline_mediation_controller",
"product_id": "CSAFPID-916906",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_offline_mediation_controller:12.0.0.8:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_offline_mediation_controller",
"product": {
"name": "communications_offline_mediation_controller",
"product_id": "CSAFPID-1751247",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_offline_mediation_controller:15.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_offline_mediation_controller",
"product": {
"name": "communications_offline_mediation_controller",
"product_id": "CSAFPID-1751248",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_offline_mediation_controller:15.0.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_operations_monitor",
"product": {
"name": "communications_operations_monitor",
"product_id": "CSAFPID-93781",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_operations_monitor:5.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_operations_monitor",
"product": {
"name": "communications_operations_monitor",
"product_id": "CSAFPID-220132",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_operations_monitor:5.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_operations_monitor",
"product": {
"name": "communications_operations_monitor",
"product_id": "CSAFPID-912079",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_operations_monitor:5.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_order_and_service_management",
"product": {
"name": "communications_order_and_service_management",
"product_id": "CSAFPID-224790",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_order_and_service_management:7.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_order_and_service_management",
"product": {
"name": "communications_order_and_service_management",
"product_id": "CSAFPID-221118",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_order_and_service_management:7.4.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_order_and_service_management",
"product": {
"name": "communications_order_and_service_management",
"product_id": "CSAFPID-1673496",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_order_and_service_management:7.5.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_performance_intelligence",
"product": {
"name": "communications_performance_intelligence",
"product_id": "CSAFPID-1503591",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_performance_intelligence:10.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_policy_management",
"product": {
"name": "communications_policy_management",
"product_id": "CSAFPID-816789",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_policy_management:12.6.1.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_policy_management",
"product": {
"name": "communications_policy_management",
"product_id": "CSAFPID-816790",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_policy_management:15.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_pricing_design_center",
"product": {
"name": "communications_pricing_design_center",
"product_id": "CSAFPID-764738",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_pricing_design_center:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_pricing_design_center",
"product": {
"name": "communications_pricing_design_center",
"product_id": "CSAFPID-816355",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_pricing_design_center:15.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_service_catalog_and_design",
"product": {
"name": "communications_service_catalog_and_design",
"product_id": "CSAFPID-1503601",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_service_catalog_and_design",
"product": {
"name": "communications_service_catalog_and_design",
"product_id": "CSAFPID-816359",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:7.4.0.7.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_service_catalog_and_design",
"product": {
"name": "communications_service_catalog_and_design",
"product_id": "CSAFPID-816358",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:7.4.1.5.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_service_catalog_and_design",
"product": {
"name": "communications_service_catalog_and_design",
"product_id": "CSAFPID-816357",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:7.4.2.8.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_service_catalog_and_design",
"product": {
"name": "communications_service_catalog_and_design",
"product_id": "CSAFPID-912558",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:8.0.0.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_service_catalog_and_design",
"product": {
"name": "communications_service_catalog_and_design",
"product_id": "CSAFPID-1751233",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:8.0.0.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_service_catalog_and_design",
"product": {
"name": "communications_service_catalog_and_design",
"product_id": "CSAFPID-1503602",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:8.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_service_catalog_and_design",
"product": {
"name": "communications_service_catalog_and_design",
"product_id": "CSAFPID-1751234",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:8.1.0.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_service_catalog_and_design",
"product": {
"name": "communications_service_catalog_and_design",
"product_id": "CSAFPID-816795",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:_psr_designer___7.4.0.7.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_service_catalog_and_design",
"product": {
"name": "communications_service_catalog_and_design",
"product_id": "CSAFPID-816796",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:_psr_designer___7.4.1.5.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_service_catalog_and_design",
"product": {
"name": "communications_service_catalog_and_design",
"product_id": "CSAFPID-816797",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:_psr_designer___7.4.2.8.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_border_controller",
"product": {
"name": "communications_session_border_controller",
"product_id": "CSAFPID-1503592",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_border_controller:4.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_border_controller",
"product": {
"name": "communications_session_border_controller",
"product_id": "CSAFPID-1503593",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_border_controller:4.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_border_controller",
"product": {
"name": "communications_session_border_controller",
"product_id": "CSAFPID-1672762",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_border_controller:9.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_border_controller",
"product": {
"name": "communications_session_border_controller",
"product_id": "CSAFPID-1503594",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_border_controller:9.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_border_controller",
"product": {
"name": "communications_session_border_controller",
"product_id": "CSAFPID-1503595",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_border_controller:9.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_report_manager",
"product": {
"name": "communications_session_report_manager",
"product_id": "CSAFPID-342804",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_report_manager:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_report_manager",
"product": {
"name": "communications_session_report_manager",
"product_id": "CSAFPID-819415",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_report_manager:9.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_report_manager",
"product": {
"name": "communications_session_report_manager",
"product_id": "CSAFPID-819416",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_report_manager:9.0.2.0.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_session_report_manager",
"product": {
"name": "communications_session_report_manager",
"product_id": "CSAFPID-816791",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_report_manager:9.4.53:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_unified_assurance",
"product": {
"name": "communications_unified_assurance",
"product_id": "CSAFPID-240600",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_assurance:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_unified_assurance",
"product": {
"name": "communications_unified_assurance",
"product_id": "CSAFPID-1673382",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_assurance:5.5.0-5.5.22:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_unified_assurance",
"product": {
"name": "communications_unified_assurance",
"product_id": "CSAFPID-1650731",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.0-6.0.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_unified_assurance",
"product": {
"name": "communications_unified_assurance",
"product_id": "CSAFPID-1673530",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.0-6.0.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_unified_assurance",
"product": {
"name": "communications_unified_assurance",
"product_id": "CSAFPID-1751235",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.1-6.0.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_unified_assurance",
"product": {
"name": "communications_unified_assurance",
"product_id": "CSAFPID-1751296",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.4-6.0.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_unified_inventory_management",
"product": {
"name": "communications_unified_inventory_management",
"product_id": "CSAFPID-764739",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_unified_inventory_management",
"product": {
"name": "communications_unified_inventory_management",
"product_id": "CSAFPID-8984",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_unified_inventory_management",
"product": {
"name": "communications_unified_inventory_management",
"product_id": "CSAFPID-204510",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_unified_inventory_management",
"product": {
"name": "communications_unified_inventory_management",
"product_id": "CSAFPID-204569",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_unified_inventory_management",
"product": {
"name": "communications_unified_inventory_management",
"product_id": "CSAFPID-219826",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.5.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_unified_inventory_management",
"product": {
"name": "communications_unified_inventory_management",
"product_id": "CSAFPID-912073",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.5.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_user_data_repository",
"product": {
"name": "communications_user_data_repository",
"product_id": "CSAFPID-1503596",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.11.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_user_data_repository",
"product": {
"name": "communications_user_data_repository",
"product_id": "CSAFPID-1503597",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.11.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_user_data_repository",
"product": {
"name": "communications_user_data_repository",
"product_id": "CSAFPID-1503598",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.11.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_user_data_repository",
"product": {
"name": "communications_user_data_repository",
"product_id": "CSAFPID-1751217",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.11:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_user_data_repository",
"product": {
"name": "communications_user_data_repository",
"product_id": "CSAFPID-912080",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_user_data_repository:14.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_user_data_repository",
"product": {
"name": "communications_user_data_repository",
"product_id": "CSAFPID-1673481",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_user_data_repository:14.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_user_data_repository",
"product": {
"name": "communications_user_data_repository",
"product_id": "CSAFPID-1751258",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_user_data_repository:15.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "communications_webrtc_session_controller",
"product": {
"name": "communications_webrtc_session_controller",
"product_id": "CSAFPID-912554",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_webrtc_session_controller:*:*:*:*:*:*:*:*"
}
}
}
],
"category": "vendor",
"name": "oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-41727",
"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"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673530"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2022-41727",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-41727.json"
}
],
"title": "CVE-2022-41727"
},
{
"cve": "CVE-2023-4408",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2023-4408",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-4408.json"
}
],
"title": "CVE-2023-4408"
},
{
"cve": "CVE-2023-5678",
"cwe": {
"id": "CWE-754",
"name": "Improper Check for Unusual or Exceptional Conditions"
},
"notes": [
{
"category": "other",
"text": "Improper Check for Unusual or Exceptional Conditions",
"title": "CWE-754"
},
{
"category": "other",
"text": "Missing Cryptographic Step",
"title": "CWE-325"
},
{
"category": "other",
"text": "Unchecked Input for Loop Condition",
"title": "CWE-606"
},
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
}
],
"product_status": {
"known_affected": [
"CSAFPID-764237",
"CSAFPID-912068",
"CSAFPID-912076",
"CSAFPID-611387",
"CSAFPID-816773",
"CSAFPID-816348",
"CSAFPID-764240",
"CSAFPID-614517",
"CSAFPID-224795",
"CSAFPID-764826",
"CSAFPID-90016",
"CSAFPID-611413",
"CSAFPID-764242",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-93781",
"CSAFPID-220132",
"CSAFPID-342804",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-219776",
"CSAFPID-765242",
"CSAFPID-764739",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-219826",
"CSAFPID-912073",
"CSAFPID-912101",
"CSAFPID-912102",
"CSAFPID-912539",
"CSAFPID-912540",
"CSAFPID-912541",
"CSAFPID-912542",
"CSAFPID-912543",
"CSAFPID-912544",
"CSAFPID-912545",
"CSAFPID-912546",
"CSAFPID-912547",
"CSAFPID-912548",
"CSAFPID-912549",
"CSAFPID-912550",
"CSAFPID-912551",
"CSAFPID-912552",
"CSAFPID-912553",
"CSAFPID-912554",
"CSAFPID-912556",
"CSAFPID-912557",
"CSAFPID-912558",
"CSAFPID-912077",
"CSAFPID-912078",
"CSAFPID-912079",
"CSAFPID-912080",
"CSAFPID-912085",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-1503582",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-5678",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5678.json"
}
],
"title": "CVE-2023-5678"
},
{
"cve": "CVE-2023-5981",
"cwe": {
"id": "CWE-203",
"name": "Observable Discrepancy"
},
"notes": [
{
"category": "other",
"text": "Observable Discrepancy",
"title": "CWE-203"
}
],
"product_status": {
"known_affected": [
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-1751217",
"CSAFPID-1673481"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-5981",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5981.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-1751217",
"CSAFPID-1673481"
]
}
],
"title": "CVE-2023-5981"
},
{
"cve": "CVE-2023-6597",
"cwe": {
"id": "CWE-61",
"name": "UNIX Symbolic Link (Symlink) Following"
},
"notes": [
{
"category": "other",
"text": "UNIX Symbolic Link (Symlink) Following",
"title": "CWE-61"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673395",
"CSAFPID-1673420",
"CSAFPID-1673421",
"CSAFPID-1673396",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-1751097"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-6597",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-6597.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-1673395",
"CSAFPID-1673420",
"CSAFPID-1673421",
"CSAFPID-1673396",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-1751097"
]
}
],
"title": "CVE-2023-6597"
},
{
"cve": "CVE-2023-7256",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"notes": [
{
"category": "other",
"text": "Double Free",
"title": "CWE-415"
}
],
"product_status": {
"known_affected": [
"CSAFPID-220132",
"CSAFPID-1751084",
"CSAFPID-912079"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-7256",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-7256.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-220132",
"CSAFPID-1751084",
"CSAFPID-912079"
]
}
],
"title": "CVE-2023-7256"
},
{
"cve": "CVE-2023-29407",
"cwe": {
"id": "CWE-834",
"name": "Excessive Iteration"
},
"notes": [
{
"category": "other",
"text": "Excessive Iteration",
"title": "CWE-834"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673530"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-29407",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-29407.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1673530"
]
}
],
"title": "CVE-2023-29407"
},
{
"cve": "CVE-2023-29408",
"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"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673530",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-29408",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-29408.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1673530",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
}
],
"title": "CVE-2023-29408"
},
{
"cve": "CVE-2023-40577",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
"title": "CWE-79"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1751208",
"CSAFPID-1751209"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-40577",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-40577.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-1751208",
"CSAFPID-1751209"
]
}
],
"title": "CVE-2023-40577"
},
{
"cve": "CVE-2023-46218",
"cwe": {
"id": "CWE-201",
"name": "Insertion of Sensitive Information Into Sent Data"
},
"notes": [
{
"category": "other",
"text": "Insertion of Sensitive Information Into Sent Data",
"title": "CWE-201"
},
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
}
],
"product_status": {
"known_affected": [
"CSAFPID-90016",
"CSAFPID-93781",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-219776",
"CSAFPID-219826",
"CSAFPID-220132",
"CSAFPID-224795",
"CSAFPID-342804",
"CSAFPID-611387",
"CSAFPID-611413",
"CSAFPID-614517",
"CSAFPID-764237",
"CSAFPID-764240",
"CSAFPID-764242",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-764739",
"CSAFPID-764826",
"CSAFPID-765242",
"CSAFPID-816348",
"CSAFPID-816773",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-912068",
"CSAFPID-912073",
"CSAFPID-912076",
"CSAFPID-912077",
"CSAFPID-912078",
"CSAFPID-912079",
"CSAFPID-912080",
"CSAFPID-912085",
"CSAFPID-912101",
"CSAFPID-912102",
"CSAFPID-912539",
"CSAFPID-912540",
"CSAFPID-912541",
"CSAFPID-912542",
"CSAFPID-912543",
"CSAFPID-912544",
"CSAFPID-912545",
"CSAFPID-912546",
"CSAFPID-912547",
"CSAFPID-912548",
"CSAFPID-912549",
"CSAFPID-912550",
"CSAFPID-912551",
"CSAFPID-912552",
"CSAFPID-912553",
"CSAFPID-912554",
"CSAFPID-912556",
"CSAFPID-912557",
"CSAFPID-912558",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-1503582",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-1751211"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-46218",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-46218.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-90016",
"CSAFPID-93781",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-219776",
"CSAFPID-219826",
"CSAFPID-220132",
"CSAFPID-224795",
"CSAFPID-342804",
"CSAFPID-611387",
"CSAFPID-611413",
"CSAFPID-614517",
"CSAFPID-764237",
"CSAFPID-764240",
"CSAFPID-764242",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-764739",
"CSAFPID-764826",
"CSAFPID-765242",
"CSAFPID-816348",
"CSAFPID-816773",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-912068",
"CSAFPID-912073",
"CSAFPID-912076",
"CSAFPID-912077",
"CSAFPID-912078",
"CSAFPID-912079",
"CSAFPID-912080",
"CSAFPID-912085",
"CSAFPID-912101",
"CSAFPID-912102",
"CSAFPID-912539",
"CSAFPID-912540",
"CSAFPID-912541",
"CSAFPID-912542",
"CSAFPID-912543",
"CSAFPID-912544",
"CSAFPID-912545",
"CSAFPID-912546",
"CSAFPID-912547",
"CSAFPID-912548",
"CSAFPID-912549",
"CSAFPID-912550",
"CSAFPID-912551",
"CSAFPID-912552",
"CSAFPID-912553",
"CSAFPID-912554",
"CSAFPID-912556",
"CSAFPID-912557",
"CSAFPID-912558",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-1503582",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-1751211"
]
}
],
"title": "CVE-2023-46218"
},
{
"cve": "CVE-2023-46219",
"cwe": {
"id": "CWE-311",
"name": "Missing Encryption of Sensitive Data"
},
"notes": [
{
"category": "other",
"text": "Missing Encryption of Sensitive Data",
"title": "CWE-311"
}
],
"product_status": {
"known_affected": [
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-912068",
"CSAFPID-912076",
"CSAFPID-611387",
"CSAFPID-912539",
"CSAFPID-816773",
"CSAFPID-912540",
"CSAFPID-912541",
"CSAFPID-912542",
"CSAFPID-912543",
"CSAFPID-912101",
"CSAFPID-912544",
"CSAFPID-912077",
"CSAFPID-816348",
"CSAFPID-912545",
"CSAFPID-764240",
"CSAFPID-912546",
"CSAFPID-614517",
"CSAFPID-912547",
"CSAFPID-224795",
"CSAFPID-912548",
"CSAFPID-912102",
"CSAFPID-912549",
"CSAFPID-764826",
"CSAFPID-90016",
"CSAFPID-912078",
"CSAFPID-912550",
"CSAFPID-912551",
"CSAFPID-912552",
"CSAFPID-611413",
"CSAFPID-764242",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-912553",
"CSAFPID-93781",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-219776",
"CSAFPID-219826",
"CSAFPID-220132",
"CSAFPID-342804",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-764739",
"CSAFPID-765242",
"CSAFPID-912073",
"CSAFPID-912079",
"CSAFPID-912080",
"CSAFPID-912554",
"CSAFPID-912556",
"CSAFPID-912557",
"CSAFPID-912558",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-1503582",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-1751211"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-46219",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-46219.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-764237",
"CSAFPID-912085",
"CSAFPID-912068",
"CSAFPID-912076",
"CSAFPID-611387",
"CSAFPID-912539",
"CSAFPID-816773",
"CSAFPID-912540",
"CSAFPID-912541",
"CSAFPID-912542",
"CSAFPID-912543",
"CSAFPID-912101",
"CSAFPID-912544",
"CSAFPID-912077",
"CSAFPID-816348",
"CSAFPID-912545",
"CSAFPID-764240",
"CSAFPID-912546",
"CSAFPID-614517",
"CSAFPID-912547",
"CSAFPID-224795",
"CSAFPID-912548",
"CSAFPID-912102",
"CSAFPID-912549",
"CSAFPID-764826",
"CSAFPID-90016",
"CSAFPID-912078",
"CSAFPID-912550",
"CSAFPID-912551",
"CSAFPID-912552",
"CSAFPID-611413",
"CSAFPID-764242",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-912553",
"CSAFPID-93781",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-219776",
"CSAFPID-219826",
"CSAFPID-220132",
"CSAFPID-342804",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-764739",
"CSAFPID-765242",
"CSAFPID-912073",
"CSAFPID-912079",
"CSAFPID-912080",
"CSAFPID-912554",
"CSAFPID-912556",
"CSAFPID-912557",
"CSAFPID-912558",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-1503582",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-1751211"
]
}
],
"title": "CVE-2023-46219"
},
{
"cve": "CVE-2023-46604",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"notes": [
{
"category": "other",
"text": "Deserialization of Untrusted Data",
"title": "CWE-502"
}
],
"product_status": {
"known_affected": [
"CSAFPID-94291",
"CSAFPID-40293",
"CSAFPID-1265",
"CSAFPID-1261",
"CSAFPID-1266",
"CSAFPID-8984",
"CSAFPID-764237",
"CSAFPID-764240",
"CSAFPID-224795",
"CSAFPID-764826",
"CSAFPID-90016",
"CSAFPID-93781",
"CSAFPID-220132",
"CSAFPID-219776",
"CSAFPID-765242",
"CSAFPID-764739",
"CSAFPID-219826",
"CSAFPID-204510",
"CSAFPID-204563",
"CSAFPID-204569",
"CSAFPID-204622",
"CSAFPID-219803",
"CSAFPID-219838",
"CSAFPID-219909",
"CSAFPID-221118",
"CSAFPID-224790",
"CSAFPID-224793",
"CSAFPID-240600",
"CSAFPID-342793",
"CSAFPID-342803",
"CSAFPID-342804",
"CSAFPID-611387",
"CSAFPID-611413",
"CSAFPID-611595",
"CSAFPID-614517",
"CSAFPID-764242",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-764738",
"CSAFPID-816346",
"CSAFPID-816347",
"CSAFPID-816348",
"CSAFPID-816349",
"CSAFPID-816350",
"CSAFPID-816351",
"CSAFPID-816352",
"CSAFPID-816353",
"CSAFPID-816354",
"CSAFPID-816355",
"CSAFPID-816357",
"CSAFPID-816358",
"CSAFPID-816359",
"CSAFPID-816765",
"CSAFPID-816766",
"CSAFPID-816767",
"CSAFPID-816768",
"CSAFPID-816769",
"CSAFPID-816770",
"CSAFPID-816771",
"CSAFPID-816772",
"CSAFPID-816773",
"CSAFPID-816774",
"CSAFPID-816775",
"CSAFPID-816776",
"CSAFPID-816777",
"CSAFPID-816778",
"CSAFPID-816779",
"CSAFPID-816780",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-816783",
"CSAFPID-816784",
"CSAFPID-816785",
"CSAFPID-816786",
"CSAFPID-816787",
"CSAFPID-816788",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-816791",
"CSAFPID-816792",
"CSAFPID-816793",
"CSAFPID-816794",
"CSAFPID-816795",
"CSAFPID-816796",
"CSAFPID-816797",
"CSAFPID-912068",
"CSAFPID-912073",
"CSAFPID-912076",
"CSAFPID-912077",
"CSAFPID-912078",
"CSAFPID-912079",
"CSAFPID-912080",
"CSAFPID-912085",
"CSAFPID-912101",
"CSAFPID-912102",
"CSAFPID-912539",
"CSAFPID-912540",
"CSAFPID-912541",
"CSAFPID-912542",
"CSAFPID-912543",
"CSAFPID-912544",
"CSAFPID-912545",
"CSAFPID-912546",
"CSAFPID-912547",
"CSAFPID-912548",
"CSAFPID-912549",
"CSAFPID-912550",
"CSAFPID-912551",
"CSAFPID-912552",
"CSAFPID-912553",
"CSAFPID-912554",
"CSAFPID-912556",
"CSAFPID-912557",
"CSAFPID-912558",
"CSAFPID-1751104"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-46604",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-46604.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 10.0,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-94291",
"CSAFPID-40293",
"CSAFPID-1265",
"CSAFPID-1261",
"CSAFPID-1266",
"CSAFPID-8984",
"CSAFPID-764237",
"CSAFPID-764240",
"CSAFPID-224795",
"CSAFPID-764826",
"CSAFPID-90016",
"CSAFPID-93781",
"CSAFPID-220132",
"CSAFPID-219776",
"CSAFPID-765242",
"CSAFPID-764739",
"CSAFPID-219826",
"CSAFPID-204510",
"CSAFPID-204563",
"CSAFPID-204569",
"CSAFPID-204622",
"CSAFPID-219803",
"CSAFPID-219838",
"CSAFPID-219909",
"CSAFPID-221118",
"CSAFPID-224790",
"CSAFPID-224793",
"CSAFPID-240600",
"CSAFPID-342793",
"CSAFPID-342803",
"CSAFPID-342804",
"CSAFPID-611387",
"CSAFPID-611413",
"CSAFPID-611595",
"CSAFPID-614517",
"CSAFPID-764242",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-764738",
"CSAFPID-816346",
"CSAFPID-816347",
"CSAFPID-816348",
"CSAFPID-816349",
"CSAFPID-816350",
"CSAFPID-816351",
"CSAFPID-816352",
"CSAFPID-816353",
"CSAFPID-816354",
"CSAFPID-816355",
"CSAFPID-816357",
"CSAFPID-816358",
"CSAFPID-816359",
"CSAFPID-816765",
"CSAFPID-816766",
"CSAFPID-816767",
"CSAFPID-816768",
"CSAFPID-816769",
"CSAFPID-816770",
"CSAFPID-816771",
"CSAFPID-816772",
"CSAFPID-816773",
"CSAFPID-816774",
"CSAFPID-816775",
"CSAFPID-816776",
"CSAFPID-816777",
"CSAFPID-816778",
"CSAFPID-816779",
"CSAFPID-816780",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-816783",
"CSAFPID-816784",
"CSAFPID-816785",
"CSAFPID-816786",
"CSAFPID-816787",
"CSAFPID-816788",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-816791",
"CSAFPID-816792",
"CSAFPID-816793",
"CSAFPID-816794",
"CSAFPID-816795",
"CSAFPID-816796",
"CSAFPID-816797",
"CSAFPID-912068",
"CSAFPID-912073",
"CSAFPID-912076",
"CSAFPID-912077",
"CSAFPID-912078",
"CSAFPID-912079",
"CSAFPID-912080",
"CSAFPID-912085",
"CSAFPID-912101",
"CSAFPID-912102",
"CSAFPID-912539",
"CSAFPID-912540",
"CSAFPID-912541",
"CSAFPID-912542",
"CSAFPID-912543",
"CSAFPID-912544",
"CSAFPID-912545",
"CSAFPID-912546",
"CSAFPID-912547",
"CSAFPID-912548",
"CSAFPID-912549",
"CSAFPID-912550",
"CSAFPID-912551",
"CSAFPID-912552",
"CSAFPID-912553",
"CSAFPID-912554",
"CSAFPID-912556",
"CSAFPID-912557",
"CSAFPID-912558",
"CSAFPID-1751104"
]
}
],
"title": "CVE-2023-46604"
},
{
"cve": "CVE-2023-50868",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2023-50868",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-50868.json"
}
],
"title": "CVE-2023-50868"
},
{
"cve": "CVE-2024-0232",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "other",
"text": "Use After Free",
"title": "CWE-416"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1650777",
"CSAFPID-1650778",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-1751218",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-0232",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0232.json"
}
],
"title": "CVE-2024-0232"
},
{
"cve": "CVE-2024-0397",
"product_status": {
"known_affected": [
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-1673530"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-0397",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0397.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-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-1673530"
]
}
],
"title": "CVE-2024-0397"
},
{
"cve": "CVE-2024-0450",
"cwe": {
"id": "CWE-450",
"name": "Multiple Interpretations of UI Input"
},
"notes": [
{
"category": "other",
"text": "Multiple Interpretations of UI Input",
"title": "CWE-450"
},
{
"category": "other",
"text": "Asymmetric Resource Consumption (Amplification)",
"title": "CWE-405"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1673420",
"CSAFPID-1673421",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1674636",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-1727475",
"CSAFPID-1751097"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-0450",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0450.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1673420",
"CSAFPID-1673421",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1674636",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-1727475",
"CSAFPID-1751097"
]
}
],
"title": "CVE-2024-0450"
},
{
"cve": "CVE-2024-1442",
"cwe": {
"id": "CWE-269",
"name": "Improper Privilege Management"
},
"notes": [
{
"category": "other",
"text": "Improper Privilege Management",
"title": "CWE-269"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673530",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-1442",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-1442.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.0,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-1673530",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
}
],
"title": "CVE-2024-1442"
},
{
"cve": "CVE-2024-2961",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "other",
"text": "Out-of-bounds Write",
"title": "CWE-787"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1672762",
"CSAFPID-1672764",
"CSAFPID-1672767",
"CSAFPID-1673396",
"CSAFPID-1673395",
"CSAFPID-1673494",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-1727475",
"CSAFPID-1751097",
"CSAFPID-1751237"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-2961",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2961.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-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1672762",
"CSAFPID-1672764",
"CSAFPID-1672767",
"CSAFPID-1673396",
"CSAFPID-1673395",
"CSAFPID-1673494",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-1727475",
"CSAFPID-1751097",
"CSAFPID-1751237"
]
}
],
"title": "CVE-2024-2961"
},
{
"cve": "CVE-2024-3596",
"cwe": {
"id": "CWE-924",
"name": "Improper Enforcement of Message Integrity During Transmission in a Communication Channel"
},
"notes": [
{
"category": "other",
"text": "Improper Enforcement of Message Integrity During Transmission in a Communication Channel",
"title": "CWE-924"
},
{
"category": "other",
"text": "Use of Weak Hash",
"title": "CWE-328"
},
{
"category": "other",
"text": "Authentication Bypass by Capture-replay",
"title": "CWE-294"
},
{
"category": "other",
"text": "Use of Password Hash Instead of Password for Authentication",
"title": "CWE-836"
},
{
"category": "other",
"text": "Use of a Broken or Risky Cryptographic Algorithm",
"title": "CWE-327"
},
{
"category": "other",
"text": "User Interface (UI) Misrepresentation of Critical Information",
"title": "CWE-451"
},
{
"category": "other",
"text": "Improper Validation of Integrity Check Value",
"title": "CWE-354"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1751090",
"CSAFPID-912079",
"CSAFPID-220132",
"CSAFPID-1751253"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-3596",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-3596.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.0,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1751090",
"CSAFPID-912079",
"CSAFPID-220132",
"CSAFPID-1751253"
]
}
],
"title": "CVE-2024-3596"
},
{
"cve": "CVE-2024-4030",
"cwe": {
"id": "CWE-276",
"name": "Incorrect Default Permissions"
},
"notes": [
{
"category": "other",
"text": "Incorrect Default Permissions",
"title": "CWE-276"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673530"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-4030",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4030.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-1673530"
]
}
],
"title": "CVE-2024-4030"
},
{
"cve": "CVE-2024-4032",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"notes": [
{
"category": "other",
"text": "Expected Behavior Violation",
"title": "CWE-440"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673530"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-4032",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4032.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-1673530"
]
}
],
"title": "CVE-2024-4032"
},
{
"cve": "CVE-2024-5535",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "other",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
},
{
"category": "other",
"text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
"title": "CWE-119"
},
{
"category": "other",
"text": "Dependency on Vulnerable Third-Party Component",
"title": "CWE-1395"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1751090",
"CSAFPID-1751253"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-5535",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5535.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-1751090",
"CSAFPID-1751253"
]
}
],
"title": "CVE-2024-5535"
},
{
"cve": "CVE-2024-6119",
"cwe": {
"id": "CWE-843",
"name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
},
"notes": [
{
"category": "other",
"text": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)",
"title": "CWE-843"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1751209"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-6119",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6119.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-1751209"
]
}
],
"title": "CVE-2024-6119"
},
{
"cve": "CVE-2024-6162",
"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"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1650752",
"CSAFPID-1650751",
"CSAFPID-1673526",
"CSAFPID-1673399",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1674636",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-1727475",
"CSAFPID-1751303",
"CSAFPID-1650820",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-6162",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6162.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-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1650752",
"CSAFPID-1650751",
"CSAFPID-1673526",
"CSAFPID-1673399",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1674636",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-1727475",
"CSAFPID-1751303",
"CSAFPID-1650820",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
}
],
"title": "CVE-2024-6162"
},
{
"cve": "CVE-2024-6232",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"notes": [
{
"category": "other",
"text": "Inefficient Regular Expression Complexity",
"title": "CWE-1333"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673530"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-6232",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6232.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-1673530"
]
}
],
"title": "CVE-2024-6232"
},
{
"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": "Uncontrolled Recursion",
"title": "CWE-674"
}
],
"product_status": {
"known_affected": [
"CSAFPID-912549",
"CSAFPID-1672767",
"CSAFPID-1503585",
"CSAFPID-1673391",
"CSAFPID-1673394",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-1751225",
"CSAFPID-1751233",
"CSAFPID-1673530",
"CSAFPID-1751234",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-7254",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/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-912549",
"CSAFPID-1672767",
"CSAFPID-1503585",
"CSAFPID-1673391",
"CSAFPID-1673394",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-1751225",
"CSAFPID-1751233",
"CSAFPID-1673530",
"CSAFPID-1751234",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
}
],
"title": "CVE-2024-7254"
},
{
"cve": "CVE-2024-7592",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673530",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-7592",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-7592.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-1673530",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
}
],
"title": "CVE-2024-7592"
},
{
"cve": "CVE-2024-7885",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "other",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
},
{
"category": "other",
"text": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)",
"title": "CWE-362"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673526",
"CSAFPID-1673399",
"CSAFPID-1751080",
"CSAFPID-1751090",
"CSAFPID-1751079",
"CSAFPID-1751225",
"CSAFPID-1672767",
"CSAFPID-1751241",
"CSAFPID-1751081",
"CSAFPID-1751084",
"CSAFPID-1673393",
"CSAFPID-1751085",
"CSAFPID-1751231"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-7885",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-7885.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-1673526",
"CSAFPID-1673399",
"CSAFPID-1751080",
"CSAFPID-1751090",
"CSAFPID-1751079",
"CSAFPID-1751225",
"CSAFPID-1672767",
"CSAFPID-1751241",
"CSAFPID-1751081",
"CSAFPID-1751084",
"CSAFPID-1673393",
"CSAFPID-1751085",
"CSAFPID-1751231"
]
}
],
"title": "CVE-2024-7885"
},
{
"cve": "CVE-2024-8006",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "other",
"text": "NULL Pointer Dereference",
"title": "CWE-476"
}
],
"product_status": {
"known_affected": [
"CSAFPID-220132",
"CSAFPID-1751084",
"CSAFPID-912079"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-8006",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/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-220132",
"CSAFPID-1751084",
"CSAFPID-912079"
]
}
],
"title": "CVE-2024-8006"
},
{
"cve": "CVE-2024-9143",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "other",
"text": "Out-of-bounds Write",
"title": "CWE-787"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1751253"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-9143",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-9143.json"
}
],
"title": "CVE-2024-9143"
},
{
"cve": "CVE-2024-22195",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
"title": "CWE-79"
}
],
"product_status": {
"known_affected": [
"CSAFPID-764237",
"CSAFPID-912068",
"CSAFPID-912076",
"CSAFPID-611387",
"CSAFPID-816773",
"CSAFPID-912077",
"CSAFPID-816348",
"CSAFPID-764240",
"CSAFPID-614517",
"CSAFPID-224795",
"CSAFPID-764826",
"CSAFPID-90016",
"CSAFPID-912078",
"CSAFPID-611413",
"CSAFPID-764242",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-93781",
"CSAFPID-220132",
"CSAFPID-342804",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-219776",
"CSAFPID-765242",
"CSAFPID-764739",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-219826",
"CSAFPID-912073",
"CSAFPID-912079",
"CSAFPID-912080",
"CSAFPID-912085",
"CSAFPID-912101",
"CSAFPID-912102",
"CSAFPID-912539",
"CSAFPID-912540",
"CSAFPID-912541",
"CSAFPID-912542",
"CSAFPID-912543",
"CSAFPID-912544",
"CSAFPID-912545",
"CSAFPID-912546",
"CSAFPID-912547",
"CSAFPID-912548",
"CSAFPID-912549",
"CSAFPID-912550",
"CSAFPID-912551",
"CSAFPID-912552",
"CSAFPID-912553",
"CSAFPID-912554",
"CSAFPID-912556",
"CSAFPID-912557",
"CSAFPID-912558",
"CSAFPID-1751225",
"CSAFPID-1751079",
"CSAFPID-1751081",
"CSAFPID-1673393",
"CSAFPID-1751085"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-22195",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22195.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-764237",
"CSAFPID-912068",
"CSAFPID-912076",
"CSAFPID-611387",
"CSAFPID-816773",
"CSAFPID-912077",
"CSAFPID-816348",
"CSAFPID-764240",
"CSAFPID-614517",
"CSAFPID-224795",
"CSAFPID-764826",
"CSAFPID-90016",
"CSAFPID-912078",
"CSAFPID-611413",
"CSAFPID-764242",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-93781",
"CSAFPID-220132",
"CSAFPID-342804",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-219776",
"CSAFPID-765242",
"CSAFPID-764739",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-219826",
"CSAFPID-912073",
"CSAFPID-912079",
"CSAFPID-912080",
"CSAFPID-912085",
"CSAFPID-912101",
"CSAFPID-912102",
"CSAFPID-912539",
"CSAFPID-912540",
"CSAFPID-912541",
"CSAFPID-912542",
"CSAFPID-912543",
"CSAFPID-912544",
"CSAFPID-912545",
"CSAFPID-912546",
"CSAFPID-912547",
"CSAFPID-912548",
"CSAFPID-912549",
"CSAFPID-912550",
"CSAFPID-912551",
"CSAFPID-912552",
"CSAFPID-912553",
"CSAFPID-912554",
"CSAFPID-912556",
"CSAFPID-912557",
"CSAFPID-912558",
"CSAFPID-1751225",
"CSAFPID-1751079",
"CSAFPID-1751081",
"CSAFPID-1673393",
"CSAFPID-1751085"
]
}
],
"title": "CVE-2024-22195"
},
{
"cve": "CVE-2024-24786",
"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"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673530",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-24786",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-24786.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-1673530",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
}
],
"title": "CVE-2024-24786"
},
{
"cve": "CVE-2024-24791",
"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": "Improper Input Validation",
"title": "CWE-20"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1751208",
"CSAFPID-1751209"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-24791",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-24791.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-1751208",
"CSAFPID-1751209"
]
}
],
"title": "CVE-2024-24791"
},
{
"cve": "CVE-2024-25638",
"cwe": {
"id": "CWE-345",
"name": "Insufficient Verification of Data Authenticity"
},
"notes": [
{
"category": "other",
"text": "Insufficient Verification of Data Authenticity",
"title": "CWE-345"
},
{
"category": "other",
"text": "Acceptance of Extraneous Untrusted Data With Trusted Data",
"title": "CWE-349"
}
],
"product_status": {
"known_affected": [
"CSAFPID-912549",
"CSAFPID-1672767",
"CSAFPID-1503585",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-1751225",
"CSAFPID-1751079",
"CSAFPID-1751229",
"CSAFPID-1751230",
"CSAFPID-1751081",
"CSAFPID-1751084",
"CSAFPID-1673393",
"CSAFPID-1751085",
"CSAFPID-1751231"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-25638",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-25638.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.9,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-912549",
"CSAFPID-1672767",
"CSAFPID-1503585",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-1751225",
"CSAFPID-1751079",
"CSAFPID-1751229",
"CSAFPID-1751230",
"CSAFPID-1751081",
"CSAFPID-1751084",
"CSAFPID-1673393",
"CSAFPID-1751085",
"CSAFPID-1751231"
]
}
],
"title": "CVE-2024-25638"
},
{
"cve": "CVE-2024-25710",
"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"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1673389",
"CSAFPID-1673390",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-912068",
"CSAFPID-912076",
"CSAFPID-611387",
"CSAFPID-816773",
"CSAFPID-912101",
"CSAFPID-912077",
"CSAFPID-816348",
"CSAFPID-764240",
"CSAFPID-614517",
"CSAFPID-224795",
"CSAFPID-912102",
"CSAFPID-764826",
"CSAFPID-90016",
"CSAFPID-912078",
"CSAFPID-611413",
"CSAFPID-764242",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-93781",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-342804",
"CSAFPID-912080",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-219776",
"CSAFPID-765242",
"CSAFPID-764739",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-219826",
"CSAFPID-912073",
"CSAFPID-912539",
"CSAFPID-912540",
"CSAFPID-912541",
"CSAFPID-912542",
"CSAFPID-912543",
"CSAFPID-912544",
"CSAFPID-912545",
"CSAFPID-912546",
"CSAFPID-912547",
"CSAFPID-912548",
"CSAFPID-912549",
"CSAFPID-912550",
"CSAFPID-912551",
"CSAFPID-912552",
"CSAFPID-912553",
"CSAFPID-912554",
"CSAFPID-912556",
"CSAFPID-912557",
"CSAFPID-912558",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-1503582",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-1727475",
"CSAFPID-1751218"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-25710",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-25710.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1673389",
"CSAFPID-1673390",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-912068",
"CSAFPID-912076",
"CSAFPID-611387",
"CSAFPID-816773",
"CSAFPID-912101",
"CSAFPID-912077",
"CSAFPID-816348",
"CSAFPID-764240",
"CSAFPID-614517",
"CSAFPID-224795",
"CSAFPID-912102",
"CSAFPID-764826",
"CSAFPID-90016",
"CSAFPID-912078",
"CSAFPID-611413",
"CSAFPID-764242",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-93781",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-342804",
"CSAFPID-912080",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-219776",
"CSAFPID-765242",
"CSAFPID-764739",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-219826",
"CSAFPID-912073",
"CSAFPID-912539",
"CSAFPID-912540",
"CSAFPID-912541",
"CSAFPID-912542",
"CSAFPID-912543",
"CSAFPID-912544",
"CSAFPID-912545",
"CSAFPID-912546",
"CSAFPID-912547",
"CSAFPID-912548",
"CSAFPID-912549",
"CSAFPID-912550",
"CSAFPID-912551",
"CSAFPID-912552",
"CSAFPID-912553",
"CSAFPID-912554",
"CSAFPID-912556",
"CSAFPID-912557",
"CSAFPID-912558",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-1503582",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-1727475",
"CSAFPID-1751218"
]
}
],
"title": "CVE-2024-25710"
},
{
"cve": "CVE-2024-26308",
"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"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1673389",
"CSAFPID-1673390",
"CSAFPID-1674629",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1674636",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-1670429",
"CSAFPID-1670430",
"CSAFPID-1670431",
"CSAFPID-1670432",
"CSAFPID-1670433",
"CSAFPID-1670434",
"CSAFPID-1670435",
"CSAFPID-1670436",
"CSAFPID-1670437",
"CSAFPID-1670438",
"CSAFPID-1670439",
"CSAFPID-1670440",
"CSAFPID-1670441",
"CSAFPID-1670442",
"CSAFPID-90016",
"CSAFPID-93781",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-219776",
"CSAFPID-219826",
"CSAFPID-220132",
"CSAFPID-224795",
"CSAFPID-342804",
"CSAFPID-611387",
"CSAFPID-611413",
"CSAFPID-614517",
"CSAFPID-764237",
"CSAFPID-764240",
"CSAFPID-764242",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-764739",
"CSAFPID-764826",
"CSAFPID-765242",
"CSAFPID-816348",
"CSAFPID-816773",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-912068",
"CSAFPID-912073",
"CSAFPID-912076",
"CSAFPID-912077",
"CSAFPID-912078",
"CSAFPID-912079",
"CSAFPID-912080",
"CSAFPID-912085",
"CSAFPID-912101",
"CSAFPID-912102",
"CSAFPID-912539",
"CSAFPID-912540",
"CSAFPID-912541",
"CSAFPID-912542",
"CSAFPID-912543",
"CSAFPID-912544",
"CSAFPID-912545",
"CSAFPID-912546",
"CSAFPID-912547",
"CSAFPID-912548",
"CSAFPID-912549",
"CSAFPID-912550",
"CSAFPID-912551",
"CSAFPID-912552",
"CSAFPID-912553",
"CSAFPID-912554",
"CSAFPID-912556",
"CSAFPID-912557",
"CSAFPID-912558",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-1503582",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-1727475",
"CSAFPID-1751218",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-26308",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26308.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:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1673389",
"CSAFPID-1673390",
"CSAFPID-1674629",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1674636",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-1670429",
"CSAFPID-1670430",
"CSAFPID-1670431",
"CSAFPID-1670432",
"CSAFPID-1670433",
"CSAFPID-1670434",
"CSAFPID-1670435",
"CSAFPID-1670436",
"CSAFPID-1670437",
"CSAFPID-1670438",
"CSAFPID-1670439",
"CSAFPID-1670440",
"CSAFPID-1670441",
"CSAFPID-1670442",
"CSAFPID-90016",
"CSAFPID-93781",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-219776",
"CSAFPID-219826",
"CSAFPID-220132",
"CSAFPID-224795",
"CSAFPID-342804",
"CSAFPID-611387",
"CSAFPID-611413",
"CSAFPID-614517",
"CSAFPID-764237",
"CSAFPID-764240",
"CSAFPID-764242",
"CSAFPID-764247",
"CSAFPID-764735",
"CSAFPID-764739",
"CSAFPID-764826",
"CSAFPID-765242",
"CSAFPID-816348",
"CSAFPID-816773",
"CSAFPID-816781",
"CSAFPID-816782",
"CSAFPID-912068",
"CSAFPID-912073",
"CSAFPID-912076",
"CSAFPID-912077",
"CSAFPID-912078",
"CSAFPID-912079",
"CSAFPID-912080",
"CSAFPID-912085",
"CSAFPID-912101",
"CSAFPID-912102",
"CSAFPID-912539",
"CSAFPID-912540",
"CSAFPID-912541",
"CSAFPID-912542",
"CSAFPID-912543",
"CSAFPID-912544",
"CSAFPID-912545",
"CSAFPID-912546",
"CSAFPID-912547",
"CSAFPID-912548",
"CSAFPID-912549",
"CSAFPID-912550",
"CSAFPID-912551",
"CSAFPID-912552",
"CSAFPID-912553",
"CSAFPID-912554",
"CSAFPID-912556",
"CSAFPID-912557",
"CSAFPID-912558",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-1503582",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-1727475",
"CSAFPID-1751218",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
}
],
"title": "CVE-2024-26308"
},
{
"cve": "CVE-2024-27309",
"cwe": {
"id": "CWE-284",
"name": "Improper Access Control"
},
"notes": [
{
"category": "other",
"text": "Improper Access Control",
"title": "CWE-284"
},
{
"category": "other",
"text": "Incorrect Authorization",
"title": "CWE-863"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1751233",
"CSAFPID-1751234",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-27309",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-27309.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1751233",
"CSAFPID-1751234",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
}
],
"title": "CVE-2024-27309"
},
{
"cve": "CVE-2024-28219",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"notes": [
{
"category": "other",
"text": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)",
"title": "CWE-120"
},
{
"category": "other",
"text": "Use of Potentially Dangerous Function",
"title": "CWE-676"
},
{
"category": "other",
"text": "Integer Overflow to Buffer Overflow",
"title": "CWE-680"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1751079",
"CSAFPID-1751225",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1751085",
"CSAFPID-912547"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-28219",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28219.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1751079",
"CSAFPID-1751225",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1751085",
"CSAFPID-912547"
]
}
],
"title": "CVE-2024-28219"
},
{
"cve": "CVE-2024-28834",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "other",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
},
{
"category": "other",
"text": "Use of a Broken or Risky Cryptographic Algorithm",
"title": "CWE-327"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673481",
"CSAFPID-1751217",
"CSAFPID-1503590"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-28834",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28834.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-1673481",
"CSAFPID-1751217",
"CSAFPID-1503590"
]
}
],
"title": "CVE-2024-28834"
},
{
"cve": "CVE-2024-28835",
"cwe": {
"id": "CWE-248",
"name": "Uncaught Exception"
},
"notes": [
{
"category": "other",
"text": "Uncaught Exception",
"title": "CWE-248"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673481",
"CSAFPID-1751217",
"CSAFPID-1503590"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-28835",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28835.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-1673481",
"CSAFPID-1751217",
"CSAFPID-1503590"
]
}
],
"title": "CVE-2024-28835"
},
{
"cve": "CVE-2024-28849",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "other",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1673414",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1674636",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-1727475",
"CSAFPID-1751235",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-28849",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28849.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1673414",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1674636",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-1727475",
"CSAFPID-1751235",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
}
],
"title": "CVE-2024-28849"
},
{
"cve": "CVE-2024-29025",
"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"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1650752",
"CSAFPID-1650751",
"CSAFPID-1673494",
"CSAFPID-1673420",
"CSAFPID-1673421",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1674636",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-1727475",
"CSAFPID-1751233",
"CSAFPID-1751218",
"CSAFPID-1751234",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-29025",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29025.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-1650752",
"CSAFPID-1650751",
"CSAFPID-1673494",
"CSAFPID-1673420",
"CSAFPID-1673421",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1674636",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-1727475",
"CSAFPID-1751233",
"CSAFPID-1751218",
"CSAFPID-1751234",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
}
],
"title": "CVE-2024-29025"
},
{
"cve": "CVE-2024-29131",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "other",
"text": "Out-of-bounds Write",
"title": "CWE-787"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1650820",
"CSAFPID-224790",
"CSAFPID-221118",
"CSAFPID-1673496",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-1673530"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-29131",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29131.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1650820",
"CSAFPID-224790",
"CSAFPID-221118",
"CSAFPID-1673496",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-1673530"
]
}
],
"title": "CVE-2024-29131"
},
{
"cve": "CVE-2024-29133",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "other",
"text": "Out-of-bounds Write",
"title": "CWE-787"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1650820",
"CSAFPID-224790",
"CSAFPID-221118",
"CSAFPID-1673496",
"CSAFPID-1674617",
"CSAFPID-1674618",
"CSAFPID-1674619",
"CSAFPID-1674620",
"CSAFPID-1674621",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1674624",
"CSAFPID-1674625",
"CSAFPID-1674626",
"CSAFPID-1674627",
"CSAFPID-1674628",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-1673530",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-29133",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29133.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-1650820",
"CSAFPID-224790",
"CSAFPID-221118",
"CSAFPID-1673496",
"CSAFPID-1674617",
"CSAFPID-1674618",
"CSAFPID-1674619",
"CSAFPID-1674620",
"CSAFPID-1674621",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1674624",
"CSAFPID-1674625",
"CSAFPID-1674626",
"CSAFPID-1674627",
"CSAFPID-1674628",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-1673530",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
}
],
"title": "CVE-2024-29133"
},
{
"cve": "CVE-2024-33599",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"notes": [
{
"category": "other",
"text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
"title": "CWE-119"
},
{
"category": "other",
"text": "Stack-based Buffer Overflow",
"title": "CWE-121"
}
],
"product_status": {
"known_affected": [
"CSAFPID-912549",
"CSAFPID-1673396",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1672762",
"CSAFPID-1673395",
"CSAFPID-1672764",
"CSAFPID-1672767",
"CSAFPID-1503585",
"CSAFPID-1673494",
"CSAFPID-1751237"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-33599",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-33599.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-912549",
"CSAFPID-1673396",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1672762",
"CSAFPID-1673395",
"CSAFPID-1672764",
"CSAFPID-1672767",
"CSAFPID-1503585",
"CSAFPID-1673494",
"CSAFPID-1751237"
]
}
],
"title": "CVE-2024-33599"
},
{
"cve": "CVE-2024-33600",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "other",
"text": "NULL Pointer Dereference",
"title": "CWE-476"
}
],
"product_status": {
"known_affected": [
"CSAFPID-912549",
"CSAFPID-1673396",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1672762",
"CSAFPID-1673395",
"CSAFPID-1672764",
"CSAFPID-1672767",
"CSAFPID-1503585",
"CSAFPID-1673494",
"CSAFPID-1751237"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-33600",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-33600.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-912549",
"CSAFPID-1673396",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1672762",
"CSAFPID-1673395",
"CSAFPID-1672764",
"CSAFPID-1672767",
"CSAFPID-1503585",
"CSAFPID-1673494",
"CSAFPID-1751237"
]
}
],
"title": "CVE-2024-33600"
},
{
"cve": "CVE-2024-33601",
"cwe": {
"id": "CWE-703",
"name": "Improper Check or Handling of Exceptional Conditions"
},
"notes": [
{
"category": "other",
"text": "Improper Check or Handling of Exceptional Conditions",
"title": "CWE-703"
},
{
"category": "other",
"text": "Reachable Assertion",
"title": "CWE-617"
}
],
"product_status": {
"known_affected": [
"CSAFPID-912549",
"CSAFPID-1673396",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1672762",
"CSAFPID-1673395",
"CSAFPID-1672764",
"CSAFPID-1672767",
"CSAFPID-1503585",
"CSAFPID-1673494",
"CSAFPID-1751237"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-33601",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-33601.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-912549",
"CSAFPID-1673396",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1672762",
"CSAFPID-1673395",
"CSAFPID-1672764",
"CSAFPID-1672767",
"CSAFPID-1503585",
"CSAFPID-1673494",
"CSAFPID-1751237"
]
}
],
"title": "CVE-2024-33601"
},
{
"cve": "CVE-2024-33602",
"cwe": {
"id": "CWE-466",
"name": "Return of Pointer Value Outside of Expected Range"
},
"notes": [
{
"category": "other",
"text": "Return of Pointer Value Outside of Expected Range",
"title": "CWE-466"
},
{
"category": "other",
"text": "Improper Check or Handling of Exceptional Conditions",
"title": "CWE-703"
}
],
"product_status": {
"known_affected": [
"CSAFPID-912549",
"CSAFPID-1673396",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1672762",
"CSAFPID-1673395",
"CSAFPID-1672764",
"CSAFPID-1672767",
"CSAFPID-1503585",
"CSAFPID-1673494",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-1751237"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-33602",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-33602.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-912549",
"CSAFPID-1673396",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-1672762",
"CSAFPID-1673395",
"CSAFPID-1672764",
"CSAFPID-1672767",
"CSAFPID-1503585",
"CSAFPID-1673494",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-1751237"
]
}
],
"title": "CVE-2024-33602"
},
{
"cve": "CVE-2024-34064",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
"title": "CWE-79"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-1727475",
"CSAFPID-1751238",
"CSAFPID-1751225",
"CSAFPID-1751079",
"CSAFPID-1751081",
"CSAFPID-1673393",
"CSAFPID-1751239",
"CSAFPID-1751082",
"CSAFPID-1751240",
"CSAFPID-1672767",
"CSAFPID-1751241",
"CSAFPID-1673481",
"CSAFPID-1751085"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-34064",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-34064.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1635310",
"CSAFPID-1635311",
"CSAFPID-1635312",
"CSAFPID-1635313",
"CSAFPID-1635314",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635317",
"CSAFPID-1635318",
"CSAFPID-1635319",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1635322",
"CSAFPID-1635323",
"CSAFPID-1635324",
"CSAFPID-1635325",
"CSAFPID-1635326",
"CSAFPID-1635327",
"CSAFPID-1635328",
"CSAFPID-1635329",
"CSAFPID-220055",
"CSAFPID-1503577",
"CSAFPID-764237",
"CSAFPID-912085",
"CSAFPID-1503578",
"CSAFPID-1503579",
"CSAFPID-1503580",
"CSAFPID-912101",
"CSAFPID-1503581",
"CSAFPID-1503322",
"CSAFPID-912069",
"CSAFPID-764240",
"CSAFPID-912547",
"CSAFPID-1503582",
"CSAFPID-912549",
"CSAFPID-1503583",
"CSAFPID-1503584",
"CSAFPID-1503585",
"CSAFPID-1503586",
"CSAFPID-1503587",
"CSAFPID-1503588",
"CSAFPID-1503316",
"CSAFPID-1503317",
"CSAFPID-764242",
"CSAFPID-1503589",
"CSAFPID-1503590",
"CSAFPID-220132",
"CSAFPID-912079",
"CSAFPID-1503591",
"CSAFPID-816789",
"CSAFPID-816790",
"CSAFPID-1503592",
"CSAFPID-1503593",
"CSAFPID-1503594",
"CSAFPID-1503595",
"CSAFPID-342804",
"CSAFPID-1503596",
"CSAFPID-1503597",
"CSAFPID-1503598",
"CSAFPID-816792",
"CSAFPID-764247",
"CSAFPID-912556",
"CSAFPID-764735",
"CSAFPID-816793",
"CSAFPID-1503599",
"CSAFPID-1503600",
"CSAFPID-342793",
"CSAFPID-816350",
"CSAFPID-1261",
"CSAFPID-342803",
"CSAFPID-816354",
"CSAFPID-204563",
"CSAFPID-764738",
"CSAFPID-816355",
"CSAFPID-1503601",
"CSAFPID-1503602",
"CSAFPID-240600",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-1727475",
"CSAFPID-1751238",
"CSAFPID-1751225",
"CSAFPID-1751079",
"CSAFPID-1751081",
"CSAFPID-1673393",
"CSAFPID-1751239",
"CSAFPID-1751082",
"CSAFPID-1751240",
"CSAFPID-1672767",
"CSAFPID-1751241",
"CSAFPID-1673481",
"CSAFPID-1751085"
]
}
],
"title": "CVE-2024-34064"
},
{
"cve": "CVE-2024-34750",
"cwe": {
"id": "CWE-755",
"name": "Improper Handling of Exceptional Conditions"
},
"notes": [
{
"category": "other",
"text": "Improper Handling of Exceptional Conditions",
"title": "CWE-755"
},
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673481",
"CSAFPID-1503596",
"CSAFPID-1673420",
"CSAFPID-1673421",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-1751242",
"CSAFPID-1751243",
"CSAFPID-1751079",
"CSAFPID-1751225",
"CSAFPID-1751085"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-34750",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-34750.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-1673481",
"CSAFPID-1503596",
"CSAFPID-1673420",
"CSAFPID-1673421",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-1751242",
"CSAFPID-1751243",
"CSAFPID-1751079",
"CSAFPID-1751225",
"CSAFPID-1751085"
]
}
],
"title": "CVE-2024-34750"
},
{
"cve": "CVE-2024-35195",
"cwe": {
"id": "CWE-670",
"name": "Always-Incorrect Control Flow Implementation"
},
"notes": [
{
"category": "other",
"text": "Always-Incorrect Control Flow Implementation",
"title": "CWE-670"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1751246",
"CSAFPID-1751247",
"CSAFPID-1751248",
"CSAFPID-1673530",
"CSAFPID-1673393",
"CSAFPID-1751239",
"CSAFPID-220132",
"CSAFPID-1751082",
"CSAFPID-1672767",
"CSAFPID-1751241",
"CSAFPID-912079",
"CSAFPID-916906",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-35195",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35195.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1751246",
"CSAFPID-1751247",
"CSAFPID-1751248",
"CSAFPID-1673530",
"CSAFPID-1673393",
"CSAFPID-1751239",
"CSAFPID-220132",
"CSAFPID-1751082",
"CSAFPID-1672767",
"CSAFPID-1751241",
"CSAFPID-912079",
"CSAFPID-916906",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
}
],
"title": "CVE-2024-35195"
},
{
"cve": "CVE-2024-37370",
"cwe": {
"id": "CWE-130",
"name": "Improper Handling of Length Parameter Inconsistency"
},
"notes": [
{
"category": "other",
"text": "Improper Handling of Length Parameter Inconsistency",
"title": "CWE-130"
}
],
"product_status": {
"known_affected": [
"CSAFPID-912549",
"CSAFPID-1673413",
"CSAFPID-1673414",
"CSAFPID-1673396",
"CSAFPID-1503590",
"CSAFPID-1673393",
"CSAFPID-1673395",
"CSAFPID-1673399",
"CSAFPID-1672767",
"CSAFPID-1503585",
"CSAFPID-1673392",
"CSAFPID-1503589",
"CSAFPID-1673415",
"CSAFPID-1673389",
"CSAFPID-1673390",
"CSAFPID-1751237",
"CSAFPID-1751254",
"CSAFPID-1751217",
"CSAFPID-1673481",
"CSAFPID-1751255"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-37370",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37370.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-912549",
"CSAFPID-1673413",
"CSAFPID-1673414",
"CSAFPID-1673396",
"CSAFPID-1503590",
"CSAFPID-1673393",
"CSAFPID-1673395",
"CSAFPID-1673399",
"CSAFPID-1672767",
"CSAFPID-1503585",
"CSAFPID-1673392",
"CSAFPID-1503589",
"CSAFPID-1673415",
"CSAFPID-1673389",
"CSAFPID-1673390",
"CSAFPID-1751237",
"CSAFPID-1751254",
"CSAFPID-1751217",
"CSAFPID-1673481",
"CSAFPID-1751255"
]
}
],
"title": "CVE-2024-37370"
},
{
"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"
}
],
"product_status": {
"known_affected": [
"CSAFPID-912549",
"CSAFPID-1673413",
"CSAFPID-1673414",
"CSAFPID-1673396",
"CSAFPID-1503590",
"CSAFPID-1673393",
"CSAFPID-1673395",
"CSAFPID-1673399",
"CSAFPID-1672767",
"CSAFPID-1503585",
"CSAFPID-1673392",
"CSAFPID-1503589",
"CSAFPID-1673415",
"CSAFPID-1673389",
"CSAFPID-1673390",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-1751237",
"CSAFPID-1751254",
"CSAFPID-1751217",
"CSAFPID-1673481",
"CSAFPID-1751255",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-37371",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/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-912549",
"CSAFPID-1673413",
"CSAFPID-1673414",
"CSAFPID-1673396",
"CSAFPID-1503590",
"CSAFPID-1673393",
"CSAFPID-1673395",
"CSAFPID-1673399",
"CSAFPID-1672767",
"CSAFPID-1503585",
"CSAFPID-1673392",
"CSAFPID-1503589",
"CSAFPID-1673415",
"CSAFPID-1673389",
"CSAFPID-1673390",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-1751237",
"CSAFPID-1751254",
"CSAFPID-1751217",
"CSAFPID-1673481",
"CSAFPID-1751255",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
}
],
"title": "CVE-2024-37371"
},
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"notes": [
{
"category": "other",
"text": "Incorrect Resource Transfer Between Spheres",
"title": "CWE-669"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673395",
"CSAFPID-1673396",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-1751225",
"CSAFPID-1751254",
"CSAFPID-1673530",
"CSAFPID-1751217",
"CSAFPID-1751255",
"CSAFPID-816790",
"CSAFPID-1751258",
"CSAFPID-1673481",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-37891",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37891.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1673395",
"CSAFPID-1673396",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-1751225",
"CSAFPID-1751254",
"CSAFPID-1673530",
"CSAFPID-1751217",
"CSAFPID-1751255",
"CSAFPID-816790",
"CSAFPID-1751258",
"CSAFPID-1673481",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
}
],
"title": "CVE-2024-37891"
},
{
"cve": "CVE-2024-38475",
"cwe": {
"id": "CWE-284",
"name": "Improper Access Control"
},
"notes": [
{
"category": "other",
"text": "Improper Access Control",
"title": "CWE-284"
},
{
"category": "other",
"text": "Improper Encoding or Escaping of Output",
"title": "CWE-116"
},
{
"category": "other",
"text": "Path Traversal: \u0027.../...//\u0027",
"title": "CWE-35"
},
{
"category": "other",
"text": "Stack-based Buffer Overflow",
"title": "CWE-121"
},
{
"category": "other",
"text": "Heap-based Buffer Overflow",
"title": "CWE-122"
},
{
"category": "other",
"text": "Use of Hard-coded Credentials",
"title": "CWE-798"
},
{
"category": "other",
"text": "Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)",
"title": "CWE-338"
}
],
"references": [
{
"category": "self",
"summary": "CVE-2024-38475",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38475.json"
}
],
"title": "CVE-2024-38475"
},
{
"cve": "CVE-2024-38807",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"notes": [
{
"category": "other",
"text": "Improper Verification of Cryptographic Signature",
"title": "CWE-347"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1751090",
"CSAFPID-1751233",
"CSAFPID-1751234",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-38807",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38807.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1751090",
"CSAFPID-1751233",
"CSAFPID-1751234",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
}
],
"title": "CVE-2024-38807"
},
{
"cve": "CVE-2024-38809",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"notes": [
{
"category": "other",
"text": "Inefficient Regular Expression Complexity",
"title": "CWE-1333"
},
{
"category": "other",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
},
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673393"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-38809",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38809.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.0,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"CSAFPID-1673393"
]
}
],
"title": "CVE-2024-38809"
},
{
"cve": "CVE-2024-38816",
"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": "other",
"text": "Relative Path Traversal",
"title": "CWE-23"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673420",
"CSAFPID-1673421",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-1751081",
"CSAFPID-1673393",
"CSAFPID-1751079",
"CSAFPID-1751080",
"CSAFPID-1751084",
"CSAFPID-1751085",
"CSAFPID-1751082",
"CSAFPID-1751225"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-38816",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38816.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-1673420",
"CSAFPID-1673421",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-1751081",
"CSAFPID-1673393",
"CSAFPID-1751079",
"CSAFPID-1751080",
"CSAFPID-1751084",
"CSAFPID-1751085",
"CSAFPID-1751082",
"CSAFPID-1751225"
]
}
],
"title": "CVE-2024-38816"
},
{
"cve": "CVE-2024-38819",
"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"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673393",
"CSAFPID-1751079",
"CSAFPID-1751080",
"CSAFPID-1751081",
"CSAFPID-1751082",
"CSAFPID-1751084",
"CSAFPID-1751085",
"CSAFPID-1751225",
"CSAFPID-1672767",
"CSAFPID-1751241"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-38819",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38819.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-1673393",
"CSAFPID-1751079",
"CSAFPID-1751080",
"CSAFPID-1751081",
"CSAFPID-1751082",
"CSAFPID-1751084",
"CSAFPID-1751085",
"CSAFPID-1751225",
"CSAFPID-1672767",
"CSAFPID-1751241"
]
}
],
"title": "CVE-2024-38819"
},
{
"cve": "CVE-2024-38820",
"cwe": {
"id": "CWE-284",
"name": "Improper Access Control"
},
"notes": [
{
"category": "other",
"text": "Improper Access Control",
"title": "CWE-284"
},
{
"category": "other",
"text": "Improper Handling of Case Sensitivity",
"title": "CWE-178"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1751079",
"CSAFPID-1751225",
"CSAFPID-1751081",
"CSAFPID-1751084",
"CSAFPID-1673393",
"CSAFPID-1751080",
"CSAFPID-1751082",
"CSAFPID-1751085",
"CSAFPID-1672767",
"CSAFPID-1751241"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-38820",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38820.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-1751079",
"CSAFPID-1751225",
"CSAFPID-1751081",
"CSAFPID-1751084",
"CSAFPID-1673393",
"CSAFPID-1751080",
"CSAFPID-1751082",
"CSAFPID-1751085",
"CSAFPID-1672767",
"CSAFPID-1751241"
]
}
],
"title": "CVE-2024-38820"
},
{
"cve": "CVE-2024-38827",
"cwe": {
"id": "CWE-639",
"name": "Authorization Bypass Through User-Controlled Key"
},
"notes": [
{
"category": "other",
"text": "Authorization Bypass Through User-Controlled Key",
"title": "CWE-639"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1751225",
"CSAFPID-1751079",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-1673393",
"CSAFPID-1751085",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-38827",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38827.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1751225",
"CSAFPID-1751079",
"CSAFPID-204510",
"CSAFPID-204569",
"CSAFPID-1673393",
"CSAFPID-1751085",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
}
],
"title": "CVE-2024-38827"
},
{
"cve": "CVE-2024-38998",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
"title": "CWE-1321"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1751225",
"CSAFPID-224790",
"CSAFPID-221118",
"CSAFPID-912073",
"CSAFPID-1751254",
"CSAFPID-1751079",
"CSAFPID-1751242",
"CSAFPID-1751234",
"CSAFPID-1673496",
"CSAFPID-1751233",
"CSAFPID-1751255",
"CSAFPID-1673481",
"CSAFPID-1751085",
"CSAFPID-220132",
"CSAFPID-912079"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-38998",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38998.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-1751225",
"CSAFPID-224790",
"CSAFPID-221118",
"CSAFPID-912073",
"CSAFPID-1751254",
"CSAFPID-1751079",
"CSAFPID-1751242",
"CSAFPID-1751234",
"CSAFPID-1673496",
"CSAFPID-1751233",
"CSAFPID-1751255",
"CSAFPID-1673481",
"CSAFPID-1751085",
"CSAFPID-220132",
"CSAFPID-912079"
]
}
],
"title": "CVE-2024-38998"
},
{
"cve": "CVE-2024-38999",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
"title": "CWE-1321"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1751225",
"CSAFPID-224790",
"CSAFPID-221118",
"CSAFPID-912073",
"CSAFPID-1751254",
"CSAFPID-1751079",
"CSAFPID-1751242",
"CSAFPID-1751234",
"CSAFPID-1673496",
"CSAFPID-1751233",
"CSAFPID-1751255",
"CSAFPID-1673481",
"CSAFPID-1751085",
"CSAFPID-220132",
"CSAFPID-912079"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-38999",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38999.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 10.0,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1751225",
"CSAFPID-224790",
"CSAFPID-221118",
"CSAFPID-912073",
"CSAFPID-1751254",
"CSAFPID-1751079",
"CSAFPID-1751242",
"CSAFPID-1751234",
"CSAFPID-1673496",
"CSAFPID-1751233",
"CSAFPID-1751255",
"CSAFPID-1673481",
"CSAFPID-1751085",
"CSAFPID-220132",
"CSAFPID-912079"
]
}
],
"title": "CVE-2024-38999"
},
{
"cve": "CVE-2024-41817",
"cwe": {
"id": "CWE-427",
"name": "Uncontrolled Search Path Element"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Search Path Element",
"title": "CWE-427"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673382",
"CSAFPID-1650731",
"CSAFPID-1674617",
"CSAFPID-1674618",
"CSAFPID-1674619",
"CSAFPID-1674620",
"CSAFPID-1674621",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1674624",
"CSAFPID-1674625",
"CSAFPID-1674626",
"CSAFPID-1674627",
"CSAFPID-1674628",
"CSAFPID-220132",
"CSAFPID-912079"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-41817",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-41817.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-1673382",
"CSAFPID-1650731",
"CSAFPID-1674617",
"CSAFPID-1674618",
"CSAFPID-1674619",
"CSAFPID-1674620",
"CSAFPID-1674621",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1674624",
"CSAFPID-1674625",
"CSAFPID-1674626",
"CSAFPID-1674627",
"CSAFPID-1674628",
"CSAFPID-220132",
"CSAFPID-912079"
]
}
],
"title": "CVE-2024-41817"
},
{
"cve": "CVE-2024-45490",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "other",
"text": "Integer Overflow or Wraparound",
"title": "CWE-190"
},
{
"category": "other",
"text": "Incorrect Calculation of Buffer Size",
"title": "CWE-131"
},
{
"category": "other",
"text": "Improper Restriction of XML External Entity Reference",
"title": "CWE-611"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673382",
"CSAFPID-1673399",
"CSAFPID-1650731",
"CSAFPID-1673517",
"CSAFPID-1673396",
"CSAFPID-1673414",
"CSAFPID-1503590"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-45490",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45490.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-1673382",
"CSAFPID-1673399",
"CSAFPID-1650731",
"CSAFPID-1673517",
"CSAFPID-1673396",
"CSAFPID-1673414",
"CSAFPID-1503590"
]
}
],
"title": "CVE-2024-45490"
},
{
"cve": "CVE-2024-45491",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "other",
"text": "Integer Overflow or Wraparound",
"title": "CWE-190"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673382",
"CSAFPID-1673399",
"CSAFPID-1650731",
"CSAFPID-1673517",
"CSAFPID-1673396",
"CSAFPID-1673414",
"CSAFPID-1503590"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-45491",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45491.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-1673382",
"CSAFPID-1673399",
"CSAFPID-1650731",
"CSAFPID-1673517",
"CSAFPID-1673396",
"CSAFPID-1673414",
"CSAFPID-1503590"
]
}
],
"title": "CVE-2024-45491"
},
{
"cve": "CVE-2024-45492",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "other",
"text": "Integer Overflow or Wraparound",
"title": "CWE-190"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1673382",
"CSAFPID-1673399",
"CSAFPID-1650731",
"CSAFPID-1673517",
"CSAFPID-1673396",
"CSAFPID-1674617",
"CSAFPID-1674618",
"CSAFPID-1674619",
"CSAFPID-1674620",
"CSAFPID-1674621",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1674624",
"CSAFPID-1674625",
"CSAFPID-1674626",
"CSAFPID-1674627",
"CSAFPID-1674628",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-1673414",
"CSAFPID-1503590"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-45492",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45492.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-1673382",
"CSAFPID-1673399",
"CSAFPID-1650731",
"CSAFPID-1673517",
"CSAFPID-1673396",
"CSAFPID-1674617",
"CSAFPID-1674618",
"CSAFPID-1674619",
"CSAFPID-1674620",
"CSAFPID-1674621",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1674624",
"CSAFPID-1674625",
"CSAFPID-1674626",
"CSAFPID-1674627",
"CSAFPID-1674628",
"CSAFPID-1635305",
"CSAFPID-1635306",
"CSAFPID-1635307",
"CSAFPID-1635308",
"CSAFPID-1635309",
"CSAFPID-1670434",
"CSAFPID-1674629",
"CSAFPID-1635315",
"CSAFPID-1635316",
"CSAFPID-1635318",
"CSAFPID-1674630",
"CSAFPID-1674631",
"CSAFPID-1674632",
"CSAFPID-1674633",
"CSAFPID-1674634",
"CSAFPID-1674635",
"CSAFPID-1635323",
"CSAFPID-1674636",
"CSAFPID-1635324",
"CSAFPID-1674637",
"CSAFPID-1674638",
"CSAFPID-1674639",
"CSAFPID-1674640",
"CSAFPID-1674641",
"CSAFPID-1674642",
"CSAFPID-1635320",
"CSAFPID-1635321",
"CSAFPID-1674643",
"CSAFPID-1674644",
"CSAFPID-1674645",
"CSAFPID-1674646",
"CSAFPID-1673414",
"CSAFPID-1503590"
]
}
],
"title": "CVE-2024-45492"
},
{
"cve": "CVE-2024-47535",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1751233",
"CSAFPID-1751234",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-47535",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-47535.json"
}
],
"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-1751233",
"CSAFPID-1751234",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
}
],
"title": "CVE-2024-47535"
},
{
"cve": "CVE-2024-47554",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1751292",
"CSAFPID-1751234",
"CSAFPID-1751294",
"CSAFPID-1751233",
"CSAFPID-1751295",
"CSAFPID-1751296",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-47554",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/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-1751292",
"CSAFPID-1751234",
"CSAFPID-1751294",
"CSAFPID-1751233",
"CSAFPID-1751295",
"CSAFPID-1751296",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
}
],
"title": "CVE-2024-47554"
},
{
"cve": "CVE-2024-47561",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"notes": [
{
"category": "other",
"text": "Deserialization of Untrusted Data",
"title": "CWE-502"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1751296",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-47561",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-47561.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-1751296",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
}
],
"title": "CVE-2024-47561"
},
{
"cve": "CVE-2024-47803",
"cwe": {
"id": "CWE-209",
"name": "Generation of Error Message Containing Sensitive Information"
},
"notes": [
{
"category": "other",
"text": "Generation of Error Message Containing Sensitive Information",
"title": "CWE-209"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1751079",
"CSAFPID-1751225",
"CSAFPID-1672767",
"CSAFPID-1751300",
"CSAFPID-1751241",
"CSAFPID-1751081",
"CSAFPID-1751084",
"CSAFPID-1673393",
"CSAFPID-1751085"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-47803",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-47803.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1751079",
"CSAFPID-1751225",
"CSAFPID-1672767",
"CSAFPID-1751300",
"CSAFPID-1751241",
"CSAFPID-1751081",
"CSAFPID-1751084",
"CSAFPID-1673393",
"CSAFPID-1751085"
]
}
],
"title": "CVE-2024-47803"
},
{
"cve": "CVE-2024-47804",
"cwe": {
"id": "CWE-863",
"name": "Incorrect Authorization"
},
"notes": [
{
"category": "other",
"text": "Incorrect Authorization",
"title": "CWE-863"
},
{
"category": "other",
"text": "Insufficient Granularity of Access Control",
"title": "CWE-1220"
},
{
"category": "other",
"text": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)",
"title": "CWE-843"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1751225",
"CSAFPID-1751079",
"CSAFPID-1672767",
"CSAFPID-1751300",
"CSAFPID-1751241",
"CSAFPID-1751081",
"CSAFPID-1751084",
"CSAFPID-1673393",
"CSAFPID-1751085"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-47804",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-47804.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1751225",
"CSAFPID-1751079",
"CSAFPID-1672767",
"CSAFPID-1751300",
"CSAFPID-1751241",
"CSAFPID-1751081",
"CSAFPID-1751084",
"CSAFPID-1673393",
"CSAFPID-1751085"
]
}
],
"title": "CVE-2024-47804"
},
{
"cve": "CVE-2024-49766",
"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"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1751208",
"CSAFPID-1751246",
"CSAFPID-1751209"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-49766",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-49766.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1751208",
"CSAFPID-1751246",
"CSAFPID-1751209"
]
}
],
"title": "CVE-2024-49766"
},
{
"cve": "CVE-2024-49767",
"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"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1751208",
"CSAFPID-1751080",
"CSAFPID-1751079",
"CSAFPID-1751225",
"CSAFPID-1751082",
"CSAFPID-1751300",
"CSAFPID-1751246",
"CSAFPID-1751209",
"CSAFPID-1673393",
"CSAFPID-1751085",
"CSAFPID-1751231"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-49767",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-49767.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-1751208",
"CSAFPID-1751080",
"CSAFPID-1751079",
"CSAFPID-1751225",
"CSAFPID-1751082",
"CSAFPID-1751300",
"CSAFPID-1751246",
"CSAFPID-1751209",
"CSAFPID-1673393",
"CSAFPID-1751085",
"CSAFPID-1751231"
]
}
],
"title": "CVE-2024-49767"
},
{
"cve": "CVE-2024-50379",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"notes": [
{
"category": "other",
"text": "Time-of-check Time-of-use (TOCTOU) Race Condition",
"title": "CWE-367"
}
],
"product_status": {
"known_affected": [
"CSAFPID-816790"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-50379",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-50379.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-816790"
]
}
],
"title": "CVE-2024-50379"
},
{
"cve": "CVE-2024-50602",
"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": "Improper Check for Unusual or Exceptional Conditions",
"title": "CWE-754"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1751225",
"CSAFPID-1751079",
"CSAFPID-1751082",
"CSAFPID-1751085"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-50602",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-50602.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:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1751225",
"CSAFPID-1751079",
"CSAFPID-1751082",
"CSAFPID-1751085"
]
}
],
"title": "CVE-2024-50602"
},
{
"cve": "CVE-2024-53677",
"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": "other",
"text": "Unrestricted Upload of File with Dangerous Type",
"title": "CWE-434"
},
{
"category": "other",
"text": "Files or Directories Accessible to External Parties",
"title": "CWE-552"
}
],
"product_status": {
"known_affected": [
"CSAFPID-816790"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-53677",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-53677.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.0,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-816790"
]
}
],
"title": "CVE-2024-53677"
},
{
"cve": "CVE-2024-54677",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
}
],
"product_status": {
"known_affected": [
"CSAFPID-816790"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-54677",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-54677.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-816790"
]
}
],
"title": "CVE-2024-54677"
},
{
"cve": "CVE-2024-56337",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"notes": [
{
"category": "other",
"text": "Time-of-check Time-of-use (TOCTOU) Race Condition",
"title": "CWE-367"
}
],
"product_status": {
"known_affected": [
"CSAFPID-816790"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-56337",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-56337.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-816790"
]
}
],
"title": "CVE-2024-56337"
},
{
"cve": "CVE-2025-21542",
"product_status": {
"known_affected": [
"CSAFPID-224790",
"CSAFPID-221118",
"CSAFPID-1673496",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-21542",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-21542.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-224790",
"CSAFPID-221118",
"CSAFPID-1673496",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
}
],
"title": "CVE-2025-21542"
},
{
"cve": "CVE-2025-21544",
"product_status": {
"known_affected": [
"CSAFPID-224790",
"CSAFPID-221118",
"CSAFPID-1673496",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-21544",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-21544.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-224790",
"CSAFPID-221118",
"CSAFPID-1673496",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
}
],
"title": "CVE-2025-21544"
},
{
"cve": "CVE-2025-21554",
"product_status": {
"known_affected": [
"CSAFPID-224790",
"CSAFPID-221118",
"CSAFPID-1673496",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-21554",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-21554.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-224790",
"CSAFPID-221118",
"CSAFPID-1673496",
"CSAFPID-1751377",
"CSAFPID-1751378",
"CSAFPID-1751379",
"CSAFPID-1751380",
"CSAFPID-1751381",
"CSAFPID-1751382",
"CSAFPID-1751383",
"CSAFPID-1674619",
"CSAFPID-1674622",
"CSAFPID-1674623",
"CSAFPID-1751384",
"CSAFPID-1751385",
"CSAFPID-1751386"
]
}
],
"title": "CVE-2025-21554"
}
]
}
NCSC-2025-0127
Vulnerability from csaf_ncscnl - Published: 2025-04-16 15:00 - Updated: 2025-04-16 15:00Summary
Kwetsbaarheden verholpen in Oracle Financial Services
Notes
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:
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.
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.
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.
Feiten
Oracle heeft kwetsbaarheden verholpen in verschillende Financial Services producten
Interpretaties
De kwetsbaarheden stellen niet-geauthenticeerde kwaadwillenden in staat om via HTTP toegang te krijgen tot kritieke gegevens, wat kan leiden tot ongeautoriseerde gegevenstoegang en andere beveiligingsrisico's. Kwaadwillenden kunnen ook gebruik maken van misconfiguraties en kwetsbaarheden in de software om privilege-escalatie, denial-of-service en remote code execution uit te voeren.
Oplossingen
Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.
Kans
medium
Schade
high
CWE-670
Always-Incorrect Control Flow Implementation
CWE-676
Use of Potentially Dangerous Function
CWE-921
Storage of Sensitive Data in a Mechanism without Access Control
CWE-922
Insecure Storage of Sensitive Information
CWE-669
Incorrect Resource Transfer Between Spheres
CWE-178
Improper Handling of Case Sensitivity
CWE-303
Incorrect Implementation of Authentication Algorithm
CWE-732
Incorrect Permission Assignment for Critical Resource
CWE-367
Time-of-check Time-of-use (TOCTOU) Race Condition
CWE-680
Integer Overflow to Buffer Overflow
CWE-639
Authorization Bypass Through User-Controlled Key
CWE-404
Improper Resource Shutdown or Release
CWE-284
Improper Access Control
CWE-119
Improper Restriction of Operations within the Bounds of a Memory Buffer
CWE-400
Uncontrolled Resource Consumption
CWE-502
Deserialization of Untrusted Data
CWE-674
Uncontrolled Recursion
CWE-22
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
CWE-611
Improper Restriction of XML External Entity Reference
CWE-121
Stack-based Buffer Overflow
CWE-120
Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')
CWE-20
Improper Input Validation
{
"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 kwetsbaarheden verholpen in verschillende Financial Services producten",
"title": "Feiten"
},
{
"category": "description",
"text": "De kwetsbaarheden stellen niet-geauthenticeerde kwaadwillenden in staat om via HTTP toegang te krijgen tot kritieke gegevens, wat kan leiden tot ongeautoriseerde gegevenstoegang en andere beveiligingsrisico\u0027s. Kwaadwillenden kunnen ook gebruik maken van misconfiguraties en kwetsbaarheden in de software om privilege-escalatie, denial-of-service en remote code execution uit te voeren.",
"title": "Interpretaties"
},
{
"category": "description",
"text": "Oracle heeft updates uitgebracht om de kwetsbaarheden 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": "Always-Incorrect Control Flow Implementation",
"title": "CWE-670"
},
{
"category": "general",
"text": "Use of Potentially Dangerous Function",
"title": "CWE-676"
},
{
"category": "general",
"text": "Storage of Sensitive Data in a Mechanism without Access Control",
"title": "CWE-921"
},
{
"category": "general",
"text": "Insecure Storage of Sensitive Information",
"title": "CWE-922"
},
{
"category": "general",
"text": "Incorrect Resource Transfer Between Spheres",
"title": "CWE-669"
},
{
"category": "general",
"text": "Improper Handling of Case Sensitivity",
"title": "CWE-178"
},
{
"category": "general",
"text": "Incorrect Implementation of Authentication Algorithm",
"title": "CWE-303"
},
{
"category": "general",
"text": "Incorrect Permission Assignment for Critical Resource",
"title": "CWE-732"
},
{
"category": "general",
"text": "Time-of-check Time-of-use (TOCTOU) Race Condition",
"title": "CWE-367"
},
{
"category": "general",
"text": "Integer Overflow to Buffer Overflow",
"title": "CWE-680"
},
{
"category": "general",
"text": "Authorization Bypass Through User-Controlled Key",
"title": "CWE-639"
},
{
"category": "general",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
},
{
"category": "general",
"text": "Improper Access Control",
"title": "CWE-284"
},
{
"category": "general",
"text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
"title": "CWE-119"
},
{
"category": "general",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "general",
"text": "Deserialization of Untrusted Data",
"title": "CWE-502"
},
{
"category": "general",
"text": "Uncontrolled Recursion",
"title": "CWE-674"
},
{
"category": "general",
"text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"title": "CWE-22"
},
{
"category": "general",
"text": "Improper Restriction of XML External Entity Reference",
"title": "CWE-611"
},
{
"category": "general",
"text": "Stack-based Buffer Overflow",
"title": "CWE-121"
},
{
"category": "general",
"text": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)",
"title": "CWE-120"
},
{
"category": "general",
"text": "Improper Input Validation",
"title": "CWE-20"
}
],
"publisher": {
"category": "coordinator",
"contact_details": "cert@ncsc.nl",
"name": "Nationaal Cyber Security Centrum",
"namespace": "https://www.ncsc.nl/"
},
"references": [
{
"category": "external",
"summary": "Reference - cveprojectv5; nvd; oracle",
"url": "https://www.oracle.com/security-alerts/cpuapr2025.html"
}
],
"title": "Kwetsbaarheden verholpen in Oracle Financial Services",
"tracking": {
"current_release_date": "2025-04-16T15:00:12.952979Z",
"generator": {
"date": "2025-02-25T15:15:00Z",
"engine": {
"name": "V.A.",
"version": "1.0"
}
},
"id": "NCSC-2025-0127",
"initial_release_date": "2025-04-16T15:00:12.952979Z",
"revision_history": [
{
"date": "2025-04-16T15:00:12.952979Z",
"number": "1.0.0",
"summary": "Initiele versie"
}
],
"status": "final",
"version": "1.0.0"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/8.1.2.7.0",
"product": {
"name": "vers:unknown/8.1.2.7.0",
"product_id": "CSAFPID-2698335"
}
},
{
"category": "product_version_range",
"name": "vers:unknown/8.1.3.0",
"product": {
"name": "vers:unknown/8.1.3.0",
"product_id": "CSAFPID-1838588"
}
}
],
"category": "product_name",
"name": "Financial Services Model Management and Governance"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/8.0.7.8",
"product": {
"name": "vers:unknown/8.0.7.8",
"product_id": "CSAFPID-1838570"
}
},
{
"category": "product_version_range",
"name": "vers:unknown/8.0.8.6",
"product": {
"name": "vers:unknown/8.0.8.6",
"product_id": "CSAFPID-1838583"
}
},
{
"category": "product_version_range",
"name": "vers:unknown/8.1.1.4",
"product": {
"name": "vers:unknown/8.1.1.4",
"product_id": "CSAFPID-2698354"
}
},
{
"category": "product_version_range",
"name": "vers:unknown/8.1.2.5",
"product": {
"name": "vers:unknown/8.1.2.5",
"product_id": "CSAFPID-1838577"
}
}
],
"category": "product_name",
"name": "Financial Services Analytical Applications Infrastructure"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/8.0.8.1",
"product": {
"name": "vers:unknown/8.0.8.1",
"product_id": "CSAFPID-1199519"
}
},
{
"category": "product_version_range",
"name": "vers:unknown/8.1.2.7",
"product": {
"name": "vers:unknown/8.1.2.7",
"product_id": "CSAFPID-1838573"
}
},
{
"category": "product_version_range",
"name": "vers:unknown/8.1.2.8",
"product": {
"name": "vers:unknown/8.1.2.8",
"product_id": "CSAFPID-1838574"
}
}
],
"category": "product_name",
"name": "Financial Services Behavior Detection Platform"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/14.7.0.7.0",
"product": {
"name": "vers:unknown/14.7.0.7.0",
"product_id": "CSAFPID-2698380"
}
}
],
"category": "product_name",
"name": "Banking Liquidity Management"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/8.1.2.6",
"product": {
"name": "vers:unknown/8.1.2.6",
"product_id": "CSAFPID-1838589"
}
}
],
"category": "product_name",
"name": "Financial Services Compliance Studio"
}
],
"category": "product_family",
"name": "Oracle"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/8.1.2.6",
"product": {
"name": "vers:oracle/8.1.2.6",
"product_id": "CSAFPID-1839860",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:financial_services_model_management_and_governance:8.1.2.6:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/8.1.2.7",
"product": {
"name": "vers:oracle/8.1.2.7",
"product_id": "CSAFPID-1839857",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:financial_services_model_management_and_governance:8.1.2.7:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/8.1.2.7.0",
"product": {
"name": "vers:oracle/8.1.2.7.0",
"product_id": "CSAFPID-2699019",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:financial_services_model_management_and_governance:8.1.2.7.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/8.1.3.0",
"product": {
"name": "vers:oracle/8.1.3.0",
"product_id": "CSAFPID-1839858",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:financial_services_model_management_and_governance:8.1.3.0:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Financial Services Model Management and Governance"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/21.1.0.0.0",
"product": {
"name": "vers:oracle/21.1.0.0.0",
"product_id": "CSAFPID-2698953",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:banking_apis:21.1.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/22.1.0.0.0",
"product": {
"name": "vers:oracle/22.1.0.0.0",
"product_id": "CSAFPID-2698951",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:banking_apis:22.1.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/22.2.0.0.0",
"product": {
"name": "vers:oracle/22.2.0.0.0",
"product_id": "CSAFPID-2698952",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:banking_apis:22.2.0.0.0:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Banking APIs"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/21.1.0.0.0",
"product": {
"name": "vers:oracle/21.1.0.0.0",
"product_id": "CSAFPID-2698992",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:banking_digital_experience:21.1.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/22.1.0.0.0",
"product": {
"name": "vers:oracle/22.1.0.0.0",
"product_id": "CSAFPID-2698990",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:banking_digital_experience:22.1.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/22.2.0.0.0",
"product": {
"name": "vers:oracle/22.2.0.0.0",
"product_id": "CSAFPID-2698994",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:banking_digital_experience:22.2.0.0.0:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Banking Digital Experience"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/8.0.7.8",
"product": {
"name": "vers:oracle/8.0.7.8",
"product_id": "CSAFPID-1839976",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:financial_services_analytical_applications_infrastructure:8.0.7.8:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/8.0.8.6",
"product": {
"name": "vers:oracle/8.0.8.6",
"product_id": "CSAFPID-1839966",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:financial_services_analytical_applications_infrastructure:8.0.8.6:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/8.1.1.4",
"product": {
"name": "vers:oracle/8.1.1.4",
"product_id": "CSAFPID-2699017",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:financial_services_analytical_applications_infrastructure:8.1.1.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/8.1.2.5",
"product": {
"name": "vers:oracle/8.1.2.5",
"product_id": "CSAFPID-1839974",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:financial_services_analytical_applications_infrastructure:8.1.2.5:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Financial Services Analytical Applications Infrastructure"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/5.1.0.0.0",
"product": {
"name": "vers:oracle/5.1.0.0.0",
"product_id": "CSAFPID-2699099",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:financial_services_revenue_management_and_billing:5.1.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/6.1.0.0.0",
"product": {
"name": "vers:oracle/6.1.0.0.0",
"product_id": "CSAFPID-2699100",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:financial_services_revenue_management_and_billing:6.1.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/7.0.0.0.0",
"product": {
"name": "vers:oracle/7.0.0.0.0",
"product_id": "CSAFPID-2699101",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:financial_services_revenue_management_and_billing:7.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=2.9.0.0.0|\u003c=7.0.0.0.0",
"product": {
"name": "vers:oracle/\u003e=2.9.0.0.0|\u003c=7.0.0.0.0",
"product_id": "CSAFPID-1839884",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:financial_services_revenue_management_and_billing:2.9.0.0.0-7.0.0.0.0:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Financial Services Revenue Management and Billing"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=14.4.0.0.0|\u003c=14.7.0.0.0",
"product": {
"name": "vers:oracle/\u003e=14.4.0.0.0|\u003c=14.7.0.0.0",
"product_id": "CSAFPID-1839866",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:banking_corporate_lending_process_management:14.4.0.0.0-14.7.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=14.5.0.0.0|\u003c=14.7.0.0.0",
"product": {
"name": "vers:oracle/\u003e=14.5.0.0.0|\u003c=14.7.0.0.0",
"product_id": "CSAFPID-2698995",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:banking_corporate_lending_process_management:14.5.0.0.0-14.7.0.0.0:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Banking Corporate Lending Process Management"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=14.5.0.0.0|\u003c=14.7.0.0.0",
"product": {
"name": "vers:oracle/\u003e=14.5.0.0.0|\u003c=14.7.0.0.0",
"product_id": "CSAFPID-1839867",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:banking_origination:14.5.0.0.0-14.7.0.0.0:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Banking Origination"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/8.0.8.1",
"product": {
"name": "vers:oracle/8.0.8.1",
"product_id": "CSAFPID-1839881",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:financial_services_behavior_detection_platform:8.0.8.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/8.1.2.7",
"product": {
"name": "vers:oracle/8.1.2.7",
"product_id": "CSAFPID-1839880",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:financial_services_behavior_detection_platform:8.1.2.7:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/8.1.2.8",
"product": {
"name": "vers:oracle/8.1.2.8",
"product_id": "CSAFPID-1839882",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:financial_services_behavior_detection_platform:8.1.2.8:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/8.1.2.9",
"product": {
"name": "vers:oracle/8.1.2.9",
"product_id": "CSAFPID-2698954",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:financial_services_behavior_detection_platform:8.1.2.9:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Financial Services Behavior Detection Platform"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/8.0.8",
"product": {
"name": "vers:oracle/8.0.8",
"product_id": "CSAFPID-1839878",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:financial_services_trade-based_anti_money_laundering:8.0.8:*:*:*:enterprise:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Financial Services Trade-Based Anti Money Laundering Enterprise Edition"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/14.7.0.7.0",
"product": {
"name": "vers:oracle/14.7.0.7.0",
"product_id": "CSAFPID-2698938",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:banking_liquidity_management:14.7.0.7.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/14.7.5.0.0",
"product": {
"name": "vers:oracle/14.7.5.0.0",
"product_id": "CSAFPID-1839923",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:banking_liquidity_management:14.7.5.0.0:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Banking Liquidity Management"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/8.1.2.6",
"product": {
"name": "vers:oracle/8.1.2.6",
"product_id": "CSAFPID-1839871",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:financial_services_compliance_studio:8.1.2.6:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/8.1.2.9",
"product": {
"name": "vers:oracle/8.1.2.9",
"product_id": "CSAFPID-2699005",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:financial_services_compliance_studio:8.1.2.9:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Financial Services Compliance Studio"
}
],
"category": "product_family",
"name": "Oracle Financial Services Applications"
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:semver/5.1.0.0.0",
"product": {
"name": "vers:semver/5.1.0.0.0",
"product_id": "CSAFPID-2698450"
}
},
{
"category": "product_version_range",
"name": "vers:semver/6.1.0.0.0",
"product": {
"name": "vers:semver/6.1.0.0.0",
"product_id": "CSAFPID-2698451"
}
},
{
"category": "product_version_range",
"name": "vers:semver/7.0.0.0.0",
"product": {
"name": "vers:semver/7.0.0.0.0",
"product_id": "CSAFPID-2698452"
}
}
],
"category": "product_name",
"name": "Oracle Financial Services Revenue Management and Billing"
}
],
"category": "vendor",
"name": "Oracle Corporation"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-28170",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2021-28170",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-28170.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-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
}
],
"title": "CVE-2021-28170"
},
{
"cve": "CVE-2023-39410",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"notes": [
{
"category": "other",
"text": "Deserialization of Untrusted Data",
"title": "CWE-502"
},
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-39410",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-39410.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-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
}
],
"title": "CVE-2023-39410"
},
{
"cve": "CVE-2023-49582",
"cwe": {
"id": "CWE-732",
"name": "Incorrect Permission Assignment for Critical Resource"
},
"notes": [
{
"category": "other",
"text": "Incorrect Permission Assignment for Critical Resource",
"title": "CWE-732"
},
{
"category": "other",
"text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
"title": "CWE-119"
},
{
"category": "general",
"text": "CVSS:4.0/AV:L/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-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-49582",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-49582.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
}
],
"title": "CVE-2023-49582"
},
{
"cve": "CVE-2024-5206",
"cwe": {
"id": "CWE-921",
"name": "Storage of Sensitive Data in a Mechanism without Access Control"
},
"notes": [
{
"category": "other",
"text": "Storage of Sensitive Data in a Mechanism without Access Control",
"title": "CWE-921"
},
{
"category": "other",
"text": "Insecure Storage of Sensitive Information",
"title": "CWE-922"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-5206",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5206.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"CSAFPID-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
}
],
"title": "CVE-2024-5206"
},
{
"cve": "CVE-2024-28168",
"cwe": {
"id": "CWE-611",
"name": "Improper Restriction of XML External Entity Reference"
},
"notes": [
{
"category": "other",
"text": "Improper Restriction of XML External Entity Reference",
"title": "CWE-611"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-28168",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28168.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-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
}
],
"title": "CVE-2024-28168"
},
{
"cve": "CVE-2024-28219",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"notes": [
{
"category": "other",
"text": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)",
"title": "CWE-120"
},
{
"category": "other",
"text": "Use of Potentially Dangerous Function",
"title": "CWE-676"
},
{
"category": "other",
"text": "Integer Overflow to Buffer Overflow",
"title": "CWE-680"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-28219",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28219.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
}
],
"title": "CVE-2024-28219"
},
{
"cve": "CVE-2024-35195",
"cwe": {
"id": "CWE-670",
"name": "Always-Incorrect Control Flow Implementation"
},
"notes": [
{
"category": "other",
"text": "Always-Incorrect Control Flow Implementation",
"title": "CWE-670"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-35195",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35195.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
}
],
"title": "CVE-2024-35195"
},
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"notes": [
{
"category": "other",
"text": "Incorrect Resource Transfer Between Spheres",
"title": "CWE-669"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-37891",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37891.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
}
],
"title": "CVE-2024-37891"
},
{
"cve": "CVE-2024-38819",
"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": "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-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-38819",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38819.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-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
}
],
"title": "CVE-2024-38819"
},
{
"cve": "CVE-2024-38820",
"cwe": {
"id": "CWE-284",
"name": "Improper Access Control"
},
"notes": [
{
"category": "other",
"text": "Improper Access Control",
"title": "CWE-284"
},
{
"category": "other",
"text": "Improper Handling of Case Sensitivity",
"title": "CWE-178"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:H/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-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-38820",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38820.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-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
}
],
"title": "CVE-2024-38820"
},
{
"cve": "CVE-2024-38827",
"cwe": {
"id": "CWE-639",
"name": "Authorization Bypass Through User-Controlled Key"
},
"notes": [
{
"category": "other",
"text": "Authorization Bypass Through User-Controlled Key",
"title": "CWE-639"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-38827",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38827.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
}
],
"title": "CVE-2024-38827"
},
{
"cve": "CVE-2024-47072",
"cwe": {
"id": "CWE-121",
"name": "Stack-based Buffer Overflow"
},
"notes": [
{
"category": "other",
"text": "Stack-based Buffer Overflow",
"title": "CWE-121"
},
{
"category": "other",
"text": "Deserialization of Untrusted Data",
"title": "CWE-502"
},
{
"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:P",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-47072",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-47072.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-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
}
],
"title": "CVE-2024-47072"
},
{
"cve": "CVE-2024-47554",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"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-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-47554",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/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-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
}
],
"title": "CVE-2024-47554"
},
{
"cve": "CVE-2024-56128",
"cwe": {
"id": "CWE-303",
"name": "Incorrect Implementation of Authentication Algorithm"
},
"notes": [
{
"category": "other",
"text": "Incorrect Implementation of Authentication Algorithm",
"title": "CWE-303"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:U",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-56128",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-56128.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
}
],
"title": "CVE-2024-56128"
},
{
"cve": "CVE-2024-56337",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"notes": [
{
"category": "other",
"text": "Time-of-check Time-of-use (TOCTOU) Race Condition",
"title": "CWE-367"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:P/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-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-56337",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-56337.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-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
}
],
"title": "CVE-2024-56337"
},
{
"cve": "CVE-2024-57699",
"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 Recursion",
"title": "CWE-674"
},
{
"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-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-57699",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/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-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
}
],
"title": "CVE-2024-57699"
},
{
"cve": "CVE-2025-21573",
"product_status": {
"known_affected": [
"CSAFPID-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-21573",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-21573.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.0,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
}
],
"title": "CVE-2025-21573"
},
{
"cve": "CVE-2025-23184",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
}
],
"product_status": {
"known_affected": [
"CSAFPID-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-23184",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-23184.json"
}
],
"title": "CVE-2025-23184"
},
{
"cve": "CVE-2025-24970",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"category": "other",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
},
{
"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-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-24970",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-24970.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-2698335",
"CSAFPID-1838588",
"CSAFPID-1839860",
"CSAFPID-1839857",
"CSAFPID-2699019",
"CSAFPID-1839858",
"CSAFPID-2698953",
"CSAFPID-2698951",
"CSAFPID-2698952",
"CSAFPID-2698992",
"CSAFPID-2698990",
"CSAFPID-2698994",
"CSAFPID-1838570",
"CSAFPID-1838583",
"CSAFPID-2698354",
"CSAFPID-1839976",
"CSAFPID-1838577",
"CSAFPID-1839966",
"CSAFPID-2699017",
"CSAFPID-1839974",
"CSAFPID-2699099",
"CSAFPID-2699100",
"CSAFPID-2699101",
"CSAFPID-1839884",
"CSAFPID-2698450",
"CSAFPID-2698451",
"CSAFPID-2698452",
"CSAFPID-1839866",
"CSAFPID-2698995",
"CSAFPID-1839867",
"CSAFPID-1199519",
"CSAFPID-1838573",
"CSAFPID-1838574",
"CSAFPID-1839881",
"CSAFPID-1839880",
"CSAFPID-1839882",
"CSAFPID-2698954",
"CSAFPID-1839878",
"CSAFPID-2698380",
"CSAFPID-2698938",
"CSAFPID-1839923",
"CSAFPID-1838589",
"CSAFPID-1839871",
"CSAFPID-2699005"
]
}
],
"title": "CVE-2025-24970"
}
]
}
NCSC-2025-0023
Vulnerability from csaf_ncscnl - Published: 2025-01-22 13:31 - Updated: 2025-01-22 13:31Summary
Kwetsbaarheden verholpen in Oracle PeopleSoft
Notes
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:
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.
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.
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.
Feiten
Oracle heeft meerdere kwetsbaarheden verholpen in Oracle PeopleSoft, specifiek in de versies 8.60, 8.61 en 9.2.
Interpretaties
De kwetsbaarheden in Oracle PeopleSoft stellen geauthenticeerde kwaadwillenden in staat om via HTTP-netwerktoegang ongeautoriseerde toegang te krijgen tot specifieke gegevens, wat kan leiden tot ongeautoriseerde gegevensmanipulatie en -toegang. Kwaadwillenden kunnen ook een Denial-of-Service veroorzaken. Hiervoor heeft de kwaadwillende geen voorafgaande authenticatie nodig.
Oplossingen
Oracle heeft updates uitgebracht om de kwetsbaarheden in PeopleSoft te verhelpen. Zie bijgevoegde referenties voor meer informatie.
Kans
medium
Schade
high
CWE-670
Always-Incorrect Control Flow Implementation
CWE-1395
Dependency on Vulnerable Third-Party Component
CWE-669
Incorrect Resource Transfer Between Spheres
CWE-126
Buffer Over-read
CWE-125
Out-of-bounds Read
CWE-119
Improper Restriction of Operations within the Bounds of a Memory Buffer
CWE-400
Uncontrolled Resource Consumption
CWE-770
Allocation of Resources Without Limits or Throttling
CWE-787
Out-of-bounds Write
CWE-200
Exposure of Sensitive Information to an Unauthorized Actor
CWE-120
Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')
{
"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 Oracle PeopleSoft, specifiek in de versies 8.60, 8.61 en 9.2.",
"title": "Feiten"
},
{
"category": "description",
"text": "De kwetsbaarheden in Oracle PeopleSoft stellen geauthenticeerde kwaadwillenden in staat om via HTTP-netwerktoegang ongeautoriseerde toegang te krijgen tot specifieke gegevens, wat kan leiden tot ongeautoriseerde gegevensmanipulatie en -toegang. Kwaadwillenden kunnen ook een Denial-of-Service veroorzaken. Hiervoor heeft de kwaadwillende geen voorafgaande authenticatie nodig.",
"title": "Interpretaties"
},
{
"category": "description",
"text": "Oracle heeft updates uitgebracht om de kwetsbaarheden in PeopleSoft 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": "Always-Incorrect Control Flow Implementation",
"title": "CWE-670"
},
{
"category": "general",
"text": "Dependency on Vulnerable Third-Party Component",
"title": "CWE-1395"
},
{
"category": "general",
"text": "Incorrect Resource Transfer Between Spheres",
"title": "CWE-669"
},
{
"category": "general",
"text": "Buffer Over-read",
"title": "CWE-126"
},
{
"category": "general",
"text": "Out-of-bounds Read",
"title": "CWE-125"
},
{
"category": "general",
"text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
"title": "CWE-119"
},
{
"category": "general",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"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": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
},
{
"category": "general",
"text": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)",
"title": "CWE-120"
}
],
"publisher": {
"category": "coordinator",
"contact_details": "cert@ncsc.nl",
"name": "Nationaal Cyber Security Centrum",
"namespace": "https://www.ncsc.nl/"
},
"references": [
{
"category": "external",
"summary": "Reference - cveprojectv5; nvd; oracle",
"url": "https://www.oracle.com/security-alerts/cpujan2025.html"
}
],
"title": "Kwetsbaarheden verholpen in Oracle PeopleSoft",
"tracking": {
"current_release_date": "2025-01-22T13:31:17.380797Z",
"id": "NCSC-2025-0023",
"initial_release_date": "2025-01-22T13:31:17.380797Z",
"revision_history": [
{
"date": "2025-01-22T13:31:17.380797Z",
"number": "0",
"summary": "Initiele versie"
}
],
"status": "final",
"version": "1.0.0"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "peoplesoft_enterprise_cc_common_application_objects",
"product": {
"name": "peoplesoft_enterprise_cc_common_application_objects",
"product_id": "CSAFPID-449779",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_cc_common_application_objects:9.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "peoplesoft_enterprise_fin_cash_management",
"product": {
"name": "peoplesoft_enterprise_fin_cash_management",
"product_id": "CSAFPID-765405",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_fin_cash_management:9.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "peoplesoft_enterprise_fin_esettlements",
"product": {
"name": "peoplesoft_enterprise_fin_esettlements",
"product_id": "CSAFPID-1751153",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_fin_esettlements:9.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "peoplesoft_enterprise_hcm_human_resources",
"product": {
"name": "peoplesoft_enterprise_hcm_human_resources",
"product_id": "CSAFPID-172663",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_human_resources:9.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "peoplesoft_enterprise_hcm_shared_components",
"product": {
"name": "peoplesoft_enterprise_hcm_shared_components",
"product_id": "CSAFPID-607590",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_shared_components:9.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "peoplesoft_enterprise_peopletools",
"product": {
"name": "peoplesoft_enterprise_peopletools",
"product_id": "CSAFPID-1682",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.59:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "peoplesoft_enterprise_peopletools",
"product": {
"name": "peoplesoft_enterprise_peopletools",
"product_id": "CSAFPID-1681",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.60:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "peoplesoft_enterprise_peopletools",
"product": {
"name": "peoplesoft_enterprise_peopletools",
"product_id": "CSAFPID-816362",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.61:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "peoplesoft_enterprise_peopletools",
"product": {
"name": "peoplesoft_enterprise_peopletools",
"product_id": "CSAFPID-1503667",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:_opensearch___8.59:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "peoplesoft_enterprise_peopletools",
"product": {
"name": "peoplesoft_enterprise_peopletools",
"product_id": "CSAFPID-1503672",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:_opensearch___8.60:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "peoplesoft_enterprise_peopletools",
"product": {
"name": "peoplesoft_enterprise_peopletools",
"product_id": "CSAFPID-1503676",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:_opensearch___8.61:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "peoplesoft_enterprise_peopletools",
"product": {
"name": "peoplesoft_enterprise_peopletools",
"product_id": "CSAFPID-1503669",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:_web_server___8.59:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "peoplesoft_enterprise_peopletools",
"product": {
"name": "peoplesoft_enterprise_peopletools",
"product_id": "CSAFPID-1503673",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:_web_server___8.60:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "peoplesoft_enterprise_peopletools",
"product": {
"name": "peoplesoft_enterprise_peopletools",
"product_id": "CSAFPID-1503678",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:_web_server___8.61:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "peoplesoft_enterprise_scm_purchasing",
"product": {
"name": "peoplesoft_enterprise_scm_purchasing",
"product_id": "CSAFPID-172660",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_scm_purchasing:9.2:*:*:*:*:*:*:*"
}
}
}
],
"category": "vendor",
"name": "oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-22218",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "other",
"text": "Out-of-bounds Read",
"title": "CWE-125"
},
{
"category": "other",
"text": "Out-of-bounds Write",
"title": "CWE-787"
}
],
"product_status": {
"known_affected": [
"CSAFPID-816362",
"CSAFPID-1681"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2020-22218",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2020/CVE-2020-22218.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-816362",
"CSAFPID-1681"
]
}
],
"title": "CVE-2020-22218"
},
{
"cve": "CVE-2023-48795",
"cwe": {
"id": "CWE-222",
"name": "Truncation of Security-relevant Information"
},
"notes": [
{
"category": "other",
"text": "Truncation of Security-relevant Information",
"title": "CWE-222"
},
{
"category": "other",
"text": "Selection of Less-Secure Algorithm During Negotiation (\u0027Algorithm Downgrade\u0027)",
"title": "CWE-757"
},
{
"category": "other",
"text": "Improper Validation of Integrity Check Value",
"title": "CWE-354"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1682",
"CSAFPID-1681",
"CSAFPID-816362",
"CSAFPID-172663",
"CSAFPID-607590",
"CSAFPID-1503667",
"CSAFPID-1503669",
"CSAFPID-1503672",
"CSAFPID-1503673",
"CSAFPID-1503676",
"CSAFPID-1503678"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-48795",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-48795.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-1682",
"CSAFPID-1681",
"CSAFPID-816362",
"CSAFPID-172663",
"CSAFPID-607590",
"CSAFPID-1503667",
"CSAFPID-1503669",
"CSAFPID-1503672",
"CSAFPID-1503673",
"CSAFPID-1503676",
"CSAFPID-1503678"
]
}
],
"title": "CVE-2023-48795"
},
{
"cve": "CVE-2024-0397",
"product_status": {
"known_affected": [
"CSAFPID-172663",
"CSAFPID-607590",
"CSAFPID-1503667",
"CSAFPID-1503669",
"CSAFPID-1682",
"CSAFPID-1503672",
"CSAFPID-1503673",
"CSAFPID-1681",
"CSAFPID-1503676",
"CSAFPID-1503678",
"CSAFPID-816362"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-0397",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0397.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-172663",
"CSAFPID-607590",
"CSAFPID-1503667",
"CSAFPID-1503669",
"CSAFPID-1682",
"CSAFPID-1503672",
"CSAFPID-1503673",
"CSAFPID-1681",
"CSAFPID-1503676",
"CSAFPID-1503678",
"CSAFPID-816362"
]
}
],
"title": "CVE-2024-0397"
},
{
"cve": "CVE-2024-2511",
"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": "other",
"text": "Improperly Controlled Sequential Memory Allocation",
"title": "CWE-1325"
}
],
"product_status": {
"known_affected": [
"CSAFPID-172663",
"CSAFPID-607590",
"CSAFPID-1503667",
"CSAFPID-1503669",
"CSAFPID-1682",
"CSAFPID-1503672",
"CSAFPID-1503673",
"CSAFPID-1681",
"CSAFPID-1503676",
"CSAFPID-1503678",
"CSAFPID-816362"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-2511",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2511.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-172663",
"CSAFPID-607590",
"CSAFPID-1503667",
"CSAFPID-1503669",
"CSAFPID-1682",
"CSAFPID-1503672",
"CSAFPID-1503673",
"CSAFPID-1681",
"CSAFPID-1503676",
"CSAFPID-1503678",
"CSAFPID-816362"
]
}
],
"title": "CVE-2024-2511"
},
{
"cve": "CVE-2024-4030",
"cwe": {
"id": "CWE-276",
"name": "Incorrect Default Permissions"
},
"notes": [
{
"category": "other",
"text": "Incorrect Default Permissions",
"title": "CWE-276"
}
],
"product_status": {
"known_affected": [
"CSAFPID-816362",
"CSAFPID-1681"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-4030",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4030.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-816362",
"CSAFPID-1681"
]
}
],
"title": "CVE-2024-4030"
},
{
"cve": "CVE-2024-4032",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"notes": [
{
"category": "other",
"text": "Expected Behavior Violation",
"title": "CWE-440"
}
],
"product_status": {
"known_affected": [
"CSAFPID-816362",
"CSAFPID-1681"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-4032",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4032.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-816362",
"CSAFPID-1681"
]
}
],
"title": "CVE-2024-4032"
},
{
"cve": "CVE-2024-4603",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"notes": [
{
"category": "other",
"text": "Unchecked Input for Loop Condition",
"title": "CWE-606"
},
{
"category": "other",
"text": "Excessive Iteration",
"title": "CWE-834"
}
],
"product_status": {
"known_affected": [
"CSAFPID-172663",
"CSAFPID-607590",
"CSAFPID-1503667",
"CSAFPID-1503669",
"CSAFPID-1682",
"CSAFPID-1503672",
"CSAFPID-1503673",
"CSAFPID-1681",
"CSAFPID-1503676",
"CSAFPID-1503678",
"CSAFPID-816362"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-4603",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4603.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-172663",
"CSAFPID-607590",
"CSAFPID-1503667",
"CSAFPID-1503669",
"CSAFPID-1682",
"CSAFPID-1503672",
"CSAFPID-1503673",
"CSAFPID-1681",
"CSAFPID-1503676",
"CSAFPID-1503678",
"CSAFPID-816362"
]
}
],
"title": "CVE-2024-4603"
},
{
"cve": "CVE-2024-4741",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "other",
"text": "Use After Free",
"title": "CWE-416"
}
],
"product_status": {
"known_affected": [
"CSAFPID-172663",
"CSAFPID-607590",
"CSAFPID-1503667",
"CSAFPID-1503669",
"CSAFPID-1682",
"CSAFPID-1503672",
"CSAFPID-1503673",
"CSAFPID-1681",
"CSAFPID-1503676",
"CSAFPID-1503678",
"CSAFPID-816362"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-4741",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4741.json"
}
],
"title": "CVE-2024-4741"
},
{
"cve": "CVE-2024-5535",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "other",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
},
{
"category": "other",
"text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
"title": "CWE-119"
},
{
"category": "other",
"text": "Dependency on Vulnerable Third-Party Component",
"title": "CWE-1395"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1681",
"CSAFPID-816362"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-5535",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5535.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-1681",
"CSAFPID-816362"
]
}
],
"title": "CVE-2024-5535"
},
{
"cve": "CVE-2024-6119",
"cwe": {
"id": "CWE-843",
"name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
},
"notes": [
{
"category": "other",
"text": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)",
"title": "CWE-843"
}
],
"product_status": {
"known_affected": [
"CSAFPID-816362",
"CSAFPID-1681"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-6119",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6119.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-816362",
"CSAFPID-1681"
]
}
],
"title": "CVE-2024-6119"
},
{
"cve": "CVE-2024-6232",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"notes": [
{
"category": "other",
"text": "Inefficient Regular Expression Complexity",
"title": "CWE-1333"
}
],
"product_status": {
"known_affected": [
"CSAFPID-816362",
"CSAFPID-1681"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-6232",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6232.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-816362",
"CSAFPID-1681"
]
}
],
"title": "CVE-2024-6232"
},
{
"cve": "CVE-2024-7592",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
}
],
"product_status": {
"known_affected": [
"CSAFPID-816362",
"CSAFPID-1681"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-7592",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-7592.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-816362",
"CSAFPID-1681"
]
}
],
"title": "CVE-2024-7592"
},
{
"cve": "CVE-2024-22018",
"cwe": {
"id": "CWE-275",
"name": "-"
},
"notes": [
{
"category": "other",
"text": "CWE-275",
"title": "CWE-275"
}
],
"product_status": {
"known_affected": [
"CSAFPID-816362",
"CSAFPID-1681"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-22018",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22018.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-816362",
"CSAFPID-1681"
]
}
],
"title": "CVE-2024-22018"
},
{
"cve": "CVE-2024-22019",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "other",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1681",
"CSAFPID-1682",
"CSAFPID-816362",
"CSAFPID-172663",
"CSAFPID-607590",
"CSAFPID-1503667",
"CSAFPID-1503669",
"CSAFPID-1503672",
"CSAFPID-1503673",
"CSAFPID-1503676",
"CSAFPID-1503678"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-22019",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22019.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-1681",
"CSAFPID-1682",
"CSAFPID-816362",
"CSAFPID-172663",
"CSAFPID-607590",
"CSAFPID-1503667",
"CSAFPID-1503669",
"CSAFPID-1503672",
"CSAFPID-1503673",
"CSAFPID-1503676",
"CSAFPID-1503678"
]
}
],
"title": "CVE-2024-22019"
},
{
"cve": "CVE-2024-22020",
"product_status": {
"known_affected": [
"CSAFPID-816362",
"CSAFPID-1681"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-22020",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22020.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-816362",
"CSAFPID-1681"
]
}
],
"title": "CVE-2024-22020"
},
{
"cve": "CVE-2024-27280",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"notes": [
{
"category": "other",
"text": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)",
"title": "CWE-120"
},
{
"category": "other",
"text": "Buffer Over-read",
"title": "CWE-126"
}
],
"product_status": {
"known_affected": [
"CSAFPID-816362",
"CSAFPID-1681"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-27280",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-27280.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-816362",
"CSAFPID-1681"
]
}
],
"title": "CVE-2024-27280"
},
{
"cve": "CVE-2024-27281",
"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": "other",
"text": "Deserialization of Untrusted Data",
"title": "CWE-502"
},
{
"category": "other",
"text": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)",
"title": "CWE-74"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1681",
"CSAFPID-816362"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-27281",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-27281.json"
}
],
"title": "CVE-2024-27281"
},
{
"cve": "CVE-2024-27282",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "other",
"text": "Heap-based Buffer Overflow",
"title": "CWE-122"
},
{
"category": "other",
"text": "Out-of-bounds Read",
"title": "CWE-125"
}
],
"product_status": {
"known_affected": [
"CSAFPID-816362",
"CSAFPID-1681"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-27282",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-27282.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-816362",
"CSAFPID-1681"
]
}
],
"title": "CVE-2024-27282"
},
{
"cve": "CVE-2024-28849",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "other",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
}
],
"product_status": {
"known_affected": [
"CSAFPID-172663",
"CSAFPID-607590",
"CSAFPID-1503667",
"CSAFPID-1503669",
"CSAFPID-1682",
"CSAFPID-1503672",
"CSAFPID-1503673",
"CSAFPID-1681",
"CSAFPID-1503676",
"CSAFPID-1503678",
"CSAFPID-816362"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-28849",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28849.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-172663",
"CSAFPID-607590",
"CSAFPID-1503667",
"CSAFPID-1503669",
"CSAFPID-1682",
"CSAFPID-1503672",
"CSAFPID-1503673",
"CSAFPID-1681",
"CSAFPID-1503676",
"CSAFPID-1503678",
"CSAFPID-816362"
]
}
],
"title": "CVE-2024-28849"
},
{
"cve": "CVE-2024-29025",
"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"
}
],
"product_status": {
"known_affected": [
"CSAFPID-172663",
"CSAFPID-607590",
"CSAFPID-1503667",
"CSAFPID-1503669",
"CSAFPID-1682",
"CSAFPID-1503672",
"CSAFPID-1503673",
"CSAFPID-1681",
"CSAFPID-1503676",
"CSAFPID-1503678",
"CSAFPID-816362"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-29025",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29025.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-172663",
"CSAFPID-607590",
"CSAFPID-1503667",
"CSAFPID-1503669",
"CSAFPID-1682",
"CSAFPID-1503672",
"CSAFPID-1503673",
"CSAFPID-1681",
"CSAFPID-1503676",
"CSAFPID-1503678",
"CSAFPID-816362"
]
}
],
"title": "CVE-2024-29025"
},
{
"cve": "CVE-2024-35195",
"cwe": {
"id": "CWE-670",
"name": "Always-Incorrect Control Flow Implementation"
},
"notes": [
{
"category": "other",
"text": "Always-Incorrect Control Flow Implementation",
"title": "CWE-670"
}
],
"product_status": {
"known_affected": [
"CSAFPID-816362",
"CSAFPID-1681"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-35195",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35195.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-816362",
"CSAFPID-1681"
]
}
],
"title": "CVE-2024-35195"
},
{
"cve": "CVE-2024-36137",
"cwe": {
"id": "CWE-275",
"name": "-"
},
"notes": [
{
"category": "other",
"text": "CWE-275",
"title": "CWE-275"
},
{
"category": "other",
"text": "Incorrect Permission Assignment for Critical Resource",
"title": "CWE-732"
}
],
"product_status": {
"known_affected": [
"CSAFPID-816362",
"CSAFPID-1681"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-36137",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-36137.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-816362",
"CSAFPID-1681"
]
}
],
"title": "CVE-2024-36137"
},
{
"cve": "CVE-2024-36138",
"cwe": {
"id": "CWE-77",
"name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)",
"title": "CWE-77"
}
],
"product_status": {
"known_affected": [
"CSAFPID-816362",
"CSAFPID-1681"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-36138",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-36138.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 10.0,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-816362",
"CSAFPID-1681"
]
}
],
"title": "CVE-2024-36138"
},
{
"cve": "CVE-2024-37372",
"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": "other",
"text": "Improper Check for Unusual or Exceptional Conditions",
"title": "CWE-754"
}
],
"product_status": {
"known_affected": [
"CSAFPID-816362",
"CSAFPID-1681"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-37372",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37372.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-816362",
"CSAFPID-1681"
]
}
],
"title": "CVE-2024-37372"
},
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"notes": [
{
"category": "other",
"text": "Incorrect Resource Transfer Between Spheres",
"title": "CWE-669"
}
],
"product_status": {
"known_affected": [
"CSAFPID-816362",
"CSAFPID-1681"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-37891",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37891.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-816362",
"CSAFPID-1681"
]
}
],
"title": "CVE-2024-37891"
},
{
"cve": "CVE-2024-38998",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
"title": "CWE-1321"
}
],
"product_status": {
"known_affected": [
"CSAFPID-816362",
"CSAFPID-1681"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-38998",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38998.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-816362",
"CSAFPID-1681"
]
}
],
"title": "CVE-2024-38998"
},
{
"cve": "CVE-2024-38999",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
"title": "CWE-1321"
}
],
"product_status": {
"known_affected": [
"CSAFPID-816362",
"CSAFPID-1681"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-38999",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38999.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 10.0,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-816362",
"CSAFPID-1681"
]
}
],
"title": "CVE-2024-38999"
},
{
"cve": "CVE-2025-21530",
"product_status": {
"known_affected": [
"CSAFPID-1681",
"CSAFPID-816362"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-21530",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-21530.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1681",
"CSAFPID-816362"
]
}
],
"title": "CVE-2025-21530"
},
{
"cve": "CVE-2025-21537",
"product_status": {
"known_affected": [
"CSAFPID-765405"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-21537",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-21537.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-765405"
]
}
],
"title": "CVE-2025-21537"
},
{
"cve": "CVE-2025-21539",
"product_status": {
"known_affected": [
"CSAFPID-1751153"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-21539",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-21539.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-1751153"
]
}
],
"title": "CVE-2025-21539"
},
{
"cve": "CVE-2025-21545",
"product_status": {
"known_affected": [
"CSAFPID-1681",
"CSAFPID-816362"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-21545",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-21545.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-1681",
"CSAFPID-816362"
]
}
],
"title": "CVE-2025-21545"
},
{
"cve": "CVE-2025-21561",
"product_status": {
"known_affected": [
"CSAFPID-172660"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-21561",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-21561.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-172660"
]
}
],
"title": "CVE-2025-21561"
},
{
"cve": "CVE-2025-21562",
"product_status": {
"known_affected": [
"CSAFPID-449779"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-21562",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-21562.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-449779"
]
}
],
"title": "CVE-2025-21562"
},
{
"cve": "CVE-2025-21563",
"product_status": {
"known_affected": [
"CSAFPID-449779"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-21563",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-21563.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-449779"
]
}
],
"title": "CVE-2025-21563"
}
]
}
NCSC-2025-0028
Vulnerability from csaf_ncscnl - Published: 2025-01-22 13:36 - Updated: 2025-01-22 13:36Summary
Kwetsbaarheden verholpen in Oracle Analytics
Notes
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:
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.
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.
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.
Feiten
Oracle heeft kwetsbaarheden verholpen in Oracle Analytics producten, zoals Business Intelligence, Analytics Desktop en BI Publisher.
Interpretaties
Een kwaadwillende kan de kwetsbaarheden misbruiken om een Denial-of-Service te veroorzaken, of zich toegang te verschaffen tot gevoelige gegevens.
Oplossingen
Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.
Kans
medium
Schade
high
CWE-416
Use After Free
CWE-476
NULL Pointer Dereference
CWE-400
Uncontrolled Resource Consumption
CWE-770
Allocation of Resources Without Limits or Throttling
CWE-502
Deserialization of Untrusted Data
CWE-248
Uncaught Exception
CWE-674
Uncontrolled Recursion
CWE-611
Improper Restriction of XML External Entity Reference
CWE-787
Out-of-bounds Write
CWE-200
Exposure of Sensitive Information to an Unauthorized Actor
CWE-789
Memory Allocation with Excessive Size Value
CWE-20
Improper Input Validation
CWE-79
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
CWE-1395
Dependency on Vulnerable Third-Party Component
CWE-670
Always-Incorrect Control Flow Implementation
CWE-399
CWE-399
CWE-326
Inadequate Encryption Strength
CWE-669
Incorrect Resource Transfer Between Spheres
CWE-776
Improper Restriction of Recursive Entity References in DTDs ('XML Entity Expansion')
CWE-834
Excessive Iteration
CWE-311
Missing Encryption of Sensitive Data
CWE-444
Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')
CWE-125
Out-of-bounds Read
CWE-404
Improper Resource Shutdown or Release
CWE-119
Improper Restriction of Operations within the Bounds of a Memory Buffer
CWE-1333
Inefficient Regular Expression Complexity
{
"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 kwetsbaarheden verholpen in Oracle Analytics producten, zoals Business Intelligence, Analytics Desktop en BI Publisher.",
"title": "Feiten"
},
{
"category": "description",
"text": "Een kwaadwillende kan de kwetsbaarheden misbruiken om een Denial-of-Service te veroorzaken, of zich toegang te verschaffen tot gevoelige gegevens.",
"title": "Interpretaties"
},
{
"category": "description",
"text": "Oracle heeft updates uitgebracht om de kwetsbaarheden 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": "Use After Free",
"title": "CWE-416"
},
{
"category": "general",
"text": "NULL Pointer Dereference",
"title": "CWE-476"
},
{
"category": "general",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "general",
"text": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
},
{
"category": "general",
"text": "Deserialization of Untrusted Data",
"title": "CWE-502"
},
{
"category": "general",
"text": "Uncaught Exception",
"title": "CWE-248"
},
{
"category": "general",
"text": "Uncontrolled Recursion",
"title": "CWE-674"
},
{
"category": "general",
"text": "Improper Restriction of XML External Entity Reference",
"title": "CWE-611"
},
{
"category": "general",
"text": "Out-of-bounds Write",
"title": "CWE-787"
},
{
"category": "general",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
},
{
"category": "general",
"text": "Memory Allocation with Excessive Size Value",
"title": "CWE-789"
},
{
"category": "general",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"category": "general",
"text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
"title": "CWE-79"
},
{
"category": "general",
"text": "Dependency on Vulnerable Third-Party Component",
"title": "CWE-1395"
},
{
"category": "general",
"text": "Always-Incorrect Control Flow Implementation",
"title": "CWE-670"
},
{
"category": "general",
"text": "CWE-399",
"title": "CWE-399"
},
{
"category": "general",
"text": "Inadequate Encryption Strength",
"title": "CWE-326"
},
{
"category": "general",
"text": "Incorrect Resource Transfer Between Spheres",
"title": "CWE-669"
},
{
"category": "general",
"text": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)",
"title": "CWE-776"
},
{
"category": "general",
"text": "Excessive Iteration",
"title": "CWE-834"
},
{
"category": "general",
"text": "Missing Encryption of Sensitive Data",
"title": "CWE-311"
},
{
"category": "general",
"text": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)",
"title": "CWE-444"
},
{
"category": "general",
"text": "Out-of-bounds Read",
"title": "CWE-125"
},
{
"category": "general",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
},
{
"category": "general",
"text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
"title": "CWE-119"
},
{
"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 - cveprojectv5; nvd; oracle",
"url": "https://www.oracle.com/security-alerts/cpujan2025.html"
}
],
"title": "Kwetsbaarheden verholpen in Oracle Analytics",
"tracking": {
"current_release_date": "2025-01-22T13:36:58.196605Z",
"id": "NCSC-2025-0028",
"initial_release_date": "2025-01-22T13:36:58.196605Z",
"revision_history": [
{
"date": "2025-01-22T13:36:58.196605Z",
"number": "0",
"summary": "Initiele versie"
}
],
"status": "final",
"version": "1.0.0"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "business_intelligence",
"product": {
"name": "business_intelligence",
"product_id": "CSAFPID-1503296",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence:12.2.1.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence",
"product": {
"name": "business_intelligence",
"product_id": "CSAFPID-220360",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence:12.2.1.4.0:*:*:*:*:enterprise:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence",
"product": {
"name": "business_intelligence",
"product_id": "CSAFPID-135810",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence:12.2.1.4.0:*:*:*:enterprise:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence",
"product": {
"name": "business_intelligence",
"product_id": "CSAFPID-219994",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence:12.2.1.4.0:enterprise:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence",
"product": {
"name": "business_intelligence",
"product_id": "CSAFPID-219817",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence:6.4.0.0.0:enterprise:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence",
"product": {
"name": "business_intelligence",
"product_id": "CSAFPID-1503297",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence:7.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence",
"product": {
"name": "business_intelligence",
"product_id": "CSAFPID-257324",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence:7.0.0.0.0:*:*:*:enterprise:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence",
"product": {
"name": "business_intelligence",
"product_id": "CSAFPID-1503298",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence:7.6.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence",
"product": {
"name": "business_intelligence",
"product_id": "CSAFPID-1650736",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence:7.6.0.0.0:*:*:*:enterprise:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-765384",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:12.2.1.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-764234",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:12.2.1.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-765387",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:5.5.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-764778",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:5.9.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-764929",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:5.9.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-764235",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:6.4.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-764930",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:6.4.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-764236",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:7.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-1503574",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:7.6.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-1503573",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_analytics_server___12.2.1.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-765388",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_analytics_server___5.9.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-764727",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_analytics_server___6.4.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-764729",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_analytics_server___7.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-765383",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_bi_platform_security___12.2.1.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-765385",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_bi_platform_security___12.2.1.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-765389",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_bi_platform_security___5.9.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-764725",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_presentation_services___12.2.1.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-764728",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_presentation_services___6.4.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-764730",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_presentation_services___7.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-764726",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_service_administration_ui___12.2.1.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-765386",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_storage_service_integration___12.2.1.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "bi_publisher",
"product": {
"name": "bi_publisher",
"product_id": "CSAFPID-9197",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:bi_publisher:12.2.1.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "bi_publisher",
"product": {
"name": "bi_publisher",
"product_id": "CSAFPID-9493",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:bi_publisher:12.2.1.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "bi_publisher",
"product": {
"name": "bi_publisher",
"product_id": "CSAFPID-220546",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:bi_publisher:5.9.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "bi_publisher",
"product": {
"name": "bi_publisher",
"product_id": "CSAFPID-228391",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:bi_publisher:5.9.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "bi_publisher",
"product": {
"name": "bi_publisher",
"product_id": "CSAFPID-220545",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:bi_publisher:6.4.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "bi_publisher",
"product": {
"name": "bi_publisher",
"product_id": "CSAFPID-220560",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:bi_publisher:7.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "bi_publisher",
"product": {
"name": "bi_publisher",
"product_id": "CSAFPID-1673195",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:bi_publisher:7.6.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "analytics_desktop",
"product": {
"name": "analytics_desktop",
"product_id": "CSAFPID-816763",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:analytics_desktop:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "analytics_desktop",
"product": {
"name": "analytics_desktop",
"product_id": "CSAFPID-816761",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:analytics_desktop:6.4.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "analytics_desktop",
"product": {
"name": "analytics_desktop",
"product_id": "CSAFPID-816762",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:analytics_desktop:7.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "analytics_desktop",
"product": {
"name": "analytics_desktop",
"product_id": "CSAFPID-1751172",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:analytics_desktop:8.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "analytics_desktop",
"product": {
"name": "analytics_desktop",
"product_id": "CSAFPID-1650735",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:analytics_desktop:prior_to_7.8.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "analytics_desktop",
"product": {
"name": "analytics_desktop",
"product_id": "CSAFPID-1751157",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:analytics_desktop:prior_to_8.1.0:*:*:*:*:*:*:*"
}
}
}
],
"category": "vendor",
"name": "oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2016-10000",
"references": [
{
"category": "self",
"summary": "CVE-2016-10000",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2016/CVE-2016-10000.json"
}
],
"title": "CVE-2016-10000"
},
{
"cve": "CVE-2020-2849",
"product_status": {
"known_affected": [
"CSAFPID-257324"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2020-2849",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2020/CVE-2020-2849.json"
}
],
"title": "CVE-2020-2849"
},
{
"cve": "CVE-2020-7760",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
}
],
"product_status": {
"known_affected": [
"CSAFPID-9493",
"CSAFPID-220545",
"CSAFPID-220560",
"CSAFPID-764234",
"CSAFPID-764235",
"CSAFPID-764236",
"CSAFPID-764725",
"CSAFPID-764726",
"CSAFPID-764727",
"CSAFPID-764728",
"CSAFPID-764729",
"CSAFPID-764730",
"CSAFPID-765383",
"CSAFPID-765384",
"CSAFPID-765385",
"CSAFPID-765386",
"CSAFPID-765387",
"CSAFPID-765388",
"CSAFPID-765389",
"CSAFPID-764778",
"CSAFPID-816761",
"CSAFPID-816762",
"CSAFPID-816763",
"CSAFPID-257324"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2020-7760",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2020/CVE-2020-7760.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-9493",
"CSAFPID-220545",
"CSAFPID-220560",
"CSAFPID-764234",
"CSAFPID-764235",
"CSAFPID-764236",
"CSAFPID-764725",
"CSAFPID-764726",
"CSAFPID-764727",
"CSAFPID-764728",
"CSAFPID-764729",
"CSAFPID-764730",
"CSAFPID-765383",
"CSAFPID-765384",
"CSAFPID-765385",
"CSAFPID-765386",
"CSAFPID-765387",
"CSAFPID-765388",
"CSAFPID-765389",
"CSAFPID-764778",
"CSAFPID-816761",
"CSAFPID-816762",
"CSAFPID-816763",
"CSAFPID-257324"
]
}
],
"title": "CVE-2020-7760"
},
{
"cve": "CVE-2020-13956",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
}
],
"product_status": {
"known_affected": [
"CSAFPID-9493",
"CSAFPID-220545",
"CSAFPID-220560",
"CSAFPID-764234",
"CSAFPID-764235",
"CSAFPID-764236",
"CSAFPID-764725",
"CSAFPID-764726",
"CSAFPID-764727",
"CSAFPID-764728",
"CSAFPID-764729",
"CSAFPID-764730",
"CSAFPID-228391",
"CSAFPID-764778",
"CSAFPID-220546",
"CSAFPID-9197",
"CSAFPID-764929",
"CSAFPID-764930",
"CSAFPID-765383",
"CSAFPID-765384",
"CSAFPID-765385",
"CSAFPID-765386",
"CSAFPID-765387",
"CSAFPID-765388",
"CSAFPID-765389",
"CSAFPID-816763",
"CSAFPID-1503573",
"CSAFPID-1503574",
"CSAFPID-257324",
"CSAFPID-135810"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2020-13956",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2020/CVE-2020-13956.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:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-9493",
"CSAFPID-220545",
"CSAFPID-220560",
"CSAFPID-764234",
"CSAFPID-764235",
"CSAFPID-764236",
"CSAFPID-764725",
"CSAFPID-764726",
"CSAFPID-764727",
"CSAFPID-764728",
"CSAFPID-764729",
"CSAFPID-764730",
"CSAFPID-228391",
"CSAFPID-764778",
"CSAFPID-220546",
"CSAFPID-9197",
"CSAFPID-764929",
"CSAFPID-764930",
"CSAFPID-765383",
"CSAFPID-765384",
"CSAFPID-765385",
"CSAFPID-765386",
"CSAFPID-765387",
"CSAFPID-765388",
"CSAFPID-765389",
"CSAFPID-816763",
"CSAFPID-1503573",
"CSAFPID-1503574",
"CSAFPID-257324",
"CSAFPID-135810"
]
}
],
"title": "CVE-2020-13956"
},
{
"cve": "CVE-2020-28975",
"product_status": {
"known_affected": [
"CSAFPID-257324"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2020-28975",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2020/CVE-2020-28975.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-257324"
]
}
],
"title": "CVE-2020-28975"
},
{
"cve": "CVE-2021-23926",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)",
"title": "CWE-776"
},
{
"category": "other",
"text": "Improper Restriction of XML External Entity Reference",
"title": "CWE-611"
}
],
"product_status": {
"known_affected": [
"CSAFPID-220545",
"CSAFPID-220560",
"CSAFPID-764725",
"CSAFPID-764726",
"CSAFPID-764234",
"CSAFPID-764727",
"CSAFPID-764728",
"CSAFPID-764235",
"CSAFPID-764729",
"CSAFPID-764730",
"CSAFPID-764236",
"CSAFPID-9493",
"CSAFPID-764778",
"CSAFPID-228391",
"CSAFPID-135810",
"CSAFPID-816763",
"CSAFPID-1503573",
"CSAFPID-765385",
"CSAFPID-1503574",
"CSAFPID-220546",
"CSAFPID-9197",
"CSAFPID-764929",
"CSAFPID-764930"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2021-23926",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-23926.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-220545",
"CSAFPID-220560",
"CSAFPID-764725",
"CSAFPID-764726",
"CSAFPID-764234",
"CSAFPID-764727",
"CSAFPID-764728",
"CSAFPID-764235",
"CSAFPID-764729",
"CSAFPID-764730",
"CSAFPID-764236",
"CSAFPID-9493",
"CSAFPID-764778",
"CSAFPID-228391",
"CSAFPID-135810",
"CSAFPID-816763",
"CSAFPID-1503573",
"CSAFPID-765385",
"CSAFPID-1503574",
"CSAFPID-220546",
"CSAFPID-9197",
"CSAFPID-764929",
"CSAFPID-764930"
]
}
],
"title": "CVE-2021-23926"
},
{
"cve": "CVE-2021-33813",
"cwe": {
"id": "CWE-611",
"name": "Improper Restriction of XML External Entity Reference"
},
"notes": [
{
"category": "other",
"text": "Improper Restriction of XML External Entity Reference",
"title": "CWE-611"
}
],
"product_status": {
"known_affected": [
"CSAFPID-220545",
"CSAFPID-220560",
"CSAFPID-764725",
"CSAFPID-764726",
"CSAFPID-764234",
"CSAFPID-764727",
"CSAFPID-764728",
"CSAFPID-764235",
"CSAFPID-764729",
"CSAFPID-764730",
"CSAFPID-764236",
"CSAFPID-9197",
"CSAFPID-9493",
"CSAFPID-228391",
"CSAFPID-764778",
"CSAFPID-816761",
"CSAFPID-816762",
"CSAFPID-816763",
"CSAFPID-765383",
"CSAFPID-765384",
"CSAFPID-765385",
"CSAFPID-765386",
"CSAFPID-765387",
"CSAFPID-765388",
"CSAFPID-765389",
"CSAFPID-135810"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2021-33813",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-33813.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-220545",
"CSAFPID-220560",
"CSAFPID-764725",
"CSAFPID-764726",
"CSAFPID-764234",
"CSAFPID-764727",
"CSAFPID-764728",
"CSAFPID-764235",
"CSAFPID-764729",
"CSAFPID-764730",
"CSAFPID-764236",
"CSAFPID-9197",
"CSAFPID-9493",
"CSAFPID-228391",
"CSAFPID-764778",
"CSAFPID-816761",
"CSAFPID-816762",
"CSAFPID-816763",
"CSAFPID-765383",
"CSAFPID-765384",
"CSAFPID-765385",
"CSAFPID-765386",
"CSAFPID-765387",
"CSAFPID-765388",
"CSAFPID-765389",
"CSAFPID-135810"
]
}
],
"title": "CVE-2021-33813"
},
{
"cve": "CVE-2022-40150",
"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"
}
],
"product_status": {
"known_affected": [
"CSAFPID-220545",
"CSAFPID-220560",
"CSAFPID-764725",
"CSAFPID-764726",
"CSAFPID-764234",
"CSAFPID-764727",
"CSAFPID-764728",
"CSAFPID-764235",
"CSAFPID-764729",
"CSAFPID-764730",
"CSAFPID-764236",
"CSAFPID-9493",
"CSAFPID-764778",
"CSAFPID-228391",
"CSAFPID-135810",
"CSAFPID-816763",
"CSAFPID-1503573",
"CSAFPID-765385",
"CSAFPID-1503574"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2022-40150",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-40150.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-220545",
"CSAFPID-220560",
"CSAFPID-764725",
"CSAFPID-764726",
"CSAFPID-764234",
"CSAFPID-764727",
"CSAFPID-764728",
"CSAFPID-764235",
"CSAFPID-764729",
"CSAFPID-764730",
"CSAFPID-764236",
"CSAFPID-9493",
"CSAFPID-764778",
"CSAFPID-228391",
"CSAFPID-135810",
"CSAFPID-816763",
"CSAFPID-1503573",
"CSAFPID-765385",
"CSAFPID-1503574"
]
}
],
"title": "CVE-2022-40150"
},
{
"cve": "CVE-2023-2976",
"cwe": {
"id": "CWE-552",
"name": "Files or Directories Accessible to External Parties"
},
"notes": [
{
"category": "other",
"text": "Files or Directories Accessible to External Parties",
"title": "CWE-552"
},
{
"category": "other",
"text": "Creation of Temporary File in Directory with Insecure Permissions",
"title": "CWE-379"
}
],
"product_status": {
"known_affected": [
"CSAFPID-9493",
"CSAFPID-816761",
"CSAFPID-816762",
"CSAFPID-816763",
"CSAFPID-220545",
"CSAFPID-220560",
"CSAFPID-764234",
"CSAFPID-764235",
"CSAFPID-764236",
"CSAFPID-1503573",
"CSAFPID-765385",
"CSAFPID-1503574",
"CSAFPID-257324"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-2976",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-2976.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-9493",
"CSAFPID-816761",
"CSAFPID-816762",
"CSAFPID-816763",
"CSAFPID-220545",
"CSAFPID-220560",
"CSAFPID-764234",
"CSAFPID-764235",
"CSAFPID-764236",
"CSAFPID-1503573",
"CSAFPID-765385",
"CSAFPID-1503574",
"CSAFPID-257324"
]
}
],
"title": "CVE-2023-2976"
},
{
"cve": "CVE-2023-4785",
"cwe": {
"id": "CWE-248",
"name": "Uncaught Exception"
},
"notes": [
{
"category": "other",
"text": "Uncaught Exception",
"title": "CWE-248"
}
],
"product_status": {
"known_affected": [
"CSAFPID-257324"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-4785",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-4785.json"
}
],
"title": "CVE-2023-4785"
},
{
"cve": "CVE-2023-7272",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "other",
"text": "Out-of-bounds Write",
"title": "CWE-787"
}
],
"product_status": {
"known_affected": [
"CSAFPID-257324"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-7272",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-7272.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-257324"
]
}
],
"title": "CVE-2023-7272"
},
{
"cve": "CVE-2023-24998",
"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": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
},
{
"category": "other",
"text": "CWE-399",
"title": "CWE-399"
}
],
"product_status": {
"known_affected": [
"CSAFPID-9493",
"CSAFPID-220545",
"CSAFPID-220560",
"CSAFPID-764234",
"CSAFPID-764235",
"CSAFPID-764236",
"CSAFPID-764778",
"CSAFPID-816761",
"CSAFPID-816762",
"CSAFPID-816763",
"CSAFPID-764725",
"CSAFPID-764726",
"CSAFPID-764727",
"CSAFPID-764728",
"CSAFPID-764729",
"CSAFPID-764730",
"CSAFPID-1503573",
"CSAFPID-765385",
"CSAFPID-1503574",
"CSAFPID-135810"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-24998",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-24998.json"
}
],
"title": "CVE-2023-24998"
},
{
"cve": "CVE-2023-25399",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"notes": [
{
"category": "other",
"text": "Missing Release of Memory after Effective Lifetime",
"title": "CWE-401"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1650736",
"CSAFPID-257324"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-25399",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-25399.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-1650736",
"CSAFPID-257324"
]
}
],
"title": "CVE-2023-25399"
},
{
"cve": "CVE-2023-29824",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "other",
"text": "Use After Free",
"title": "CWE-416"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1650736",
"CSAFPID-257324"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-29824",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-29824.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-1650736",
"CSAFPID-257324"
]
}
],
"title": "CVE-2023-29824"
},
{
"cve": "CVE-2023-32732",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"notes": [
{
"category": "other",
"text": "Expected Behavior Violation",
"title": "CWE-440"
}
],
"product_status": {
"known_affected": [
"CSAFPID-257324"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-32732",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-32732.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-257324"
]
}
],
"title": "CVE-2023-32732"
},
{
"cve": "CVE-2023-33202",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1650735",
"CSAFPID-9493",
"CSAFPID-220560",
"CSAFPID-764234",
"CSAFPID-764236",
"CSAFPID-816763",
"CSAFPID-1503573",
"CSAFPID-765385",
"CSAFPID-1503574",
"CSAFPID-257324"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-33202",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-33202.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-1650735",
"CSAFPID-9493",
"CSAFPID-220560",
"CSAFPID-764234",
"CSAFPID-764236",
"CSAFPID-816763",
"CSAFPID-1503573",
"CSAFPID-765385",
"CSAFPID-1503574",
"CSAFPID-257324"
]
}
],
"title": "CVE-2023-33202"
},
{
"cve": "CVE-2023-33953",
"cwe": {
"id": "CWE-834",
"name": "Excessive Iteration"
},
"notes": [
{
"category": "other",
"text": "Excessive Iteration",
"title": "CWE-834"
},
{
"category": "other",
"text": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
},
{
"category": "other",
"text": "Memory Allocation with Excessive Size Value",
"title": "CWE-789"
}
],
"product_status": {
"known_affected": [
"CSAFPID-257324"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-33953",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-33953.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-257324"
]
}
],
"title": "CVE-2023-33953"
},
{
"cve": "CVE-2023-43804",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "other",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
}
],
"product_status": {
"known_affected": [
"CSAFPID-9493",
"CSAFPID-220560",
"CSAFPID-764234",
"CSAFPID-764236",
"CSAFPID-257324"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-43804",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-43804.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-9493",
"CSAFPID-220560",
"CSAFPID-764234",
"CSAFPID-764236",
"CSAFPID-257324"
]
}
],
"title": "CVE-2023-43804"
},
{
"cve": "CVE-2023-44487",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
}
],
"product_status": {
"known_affected": [
"CSAFPID-9493",
"CSAFPID-220545",
"CSAFPID-220560",
"CSAFPID-764234",
"CSAFPID-764235",
"CSAFPID-764236",
"CSAFPID-816761",
"CSAFPID-816762",
"CSAFPID-816763",
"CSAFPID-1503573",
"CSAFPID-765385",
"CSAFPID-1503574",
"CSAFPID-257324"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-44487",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44487.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-9493",
"CSAFPID-220545",
"CSAFPID-220560",
"CSAFPID-764234",
"CSAFPID-764235",
"CSAFPID-764236",
"CSAFPID-816761",
"CSAFPID-816762",
"CSAFPID-816763",
"CSAFPID-1503573",
"CSAFPID-765385",
"CSAFPID-1503574",
"CSAFPID-257324"
]
}
],
"title": "CVE-2023-44487"
},
{
"cve": "CVE-2023-45803",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "other",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
}
],
"product_status": {
"known_affected": [
"CSAFPID-9493",
"CSAFPID-220560",
"CSAFPID-764234",
"CSAFPID-764236",
"CSAFPID-257324"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-45803",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-45803.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-9493",
"CSAFPID-220560",
"CSAFPID-764234",
"CSAFPID-764236",
"CSAFPID-257324"
]
}
],
"title": "CVE-2023-45803"
},
{
"cve": "CVE-2023-50782",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"notes": [
{
"category": "other",
"text": "Observable Timing Discrepancy",
"title": "CWE-208"
},
{
"category": "other",
"text": "Observable Discrepancy",
"title": "CWE-203"
}
],
"product_status": {
"known_affected": [
"CSAFPID-9493",
"CSAFPID-220560",
"CSAFPID-764234",
"CSAFPID-764236",
"CSAFPID-257324"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-50782",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-50782.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-9493",
"CSAFPID-220560",
"CSAFPID-764234",
"CSAFPID-764236",
"CSAFPID-257324"
]
}
],
"title": "CVE-2023-50782"
},
{
"cve": "CVE-2024-0727",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "other",
"text": "NULL Pointer Dereference",
"title": "CWE-476"
},
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
}
],
"product_status": {
"known_affected": [
"CSAFPID-135810",
"CSAFPID-1650736",
"CSAFPID-257324",
"CSAFPID-9493",
"CSAFPID-220560",
"CSAFPID-764234",
"CSAFPID-764236",
"CSAFPID-816763",
"CSAFPID-1503573",
"CSAFPID-765385",
"CSAFPID-1503574"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-0727",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0727.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-135810",
"CSAFPID-1650736",
"CSAFPID-257324",
"CSAFPID-9493",
"CSAFPID-220560",
"CSAFPID-764234",
"CSAFPID-764236",
"CSAFPID-816763",
"CSAFPID-1503573",
"CSAFPID-765385",
"CSAFPID-1503574"
]
}
],
"title": "CVE-2024-0727"
},
{
"cve": "CVE-2024-1135",
"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"
}
],
"product_status": {
"known_affected": [
"CSAFPID-257324"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-1135",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-1135.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-257324"
]
}
],
"title": "CVE-2024-1135"
},
{
"cve": "CVE-2024-4741",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "other",
"text": "Use After Free",
"title": "CWE-416"
}
],
"product_status": {
"known_affected": [
"CSAFPID-816763",
"CSAFPID-1503573",
"CSAFPID-765385",
"CSAFPID-764234",
"CSAFPID-764236",
"CSAFPID-1503574",
"CSAFPID-1650736",
"CSAFPID-257324",
"CSAFPID-135810"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-4741",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4741.json"
}
],
"title": "CVE-2024-4741"
},
{
"cve": "CVE-2024-5535",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "other",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
},
{
"category": "other",
"text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
"title": "CWE-119"
},
{
"category": "other",
"text": "Dependency on Vulnerable Third-Party Component",
"title": "CWE-1395"
}
],
"product_status": {
"known_affected": [
"CSAFPID-135810",
"CSAFPID-1650736",
"CSAFPID-257324"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-5535",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5535.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-135810",
"CSAFPID-1650736",
"CSAFPID-257324"
]
}
],
"title": "CVE-2024-5535"
},
{
"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": "Uncontrolled Recursion",
"title": "CWE-674"
}
],
"product_status": {
"known_affected": [
"CSAFPID-220560",
"CSAFPID-1673195",
"CSAFPID-257324"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-7254",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/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-220560",
"CSAFPID-1673195",
"CSAFPID-257324"
]
}
],
"title": "CVE-2024-7254"
},
{
"cve": "CVE-2024-22195",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
"title": "CWE-79"
}
],
"product_status": {
"known_affected": [
"CSAFPID-9493",
"CSAFPID-220560",
"CSAFPID-764234",
"CSAFPID-764236",
"CSAFPID-257324"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-22195",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22195.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-9493",
"CSAFPID-220560",
"CSAFPID-764234",
"CSAFPID-764236",
"CSAFPID-257324"
]
}
],
"title": "CVE-2024-22195"
},
{
"cve": "CVE-2024-26130",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "other",
"text": "NULL Pointer Dereference",
"title": "CWE-476"
}
],
"product_status": {
"known_affected": [
"CSAFPID-9493",
"CSAFPID-220560",
"CSAFPID-764234",
"CSAFPID-764236",
"CSAFPID-816763",
"CSAFPID-1503573",
"CSAFPID-765385",
"CSAFPID-1503574",
"CSAFPID-257324"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-26130",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26130.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-9493",
"CSAFPID-220560",
"CSAFPID-764234",
"CSAFPID-764236",
"CSAFPID-816763",
"CSAFPID-1503573",
"CSAFPID-765385",
"CSAFPID-1503574",
"CSAFPID-257324"
]
}
],
"title": "CVE-2024-26130"
},
{
"cve": "CVE-2024-29025",
"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"
}
],
"product_status": {
"known_affected": [
"CSAFPID-816763",
"CSAFPID-1503573",
"CSAFPID-765385",
"CSAFPID-764234",
"CSAFPID-764236",
"CSAFPID-1503574",
"CSAFPID-220560",
"CSAFPID-1673195"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-29025",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29025.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-816763",
"CSAFPID-1503573",
"CSAFPID-765385",
"CSAFPID-764234",
"CSAFPID-764236",
"CSAFPID-1503574",
"CSAFPID-220560",
"CSAFPID-1673195"
]
}
],
"title": "CVE-2024-29025"
},
{
"cve": "CVE-2024-29131",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "other",
"text": "Out-of-bounds Write",
"title": "CWE-787"
}
],
"product_status": {
"known_affected": [
"CSAFPID-257324",
"CSAFPID-816763",
"CSAFPID-1503573",
"CSAFPID-765385",
"CSAFPID-764234",
"CSAFPID-764236",
"CSAFPID-1503574",
"CSAFPID-1650736"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-29131",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29131.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-257324",
"CSAFPID-816763",
"CSAFPID-1503573",
"CSAFPID-765385",
"CSAFPID-764234",
"CSAFPID-764236",
"CSAFPID-1503574",
"CSAFPID-1650736"
]
}
],
"title": "CVE-2024-29131"
},
{
"cve": "CVE-2024-34064",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
"title": "CWE-79"
}
],
"product_status": {
"known_affected": [
"CSAFPID-816763",
"CSAFPID-1503573",
"CSAFPID-765385",
"CSAFPID-764234",
"CSAFPID-764236",
"CSAFPID-1503574",
"CSAFPID-257324"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-34064",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-34064.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-816763",
"CSAFPID-1503573",
"CSAFPID-765385",
"CSAFPID-764234",
"CSAFPID-764236",
"CSAFPID-1503574",
"CSAFPID-257324"
]
}
],
"title": "CVE-2024-34064"
},
{
"cve": "CVE-2024-35195",
"cwe": {
"id": "CWE-670",
"name": "Always-Incorrect Control Flow Implementation"
},
"notes": [
{
"category": "other",
"text": "Always-Incorrect Control Flow Implementation",
"title": "CWE-670"
}
],
"product_status": {
"known_affected": [
"CSAFPID-257324"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-35195",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35195.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-257324"
]
}
],
"title": "CVE-2024-35195"
},
{
"cve": "CVE-2024-36114",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "other",
"text": "Out-of-bounds Read",
"title": "CWE-125"
},
{
"category": "other",
"text": "Out-of-bounds Write",
"title": "CWE-787"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1650736",
"CSAFPID-257324"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-36114",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-36114.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1650736",
"CSAFPID-257324"
]
}
],
"title": "CVE-2024-36114"
},
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"notes": [
{
"category": "other",
"text": "Incorrect Resource Transfer Between Spheres",
"title": "CWE-669"
}
],
"product_status": {
"known_affected": [
"CSAFPID-257324"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-37891",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37891.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-257324"
]
}
],
"title": "CVE-2024-37891"
},
{
"cve": "CVE-2024-38809",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"notes": [
{
"category": "other",
"text": "Inefficient Regular Expression Complexity",
"title": "CWE-1333"
},
{
"category": "other",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
},
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
}
],
"product_status": {
"known_affected": [
"CSAFPID-220560",
"CSAFPID-1673195",
"CSAFPID-1650736",
"CSAFPID-257324",
"CSAFPID-135810"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-38809",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38809.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.0,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"CSAFPID-220560",
"CSAFPID-1673195",
"CSAFPID-1650736",
"CSAFPID-257324",
"CSAFPID-135810"
]
}
],
"title": "CVE-2024-38809"
},
{
"cve": "CVE-2024-38820",
"cwe": {
"id": "CWE-284",
"name": "Improper Access Control"
},
"notes": [
{
"category": "other",
"text": "Improper Access Control",
"title": "CWE-284"
},
{
"category": "other",
"text": "Improper Handling of Case Sensitivity",
"title": "CWE-178"
}
],
"product_status": {
"known_affected": [
"CSAFPID-220560",
"CSAFPID-1673195"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-38820",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38820.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-220560",
"CSAFPID-1673195"
]
}
],
"title": "CVE-2024-38820"
},
{
"cve": "CVE-2024-43382",
"cwe": {
"id": "CWE-311",
"name": "Missing Encryption of Sensitive Data"
},
"notes": [
{
"category": "other",
"text": "Missing Encryption of Sensitive Data",
"title": "CWE-311"
},
{
"category": "other",
"text": "Inadequate Encryption Strength",
"title": "CWE-326"
}
],
"product_status": {
"known_affected": [
"CSAFPID-220560",
"CSAFPID-1673195"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-43382",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-43382.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-220560",
"CSAFPID-1673195"
]
}
],
"title": "CVE-2024-43382"
},
{
"cve": "CVE-2024-47561",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"notes": [
{
"category": "other",
"text": "Deserialization of Untrusted Data",
"title": "CWE-502"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1650736",
"CSAFPID-257324"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-47561",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-47561.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-1650736",
"CSAFPID-257324"
]
}
],
"title": "CVE-2024-47561"
},
{
"cve": "CVE-2025-21532",
"product_status": {
"known_affected": [
"CSAFPID-1751157"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-21532",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-21532.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-1751157"
]
}
],
"title": "CVE-2025-21532"
}
]
}
NCSC-2025-0129
Vulnerability from csaf_ncscnl - Published: 2025-04-16 15:02 - Updated: 2025-04-16 15:02Summary
Kwetsbaarheden verholpen in Oracle Analytics
Notes
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:
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.
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.
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.
Feiten
Oracle heeft kwetsbaarheden verholpen in Oracle Analytics.
Interpretaties
De kwetsbaarheden stellen ongeauthenticeerde kwaadwillenden in staat om toegang te krijgen tot gevoelige gegevens, Denial-of-Service aan te richten, en zelfs volledige controle over systemen te verkrijgen. Specifieke kwetsbaarheden in Oracle Business Intelligence Enterprise Edition kunnen leiden tot ongeautoriseerde toegang en manipulatie van gegevens via HTTP. Daarnaast zijn er kwetsbaarheden die Denial-of-Service kunnen veroorzaken door onjuiste invoer of misbruik van systeemfunctionaliteiten.
Oplossingen
Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.
Kans
medium
Schade
high
CWE-399
CWE-399
CWE-669
Incorrect Resource Transfer Between Spheres
CWE-178
Improper Handling of Case Sensitivity
CWE-311
Missing Encryption of Sensitive Data
CWE-639
Authorization Bypass Through User-Controlled Key
CWE-125
Out-of-bounds Read
CWE-404
Improper Resource Shutdown or Release
CWE-284
Improper Access Control
CWE-401
Missing Release of Memory after Effective Lifetime
CWE-94
Improper Control of Generation of Code ('Code Injection')
CWE-400
Uncontrolled Resource Consumption
CWE-770
Allocation of Resources Without Limits or Throttling
CWE-502
Deserialization of Untrusted Data
CWE-787
Out-of-bounds Write
CWE-73
External Control of File Name or Path
CWE-835
Loop with Unreachable Exit Condition ('Infinite Loop')
CWE-20
Improper Input Validation
CWE-87
Improper Neutralization of Alternate XSS Syntax
CWE-79
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
{
"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 kwetsbaarheden verholpen in Oracle Analytics.",
"title": "Feiten"
},
{
"category": "description",
"text": "De kwetsbaarheden stellen ongeauthenticeerde kwaadwillenden in staat om toegang te krijgen tot gevoelige gegevens, Denial-of-Service aan te richten, en zelfs volledige controle over systemen te verkrijgen. Specifieke kwetsbaarheden in Oracle Business Intelligence Enterprise Edition kunnen leiden tot ongeautoriseerde toegang en manipulatie van gegevens via HTTP. Daarnaast zijn er kwetsbaarheden die Denial-of-Service kunnen veroorzaken door onjuiste invoer of misbruik van systeemfunctionaliteiten.",
"title": "Interpretaties"
},
{
"category": "description",
"text": "Oracle heeft updates uitgebracht om de kwetsbaarheden 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": "CWE-399",
"title": "CWE-399"
},
{
"category": "general",
"text": "Incorrect Resource Transfer Between Spheres",
"title": "CWE-669"
},
{
"category": "general",
"text": "Improper Handling of Case Sensitivity",
"title": "CWE-178"
},
{
"category": "general",
"text": "Missing Encryption of Sensitive Data",
"title": "CWE-311"
},
{
"category": "general",
"text": "Authorization Bypass Through User-Controlled Key",
"title": "CWE-639"
},
{
"category": "general",
"text": "Out-of-bounds Read",
"title": "CWE-125"
},
{
"category": "general",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
},
{
"category": "general",
"text": "Improper Access Control",
"title": "CWE-284"
},
{
"category": "general",
"text": "Missing Release of Memory after Effective Lifetime",
"title": "CWE-401"
},
{
"category": "general",
"text": "Improper Control of Generation of Code (\u0027Code Injection\u0027)",
"title": "CWE-94"
},
{
"category": "general",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "general",
"text": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
},
{
"category": "general",
"text": "Deserialization of Untrusted Data",
"title": "CWE-502"
},
{
"category": "general",
"text": "Out-of-bounds Write",
"title": "CWE-787"
},
{
"category": "general",
"text": "External Control of File Name or Path",
"title": "CWE-73"
},
{
"category": "general",
"text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)",
"title": "CWE-835"
},
{
"category": "general",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"category": "general",
"text": "Improper Neutralization of Alternate XSS Syntax",
"title": "CWE-87"
},
{
"category": "general",
"text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
"title": "CWE-79"
}
],
"publisher": {
"category": "coordinator",
"contact_details": "cert@ncsc.nl",
"name": "Nationaal Cyber Security Centrum",
"namespace": "https://www.ncsc.nl/"
},
"references": [
{
"category": "external",
"summary": "Reference - cveprojectv5; nvd; oracle",
"url": "https://www.oracle.com/security-alerts/cpuapr2025.html"
}
],
"title": "Kwetsbaarheden verholpen in Oracle Analytics",
"tracking": {
"current_release_date": "2025-04-16T15:02:22.596981Z",
"generator": {
"date": "2025-02-25T15:15:00Z",
"engine": {
"name": "V.A.",
"version": "1.0"
}
},
"id": "NCSC-2025-0129",
"initial_release_date": "2025-04-16T15:02:22.596981Z",
"revision_history": [
{
"date": "2025-04-16T15:02:22.596981Z",
"number": "1.0.0",
"summary": "Initiele versie"
}
],
"status": "final",
"version": "1.0.0"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/12.2.1.4.0",
"product": {
"name": "vers:oracle/12.2.1.4.0",
"product_id": "CSAFPID-1144583",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence:12.2.1.4.0:*:*:*:enterprise:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/6.4.0.0.0",
"product": {
"name": "vers:oracle/6.4.0.0.0",
"product_id": "CSAFPID-1144584"
}
}
],
"category": "product_name",
"name": "Oracle Business Intelligence Enterprise Edition"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/12.2.1.4.0",
"product": {
"name": "vers:oracle/12.2.1.4.0",
"product_id": "CSAFPID-1839844",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence:12.2.1.4.0:*:*:*:enterprise:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/7.0.0.0.0",
"product": {
"name": "vers:oracle/7.0.0.0.0",
"product_id": "CSAFPID-1839843",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence:7.0.0.0.0:*:*:*:enterprise:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/7.6.0.0.0",
"product": {
"name": "vers:oracle/7.6.0.0.0",
"product_id": "CSAFPID-1839853",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence:7.6.0.0.0:*:*:*:enterprise:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Business Intelligence Enterprise Edition"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/12.2.1.4.0",
"product": {
"name": "vers:oracle/12.2.1.4.0",
"product_id": "CSAFPID-2698946",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:bi_publisher:12.2.1.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/7.0.0.0.0",
"product": {
"name": "vers:oracle/7.0.0.0.0",
"product_id": "CSAFPID-1839839",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:bi_publisher:7.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/7.6.0.0.0",
"product": {
"name": "vers:oracle/7.6.0.0.0",
"product_id": "CSAFPID-1839840",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:bi_publisher:7.6.0.0.0:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle BI Publisher"
}
],
"category": "product_family",
"name": "Oracle Analytics"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/12.2.1.4.0",
"product": {
"name": "vers:unknown/12.2.1.4.0",
"product_id": "CSAFPID-1215050"
}
},
{
"category": "product_version_range",
"name": "vers:unknown/7.6.0.0.0",
"product": {
"name": "vers:unknown/7.6.0.0.0",
"product_id": "CSAFPID-1838786"
}
}
],
"category": "product_name",
"name": "BI Publisher"
}
],
"category": "product_family",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/7.0.0.0.0",
"product": {
"name": "vers:oracle/7.0.0.0.0",
"product_id": "CSAFPID-1145643",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:bi_publisher:7.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/7.6.0.0.0",
"product": {
"name": "vers:oracle/7.6.0.0.0",
"product_id": "CSAFPID-1173987",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:bi_publisher:7.6.0.0.0:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle BI Publisher"
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:semver/12.2.1.4.0",
"product": {
"name": "vers:semver/12.2.1.4.0",
"product_id": "CSAFPID-2698635"
}
},
{
"category": "product_version_range",
"name": "vers:semver/7.6.0.0.0",
"product": {
"name": "vers:semver/7.6.0.0.0",
"product_id": "CSAFPID-2698634"
}
}
],
"category": "product_name",
"name": "Oracle BI Publisher"
}
],
"category": "vendor",
"name": "Oracle Corporation"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-36033",
"cwe": {
"id": "CWE-87",
"name": "Improper Neutralization of Alternate XSS Syntax"
},
"notes": [
{
"category": "other",
"text": "Improper Neutralization of Alternate XSS Syntax",
"title": "CWE-87"
},
{
"category": "other",
"text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
"title": "CWE-79"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1144583",
"CSAFPID-1839844",
"CSAFPID-1144584",
"CSAFPID-1839843",
"CSAFPID-1839853",
"CSAFPID-1215050",
"CSAFPID-1838786",
"CSAFPID-2698946",
"CSAFPID-1145643",
"CSAFPID-1839839",
"CSAFPID-1839840",
"CSAFPID-1173987",
"CSAFPID-2698635",
"CSAFPID-2698634"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2022-36033",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-36033.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1144583",
"CSAFPID-1839844",
"CSAFPID-1144584",
"CSAFPID-1839843",
"CSAFPID-1839853",
"CSAFPID-1215050",
"CSAFPID-1838786",
"CSAFPID-2698946",
"CSAFPID-1145643",
"CSAFPID-1839839",
"CSAFPID-1839840",
"CSAFPID-1173987",
"CSAFPID-2698635",
"CSAFPID-2698634"
]
}
],
"title": "CVE-2022-36033"
},
{
"cve": "CVE-2023-24998",
"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": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
},
{
"category": "other",
"text": "CWE-399",
"title": "CWE-399"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1144583",
"CSAFPID-1839844",
"CSAFPID-1144584",
"CSAFPID-1839843",
"CSAFPID-1839853",
"CSAFPID-1215050",
"CSAFPID-1838786",
"CSAFPID-2698946",
"CSAFPID-1145643",
"CSAFPID-1839839",
"CSAFPID-1839840",
"CSAFPID-1173987",
"CSAFPID-2698635",
"CSAFPID-2698634"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-24998",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-24998.json"
}
],
"title": "CVE-2023-24998"
},
{
"cve": "CVE-2023-25399",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"notes": [
{
"category": "other",
"text": "Missing Release of Memory after Effective Lifetime",
"title": "CWE-401"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1144583",
"CSAFPID-1839844",
"CSAFPID-1144584",
"CSAFPID-1839843",
"CSAFPID-1839853",
"CSAFPID-1215050",
"CSAFPID-1838786",
"CSAFPID-2698946",
"CSAFPID-1145643",
"CSAFPID-1839839",
"CSAFPID-1839840",
"CSAFPID-1173987",
"CSAFPID-2698635",
"CSAFPID-2698634"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-25399",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-25399.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-1144583",
"CSAFPID-1839844",
"CSAFPID-1144584",
"CSAFPID-1839843",
"CSAFPID-1839853",
"CSAFPID-1215050",
"CSAFPID-1838786",
"CSAFPID-2698946",
"CSAFPID-1145643",
"CSAFPID-1839839",
"CSAFPID-1839840",
"CSAFPID-1173987",
"CSAFPID-2698635",
"CSAFPID-2698634"
]
}
],
"title": "CVE-2023-25399"
},
{
"cve": "CVE-2023-38546",
"cwe": {
"id": "CWE-73",
"name": "External Control of File Name or Path"
},
"notes": [
{
"category": "other",
"text": "External Control of File Name or Path",
"title": "CWE-73"
},
{
"category": "other",
"text": "Missing Encryption of Sensitive Data",
"title": "CWE-311"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1144583",
"CSAFPID-1839844",
"CSAFPID-1144584",
"CSAFPID-1839843",
"CSAFPID-1839853",
"CSAFPID-1215050",
"CSAFPID-1838786",
"CSAFPID-2698946",
"CSAFPID-1145643",
"CSAFPID-1839839",
"CSAFPID-1839840",
"CSAFPID-1173987",
"CSAFPID-2698635",
"CSAFPID-2698634"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-38546",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-38546.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-1144583",
"CSAFPID-1839844",
"CSAFPID-1144584",
"CSAFPID-1839843",
"CSAFPID-1839853",
"CSAFPID-1215050",
"CSAFPID-1838786",
"CSAFPID-2698946",
"CSAFPID-1145643",
"CSAFPID-1839839",
"CSAFPID-1839840",
"CSAFPID-1173987",
"CSAFPID-2698635",
"CSAFPID-2698634"
]
}
],
"title": "CVE-2023-38546"
},
{
"cve": "CVE-2023-52428",
"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": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"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-1144583",
"CSAFPID-1839844",
"CSAFPID-1144584",
"CSAFPID-1839843",
"CSAFPID-1839853",
"CSAFPID-1215050",
"CSAFPID-1838786",
"CSAFPID-2698946",
"CSAFPID-1145643",
"CSAFPID-1839839",
"CSAFPID-1839840",
"CSAFPID-1173987",
"CSAFPID-2698635",
"CSAFPID-2698634"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-52428",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-52428.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-1144583",
"CSAFPID-1839844",
"CSAFPID-1144584",
"CSAFPID-1839843",
"CSAFPID-1839853",
"CSAFPID-1215050",
"CSAFPID-1838786",
"CSAFPID-2698946",
"CSAFPID-1145643",
"CSAFPID-1839839",
"CSAFPID-1839840",
"CSAFPID-1173987",
"CSAFPID-2698635",
"CSAFPID-2698634"
]
}
],
"title": "CVE-2023-52428"
},
{
"cve": "CVE-2024-7264",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "other",
"text": "Out-of-bounds Read",
"title": "CWE-125"
},
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"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-1144583",
"CSAFPID-1839844",
"CSAFPID-1144584",
"CSAFPID-1839843",
"CSAFPID-1839853",
"CSAFPID-1215050",
"CSAFPID-1838786",
"CSAFPID-2698946",
"CSAFPID-1145643",
"CSAFPID-1839839",
"CSAFPID-1839840",
"CSAFPID-1173987",
"CSAFPID-2698635",
"CSAFPID-2698634"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-7264",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-7264.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1144583",
"CSAFPID-1839844",
"CSAFPID-1144584",
"CSAFPID-1839843",
"CSAFPID-1839853",
"CSAFPID-1215050",
"CSAFPID-1838786",
"CSAFPID-2698946",
"CSAFPID-1145643",
"CSAFPID-1839839",
"CSAFPID-1839840",
"CSAFPID-1173987",
"CSAFPID-2698635",
"CSAFPID-2698634"
]
}
],
"title": "CVE-2024-7264"
},
{
"cve": "CVE-2024-9143",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "other",
"text": "Out-of-bounds Write",
"title": "CWE-787"
},
{
"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-1144583",
"CSAFPID-1839844",
"CSAFPID-1144584",
"CSAFPID-1839843",
"CSAFPID-1839853",
"CSAFPID-1215050",
"CSAFPID-1838786",
"CSAFPID-2698946",
"CSAFPID-1145643",
"CSAFPID-1839839",
"CSAFPID-1839840",
"CSAFPID-1173987",
"CSAFPID-2698635",
"CSAFPID-2698634"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-9143",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-9143.json"
}
],
"title": "CVE-2024-9143"
},
{
"cve": "CVE-2024-30172",
"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": "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-1144583",
"CSAFPID-1839844",
"CSAFPID-1144584",
"CSAFPID-1839843",
"CSAFPID-1839853",
"CSAFPID-1215050",
"CSAFPID-1838786",
"CSAFPID-2698946",
"CSAFPID-1145643",
"CSAFPID-1839839",
"CSAFPID-1839840",
"CSAFPID-1173987",
"CSAFPID-2698635",
"CSAFPID-2698634"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-30172",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-30172.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-1144583",
"CSAFPID-1839844",
"CSAFPID-1144584",
"CSAFPID-1839843",
"CSAFPID-1839853",
"CSAFPID-1215050",
"CSAFPID-1838786",
"CSAFPID-2698946",
"CSAFPID-1145643",
"CSAFPID-1839839",
"CSAFPID-1839840",
"CSAFPID-1173987",
"CSAFPID-2698635",
"CSAFPID-2698634"
]
}
],
"title": "CVE-2024-30172"
},
{
"cve": "CVE-2024-32007",
"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": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"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-1144583",
"CSAFPID-1839844",
"CSAFPID-1144584",
"CSAFPID-1839843",
"CSAFPID-1839853",
"CSAFPID-1215050",
"CSAFPID-1838786",
"CSAFPID-2698946",
"CSAFPID-1145643",
"CSAFPID-1839839",
"CSAFPID-1839840",
"CSAFPID-1173987",
"CSAFPID-2698635",
"CSAFPID-2698634"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-32007",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-32007.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:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1144583",
"CSAFPID-1839844",
"CSAFPID-1144584",
"CSAFPID-1839843",
"CSAFPID-1839853",
"CSAFPID-1215050",
"CSAFPID-1838786",
"CSAFPID-2698946",
"CSAFPID-1145643",
"CSAFPID-1839839",
"CSAFPID-1839840",
"CSAFPID-1173987",
"CSAFPID-2698635",
"CSAFPID-2698634"
]
}
],
"title": "CVE-2024-32007"
},
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"notes": [
{
"category": "other",
"text": "Incorrect Resource Transfer Between Spheres",
"title": "CWE-669"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1144583",
"CSAFPID-1839844",
"CSAFPID-1144584",
"CSAFPID-1839843",
"CSAFPID-1839853",
"CSAFPID-1215050",
"CSAFPID-1838786",
"CSAFPID-2698946",
"CSAFPID-1145643",
"CSAFPID-1839839",
"CSAFPID-1839840",
"CSAFPID-1173987",
"CSAFPID-2698635",
"CSAFPID-2698634"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-37891",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37891.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1144583",
"CSAFPID-1839844",
"CSAFPID-1144584",
"CSAFPID-1839843",
"CSAFPID-1839853",
"CSAFPID-1215050",
"CSAFPID-1838786",
"CSAFPID-2698946",
"CSAFPID-1145643",
"CSAFPID-1839839",
"CSAFPID-1839840",
"CSAFPID-1173987",
"CSAFPID-2698635",
"CSAFPID-2698634"
]
}
],
"title": "CVE-2024-37891"
},
{
"cve": "CVE-2024-38820",
"cwe": {
"id": "CWE-284",
"name": "Improper Access Control"
},
"notes": [
{
"category": "other",
"text": "Improper Access Control",
"title": "CWE-284"
},
{
"category": "other",
"text": "Improper Handling of Case Sensitivity",
"title": "CWE-178"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:H/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-1144583",
"CSAFPID-1839844",
"CSAFPID-1144584",
"CSAFPID-1839843",
"CSAFPID-1839853",
"CSAFPID-1215050",
"CSAFPID-1838786",
"CSAFPID-2698946",
"CSAFPID-1145643",
"CSAFPID-1839839",
"CSAFPID-1839840",
"CSAFPID-1173987",
"CSAFPID-2698635",
"CSAFPID-2698634"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-38820",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38820.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-1144583",
"CSAFPID-1839844",
"CSAFPID-1144584",
"CSAFPID-1839843",
"CSAFPID-1839853",
"CSAFPID-1215050",
"CSAFPID-1838786",
"CSAFPID-2698946",
"CSAFPID-1145643",
"CSAFPID-1839839",
"CSAFPID-1839840",
"CSAFPID-1173987",
"CSAFPID-2698635",
"CSAFPID-2698634"
]
}
],
"title": "CVE-2024-38820"
},
{
"cve": "CVE-2024-38827",
"cwe": {
"id": "CWE-639",
"name": "Authorization Bypass Through User-Controlled Key"
},
"notes": [
{
"category": "other",
"text": "Authorization Bypass Through User-Controlled Key",
"title": "CWE-639"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1144583",
"CSAFPID-1839844",
"CSAFPID-1144584",
"CSAFPID-1839843",
"CSAFPID-1839853",
"CSAFPID-1215050",
"CSAFPID-1838786",
"CSAFPID-2698946",
"CSAFPID-1145643",
"CSAFPID-1839839",
"CSAFPID-1839840",
"CSAFPID-1173987",
"CSAFPID-2698635",
"CSAFPID-2698634"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-38827",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38827.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1144583",
"CSAFPID-1839844",
"CSAFPID-1144584",
"CSAFPID-1839843",
"CSAFPID-1839853",
"CSAFPID-1215050",
"CSAFPID-1838786",
"CSAFPID-2698946",
"CSAFPID-1145643",
"CSAFPID-1839839",
"CSAFPID-1839840",
"CSAFPID-1173987",
"CSAFPID-2698635",
"CSAFPID-2698634"
]
}
],
"title": "CVE-2024-38827"
},
{
"cve": "CVE-2024-52046",
"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": "other",
"text": "Deserialization of Untrusted Data",
"title": "CWE-502"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/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-1144583",
"CSAFPID-1839844",
"CSAFPID-1144584",
"CSAFPID-1839843",
"CSAFPID-1839853",
"CSAFPID-1215050",
"CSAFPID-1838786",
"CSAFPID-2698946",
"CSAFPID-1145643",
"CSAFPID-1839839",
"CSAFPID-1839840",
"CSAFPID-1173987",
"CSAFPID-2698635",
"CSAFPID-2698634"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-52046",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-52046.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-1144583",
"CSAFPID-1839844",
"CSAFPID-1144584",
"CSAFPID-1839843",
"CSAFPID-1839853",
"CSAFPID-1215050",
"CSAFPID-1838786",
"CSAFPID-2698946",
"CSAFPID-1145643",
"CSAFPID-1839839",
"CSAFPID-1839840",
"CSAFPID-1173987",
"CSAFPID-2698635",
"CSAFPID-2698634"
]
}
],
"title": "CVE-2024-52046"
},
{
"cve": "CVE-2025-30723",
"product_status": {
"known_affected": [
"CSAFPID-1144583",
"CSAFPID-1839844",
"CSAFPID-1144584",
"CSAFPID-1839843",
"CSAFPID-1839853",
"CSAFPID-1215050",
"CSAFPID-1838786",
"CSAFPID-2698946",
"CSAFPID-1145643",
"CSAFPID-1839839",
"CSAFPID-1839840",
"CSAFPID-1173987",
"CSAFPID-2698635",
"CSAFPID-2698634"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-30723",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-30723.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-1144583",
"CSAFPID-1839844",
"CSAFPID-1144584",
"CSAFPID-1839843",
"CSAFPID-1839853",
"CSAFPID-1215050",
"CSAFPID-1838786",
"CSAFPID-2698946",
"CSAFPID-1145643",
"CSAFPID-1839839",
"CSAFPID-1839840",
"CSAFPID-1173987",
"CSAFPID-2698635",
"CSAFPID-2698634"
]
}
],
"title": "CVE-2025-30723"
},
{
"cve": "CVE-2025-30724",
"product_status": {
"known_affected": [
"CSAFPID-1144583",
"CSAFPID-1839844",
"CSAFPID-1144584",
"CSAFPID-1839843",
"CSAFPID-1839853",
"CSAFPID-1215050",
"CSAFPID-1838786",
"CSAFPID-2698946",
"CSAFPID-1145643",
"CSAFPID-1839839",
"CSAFPID-1839840",
"CSAFPID-1173987",
"CSAFPID-2698635",
"CSAFPID-2698634"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-30724",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-30724.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-1144583",
"CSAFPID-1839844",
"CSAFPID-1144584",
"CSAFPID-1839843",
"CSAFPID-1839853",
"CSAFPID-1215050",
"CSAFPID-1838786",
"CSAFPID-2698946",
"CSAFPID-1145643",
"CSAFPID-1839839",
"CSAFPID-1839840",
"CSAFPID-1173987",
"CSAFPID-2698635",
"CSAFPID-2698634"
]
}
],
"title": "CVE-2025-30724"
}
]
}
NCSC-2025-0124
Vulnerability from csaf_ncscnl - Published: 2025-04-16 08:39 - Updated: 2025-04-16 08:39Summary
Kwetsbaarheden verholpen in Oracle Communications
Notes
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:
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.
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.
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.
Feiten
Oracle heeft meerdere kwetsbaarheden verholpen in Oracle Communications producten, waaronder de Cloud Native Core en Policy Management.
Interpretaties
De kwetsbaarheden in Oracle Communications producten stellen ongeauthenticeerde aanvallers in staat om ongeautoriseerde toegang te verkrijgen tot gevoelige gegevens en kunnen leiden tot Denial-of-Service (DoS) aanvallen. Specifieke versies van de Cloud Native Core, zoals de Binding Support Function en Network Repository Function, zijn getroffen, met CVSS-scores die variëren van 4.3 tot 9.8, wat wijst op significante risico's voor de beschikbaarheid en vertrouwelijkheid van de systemen.
Oplossingen
Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.
Kans
medium
Schade
high
CWE-44
Path Equivalence: 'file.name' (Internal Dot)
CWE-706
Use of Incorrectly-Resolved Name or Reference
CWE-444
Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')
CWE-1321
Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
CWE-502
Deserialization of Untrusted Data
CWE-22
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
CWE-121
Stack-based Buffer Overflow
CWE-79
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
CWE-1395
Dependency on Vulnerable Third-Party Component
CWE-653
Improper Isolation or Compartmentalization
CWE-670
Always-Incorrect Control Flow Implementation
CWE-676
Use of Potentially Dangerous Function
CWE-1336
Improper Neutralization of Special Elements Used in a Template Engine
CWE-392
Missing Report of Error Condition
CWE-772
Missing Release of Resource after Effective Lifetime
CWE-208
Observable Timing Discrepancy
CWE-669
Incorrect Resource Transfer Between Spheres
CWE-349
Acceptance of Extraneous Untrusted Data With Trusted Data
CWE-834
Excessive Iteration
CWE-303
Incorrect Implementation of Authentication Algorithm
CWE-732
Incorrect Permission Assignment for Critical Resource
CWE-367
Time-of-check Time-of-use (TOCTOU) Race Condition
CWE-917
Improper Neutralization of Special Elements used in an Expression Language Statement ('Expression Language Injection')
CWE-1286
Improper Validation of Syntactic Correctness of Input
CWE-754
Improper Check for Unusual or Exceptional Conditions
CWE-680
Integer Overflow to Buffer Overflow
CWE-345
Insufficient Verification of Data Authenticity
CWE-369
Divide By Zero
CWE-552
Files or Directories Accessible to External Parties
CWE-639
Authorization Bypass Through User-Controlled Key
CWE-362
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
CWE-404
Improper Resource Shutdown or Release
CWE-862
Missing Authorization
CWE-119
Improper Restriction of Operations within the Bounds of a Memory Buffer
CWE-1333
Inefficient Regular Expression Complexity
CWE-295
Improper Certificate Validation
CWE-94
Improper Control of Generation of Code ('Code Injection')
CWE-327
Use of a Broken or Risky Cryptographic Algorithm
CWE-400
Uncontrolled Resource Consumption
CWE-770
Allocation of Resources Without Limits or Throttling
CWE-674
Uncontrolled Recursion
CWE-611
Improper Restriction of XML External Entity Reference
CWE-200
Exposure of Sensitive Information to an Unauthorized Actor
CWE-120
Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')
CWE-269
Improper Privilege Management
CWE-20
Improper Input Validation
{
"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 Oracle Communications producten, waaronder de Cloud Native Core en Policy Management.",
"title": "Feiten"
},
{
"category": "description",
"text": "De kwetsbaarheden in Oracle Communications producten stellen ongeauthenticeerde aanvallers in staat om ongeautoriseerde toegang te verkrijgen tot gevoelige gegevens en kunnen leiden tot Denial-of-Service (DoS) aanvallen. Specifieke versies van de Cloud Native Core, zoals de Binding Support Function en Network Repository Function, zijn getroffen, met CVSS-scores die vari\u00ebren van 4.3 tot 9.8, wat wijst op significante risico\u0027s voor de beschikbaarheid en vertrouwelijkheid van de systemen.",
"title": "Interpretaties"
},
{
"category": "description",
"text": "Oracle heeft updates uitgebracht om de kwetsbaarheden 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": "Path Equivalence: \u0027file.name\u0027 (Internal Dot)",
"title": "CWE-44"
},
{
"category": "general",
"text": "Use of Incorrectly-Resolved Name or Reference",
"title": "CWE-706"
},
{
"category": "general",
"text": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)",
"title": "CWE-444"
},
{
"category": "general",
"text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
"title": "CWE-1321"
},
{
"category": "general",
"text": "Deserialization of Untrusted Data",
"title": "CWE-502"
},
{
"category": "general",
"text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"title": "CWE-22"
},
{
"category": "general",
"text": "Stack-based Buffer Overflow",
"title": "CWE-121"
},
{
"category": "general",
"text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
"title": "CWE-79"
},
{
"category": "general",
"text": "Dependency on Vulnerable Third-Party Component",
"title": "CWE-1395"
},
{
"category": "general",
"text": "Improper Isolation or Compartmentalization",
"title": "CWE-653"
},
{
"category": "general",
"text": "Always-Incorrect Control Flow Implementation",
"title": "CWE-670"
},
{
"category": "general",
"text": "Use of Potentially Dangerous Function",
"title": "CWE-676"
},
{
"category": "general",
"text": "Improper Neutralization of Special Elements Used in a Template Engine",
"title": "CWE-1336"
},
{
"category": "general",
"text": "Missing Report of Error Condition",
"title": "CWE-392"
},
{
"category": "general",
"text": "Missing Release of Resource after Effective Lifetime",
"title": "CWE-772"
},
{
"category": "general",
"text": "Observable Timing Discrepancy",
"title": "CWE-208"
},
{
"category": "general",
"text": "Incorrect Resource Transfer Between Spheres",
"title": "CWE-669"
},
{
"category": "general",
"text": "Acceptance of Extraneous Untrusted Data With Trusted Data",
"title": "CWE-349"
},
{
"category": "general",
"text": "Excessive Iteration",
"title": "CWE-834"
},
{
"category": "general",
"text": "Incorrect Implementation of Authentication Algorithm",
"title": "CWE-303"
},
{
"category": "general",
"text": "Incorrect Permission Assignment for Critical Resource",
"title": "CWE-732"
},
{
"category": "general",
"text": "Time-of-check Time-of-use (TOCTOU) Race Condition",
"title": "CWE-367"
},
{
"category": "general",
"text": "Improper Neutralization of Special Elements used in an Expression Language Statement (\u0027Expression Language Injection\u0027)",
"title": "CWE-917"
},
{
"category": "general",
"text": "Improper Validation of Syntactic Correctness of Input",
"title": "CWE-1286"
},
{
"category": "general",
"text": "Improper Check for Unusual or Exceptional Conditions",
"title": "CWE-754"
},
{
"category": "general",
"text": "Integer Overflow to Buffer Overflow",
"title": "CWE-680"
},
{
"category": "general",
"text": "Insufficient Verification of Data Authenticity",
"title": "CWE-345"
},
{
"category": "general",
"text": "Divide By Zero",
"title": "CWE-369"
},
{
"category": "general",
"text": "Files or Directories Accessible to External Parties",
"title": "CWE-552"
},
{
"category": "general",
"text": "Authorization Bypass Through User-Controlled Key",
"title": "CWE-639"
},
{
"category": "general",
"text": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)",
"title": "CWE-362"
},
{
"category": "general",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
},
{
"category": "general",
"text": "Missing Authorization",
"title": "CWE-862"
},
{
"category": "general",
"text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
"title": "CWE-119"
},
{
"category": "general",
"text": "Inefficient Regular Expression Complexity",
"title": "CWE-1333"
},
{
"category": "general",
"text": "Improper Certificate Validation",
"title": "CWE-295"
},
{
"category": "general",
"text": "Improper Control of Generation of Code (\u0027Code Injection\u0027)",
"title": "CWE-94"
},
{
"category": "general",
"text": "Use of a Broken or Risky Cryptographic Algorithm",
"title": "CWE-327"
},
{
"category": "general",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "general",
"text": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
},
{
"category": "general",
"text": "Uncontrolled Recursion",
"title": "CWE-674"
},
{
"category": "general",
"text": "Improper Restriction of XML External Entity Reference",
"title": "CWE-611"
},
{
"category": "general",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
},
{
"category": "general",
"text": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)",
"title": "CWE-120"
},
{
"category": "general",
"text": "Improper Privilege Management",
"title": "CWE-269"
},
{
"category": "general",
"text": "Improper Input Validation",
"title": "CWE-20"
}
],
"publisher": {
"category": "coordinator",
"contact_details": "cert@ncsc.nl",
"name": "Nationaal Cyber Security Centrum",
"namespace": "https://www.ncsc.nl/"
},
"references": [
{
"category": "external",
"summary": "Reference - cveprojectv5; nvd; oracle",
"url": "https://www.oracle.com/security-alerts/cpuapr2025.html"
}
],
"title": "Kwetsbaarheden verholpen in Oracle Communications",
"tracking": {
"current_release_date": "2025-04-16T08:39:55.217751Z",
"generator": {
"date": "2025-02-25T15:15:00Z",
"engine": {
"name": "V.A.",
"version": "1.0"
}
},
"id": "NCSC-2025-0124",
"initial_release_date": "2025-04-16T08:39:55.217751Z",
"revision_history": [
{
"date": "2025-04-16T08:39:55.217751Z",
"number": "1.0.0",
"summary": "Initiele versie"
}
],
"status": "final",
"version": "1.0.0"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/24.2.1",
"product": {
"name": "vers:unknown/24.2.1",
"product_id": "CSAFPID-1838578"
}
},
{
"category": "product_version_range",
"name": "vers:unknown/24.2.0",
"product": {
"name": "vers:unknown/24.2.0",
"product_id": "CSAFPID-1838586"
}
}
],
"category": "product_name",
"name": "Communications Cloud Native Core Binding Support Function"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003e=24.2.0|\u003c=24.2.2",
"product": {
"name": "vers:unknown/\u003e=24.2.0|\u003c=24.2.2",
"product_id": "CSAFPID-1838591"
}
}
],
"category": "product_name",
"name": "Communications Cloud Native Core Policy"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/24.2.1",
"product": {
"name": "vers:unknown/24.2.1",
"product_id": "CSAFPID-1838592"
}
}
],
"category": "product_name",
"name": "Communications Cloud Native Core Console"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/24.2.0",
"product": {
"name": "vers:unknown/24.2.0",
"product_id": "CSAFPID-1838572"
}
},
{
"category": "product_version_range",
"name": "vers:unknown/24.2.1",
"product": {
"name": "vers:unknown/24.2.1",
"product_id": "CSAFPID-1838581"
}
},
{
"category": "product_version_range",
"name": "vers:unknown/24.2.2",
"product": {
"name": "vers:unknown/24.2.2",
"product_id": "CSAFPID-1838584"
}
}
],
"category": "product_name",
"name": "Communications Cloud Native Core Security Edge Protection Proxy"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003e=6.0|\u003c=6.1",
"product": {
"name": "vers:unknown/\u003e=6.0|\u003c=6.1",
"product_id": "CSAFPID-2698355"
}
}
],
"category": "product_name",
"name": "Communications Unified Assurance"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/24.3.0",
"product": {
"name": "vers:unknown/24.3.0",
"product_id": "CSAFPID-2698333"
}
}
],
"category": "product_name",
"name": "Management Cloud Engine"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/24.2.0",
"product": {
"name": "vers:unknown/24.2.0",
"product_id": "CSAFPID-2698334"
}
}
],
"category": "product_name",
"name": "Communications Cloud Native Core Network Data Analytics Function"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/24.2.5",
"product": {
"name": "vers:unknown/24.2.5",
"product_id": "CSAFPID-2698374"
}
}
],
"category": "product_name",
"name": "Communications Cloud Native Core Network Function Cloud Native Environment"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/9.0.0",
"product": {
"name": "vers:unknown/9.0.0",
"product_id": "CSAFPID-1234193"
}
},
{
"category": "product_version_range",
"name": "vers:unknown/9.0.1",
"product": {
"name": "vers:unknown/9.0.1",
"product_id": "CSAFPID-1234261"
}
},
{
"category": "product_version_range",
"name": "vers:unknown/9.0.2",
"product": {
"name": "vers:unknown/9.0.2",
"product_id": "CSAFPID-2698362"
}
},
{
"category": "product_version_range",
"name": "vers:unknown/9.0.3",
"product": {
"name": "vers:unknown/9.0.3",
"product_id": "CSAFPID-2698358"
}
},
{
"category": "product_version_range",
"name": "vers:unknown/\u003e=9.0.0|\u003c=9.0.3",
"product": {
"name": "vers:unknown/\u003e=9.0.0|\u003c=9.0.3",
"product_id": "CSAFPID-2698372"
}
}
],
"category": "product_name",
"name": "Communications Element Manager"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/15.0.0.0.0",
"product": {
"name": "vers:unknown/15.0.0.0.0",
"product_id": "CSAFPID-1837923"
}
}
],
"category": "product_name",
"name": "Communications Policy Management"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003e=9.0.0|\u003c=9.0.3",
"product": {
"name": "vers:unknown/\u003e=9.0.0|\u003c=9.0.3",
"product_id": "CSAFPID-2698373"
}
}
],
"category": "product_name",
"name": "Communications Session Report Manager"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/9.1.1.9",
"product": {
"name": "vers:unknown/9.1.1.9",
"product_id": "CSAFPID-2698357"
}
}
],
"category": "product_name",
"name": "SD-WAN Edge"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/24.2.3",
"product": {
"name": "vers:unknown/24.2.3",
"product_id": "CSAFPID-1838579"
}
},
{
"category": "product_version_range",
"name": "vers:unknown/24.3.0",
"product": {
"name": "vers:unknown/24.3.0",
"product_id": "CSAFPID-1838582"
}
}
],
"category": "product_name",
"name": "Communications Cloud Native Core Unified Data Repository"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/10.0.0",
"product": {
"name": "vers:unknown/10.0.0",
"product_id": "CSAFPID-2698381"
}
},
{
"category": "product_version_range",
"name": "vers:unknown/9.2.0",
"product": {
"name": "vers:unknown/9.2.0",
"product_id": "CSAFPID-1207518"
}
},
{
"category": "product_version_range",
"name": "vers:unknown/9.3.0",
"product": {
"name": "vers:unknown/9.3.0",
"product_id": "CSAFPID-1207704"
}
}
],
"category": "product_name",
"name": "Communications Session Border Controller"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/4.1.0",
"product": {
"name": "vers:unknown/4.1.0",
"product_id": "CSAFPID-1207607"
}
},
{
"category": "product_version_range",
"name": "vers:unknown/4.2.0",
"product": {
"name": "vers:unknown/4.2.0",
"product_id": "CSAFPID-1207752"
}
}
],
"category": "product_name",
"name": "Enterprise Communications Broker"
}
],
"category": "product_family",
"name": "Oracle"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/24.2.0",
"product": {
"name": "vers:oracle/24.2.0",
"product_id": "CSAFPID-1839911",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:24.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/24.2.1",
"product": {
"name": "vers:oracle/24.2.1",
"product_id": "CSAFPID-1839908",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:24.2.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=24.2.0|\u003c=24.2.2",
"product": {
"name": "vers:oracle/\u003e=24.2.0|\u003c=24.2.2",
"product_id": "CSAFPID-2698963",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:24.2.0-24.2.2:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications Cloud Native Core Binding Support Function"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/24.2.3",
"product": {
"name": "vers:oracle/24.2.3",
"product_id": "CSAFPID-2698973",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_dbtier:24.2.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/24.2.4",
"product": {
"name": "vers:oracle/24.2.4",
"product_id": "CSAFPID-2699085",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_dbtier:24.2.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/24.3.0",
"product": {
"name": "vers:oracle/24.3.0",
"product_id": "CSAFPID-1839941",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_dbtier:24.3.0:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications Cloud Native Core DBTier"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=24.2.0|\u003c=24.2.2",
"product": {
"name": "vers:oracle/\u003e=24.2.0|\u003c=24.2.2",
"product_id": "CSAFPID-1839907",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:24.2.0-24.2.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=24.2.0|\u003c=24.2.4",
"product": {
"name": "vers:oracle/\u003e=24.2.0|\u003c=24.2.4",
"product_id": "CSAFPID-2698965",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:24.2.0-24.2.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=24.2.1|\u003c=24.2.4",
"product": {
"name": "vers:oracle/\u003e=24.2.1|\u003c=24.2.4",
"product_id": "CSAFPID-2698944",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:24.2.1-24.2.4:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications Cloud Native Core Policy"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/24.2.1",
"product": {
"name": "vers:oracle/24.2.1",
"product_id": "CSAFPID-1839952",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_certificate_management:24.2.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/24.2.2",
"product": {
"name": "vers:oracle/24.2.2",
"product_id": "CSAFPID-2699038",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_certificate_management:24.2.2:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications Cloud Native Core Certificate Management"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/24.2.1",
"product": {
"name": "vers:oracle/24.2.1",
"product_id": "CSAFPID-1839951",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:24.2.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/24.2.2",
"product": {
"name": "vers:oracle/24.2.2",
"product_id": "CSAFPID-2699059",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:24.2.2:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications Cloud Native Core Console"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/24.2.2",
"product": {
"name": "vers:oracle/24.2.2",
"product_id": "CSAFPID-1839919",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:24.2.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/24.2.3",
"product": {
"name": "vers:oracle/24.2.3",
"product_id": "CSAFPID-2698957",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:24.2.3:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications Cloud Native Core Network Repository Function"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/23.4.0",
"product": {
"name": "vers:oracle/23.4.0",
"product_id": "CSAFPID-1839924",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/24.2.0",
"product": {
"name": "vers:oracle/24.2.0",
"product_id": "CSAFPID-1839910",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:24.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/24.2.1",
"product": {
"name": "vers:oracle/24.2.1",
"product_id": "CSAFPID-1839909",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:24.2.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/24.2.2",
"product": {
"name": "vers:oracle/24.2.2",
"product_id": "CSAFPID-1839894",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:24.2.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/24.2.3",
"product": {
"name": "vers:oracle/24.2.3",
"product_id": "CSAFPID-2698958",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:24.2.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/24.3.0",
"product": {
"name": "vers:oracle/24.3.0",
"product_id": "CSAFPID-2699094",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:24.3.0:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications Cloud Native Core Security Edge Protection Proxy"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/24.2.0",
"product": {
"name": "vers:oracle/24.2.0",
"product_id": "CSAFPID-1839934",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:24.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/24.2.3",
"product": {
"name": "vers:oracle/24.2.3",
"product_id": "CSAFPID-2699086",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:24.2.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/24.3.0",
"product": {
"name": "vers:oracle/24.3.0",
"product_id": "CSAFPID-1839935",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:24.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/25.1.100",
"product": {
"name": "vers:oracle/25.1.100",
"product_id": "CSAFPID-2699073",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:25.1.100:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications Cloud Native Core Service Communication Proxy"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/46.6",
"product": {
"name": "vers:oracle/46.6",
"product_id": "CSAFPID-2698993",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_eagle_element_management_system:46.6:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications EAGLE Element Management System"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/5.1",
"product": {
"name": "vers:oracle/5.1",
"product_id": "CSAFPID-1839893",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_operations_monitor:5.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/5.2",
"product": {
"name": "vers:oracle/5.2",
"product_id": "CSAFPID-1839895",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_operations_monitor:5.2:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications Operations Monitor"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/12.11",
"product": {
"name": "vers:oracle/12.11",
"product_id": "CSAFPID-1839890",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.11:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/14.0",
"product": {
"name": "vers:oracle/14.0",
"product_id": "CSAFPID-1839891",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_user_data_repository:14.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/14.0.0",
"product": {
"name": "vers:oracle/14.0.0",
"product_id": "CSAFPID-2699072",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_user_data_repository:14.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/15.0",
"product": {
"name": "vers:oracle/15.0",
"product_id": "CSAFPID-1839961",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_user_data_repository:15.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/15.0.0",
"product": {
"name": "vers:oracle/15.0.0",
"product_id": "CSAFPID-2699023",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_user_data_repository:15.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/15.0.1",
"product": {
"name": "vers:oracle/15.0.1",
"product_id": "CSAFPID-2699025",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_user_data_repository:15.0.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/15.0.2",
"product": {
"name": "vers:oracle/15.0.2",
"product_id": "CSAFPID-2699024",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_user_data_repository:15.0.2:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications User Data Repository"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/9.0.0.0",
"product": {
"name": "vers:oracle/9.0.0.0",
"product_id": "CSAFPID-2698999",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:9.0.0.0:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications Diameter Signaling Router"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/24.3.0",
"product": {
"name": "vers:oracle/24.3.0",
"product_id": "CSAFPID-2698996",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:management_cloud_engine:24.3.0:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Management Cloud Engine"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/24.2.0",
"product": {
"name": "vers:oracle/24.2.0",
"product_id": "CSAFPID-2699007",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_data_analytics_function:24.2.0:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications Cloud Native Core Network Data Analytics Function"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/24.2.0",
"product": {
"name": "vers:oracle/24.2.0",
"product_id": "CSAFPID-1839868",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:24.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/24.2.5",
"product": {
"name": "vers:oracle/24.2.5",
"product_id": "CSAFPID-2699029",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:24.2.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/24.3.0",
"product": {
"name": "vers:oracle/24.3.0",
"product_id": "CSAFPID-1839869",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:24.3.0:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications Cloud Native Core Network Function Cloud Native Environment"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/9.0.0",
"product": {
"name": "vers:oracle/9.0.0",
"product_id": "CSAFPID-2699013",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_element_manager:9.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/9.0.1",
"product": {
"name": "vers:oracle/9.0.1",
"product_id": "CSAFPID-2699012",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_element_manager:9.0.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/9.0.2",
"product": {
"name": "vers:oracle/9.0.2",
"product_id": "CSAFPID-2699016",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_element_manager:9.0.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/9.0.3",
"product": {
"name": "vers:oracle/9.0.3",
"product_id": "CSAFPID-2699015",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_element_manager:9.0.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=9.0.0|\u003c=9.0.3",
"product": {
"name": "vers:oracle/\u003e=9.0.0|\u003c=9.0.3",
"product_id": "CSAFPID-2699098",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_element_manager:9.0.0-9.0.3:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications Element Manager"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/15.0.0.0.0",
"product": {
"name": "vers:oracle/15.0.0.0.0",
"product_id": "CSAFPID-1839960",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_policy_management:15.0.0.0.0:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications Policy Management"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/9.0.0",
"product": {
"name": "vers:oracle/9.0.0",
"product_id": "CSAFPID-2699093",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_report_manager:9.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/9.0.1",
"product": {
"name": "vers:oracle/9.0.1",
"product_id": "CSAFPID-2699092",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_report_manager:9.0.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/9.0.2",
"product": {
"name": "vers:oracle/9.0.2",
"product_id": "CSAFPID-2699091",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_report_manager:9.0.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/9.0.3",
"product": {
"name": "vers:oracle/9.0.3",
"product_id": "CSAFPID-2699090",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_report_manager:9.0.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=9.0.0|\u003c=9.0.3",
"product": {
"name": "vers:oracle/\u003e=9.0.0|\u003c=9.0.3",
"product_id": "CSAFPID-2699124",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_report_manager:9.0.0-9.0.3:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications Session Report Manager"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/9.1.1.9",
"product": {
"name": "vers:oracle/9.1.1.9",
"product_id": "CSAFPID-2698959",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:sd-wan_edge:9.1.1.9:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle SD-WAN Edge"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/22.4.0",
"product": {
"name": "vers:oracle/22.4.0",
"product_id": "CSAFPID-2699181",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/23.4.4",
"product": {
"name": "vers:oracle/23.4.4",
"product_id": "CSAFPID-1839930",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.4.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/24.1.1",
"product": {
"name": "vers:oracle/24.1.1",
"product_id": "CSAFPID-1839933",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:24.1.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/24.2.2",
"product": {
"name": "vers:oracle/24.2.2",
"product_id": "CSAFPID-1839931",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:24.2.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/24.2.3",
"product": {
"name": "vers:oracle/24.2.3",
"product_id": "CSAFPID-1839963",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:24.2.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/24.3.0",
"product": {
"name": "vers:oracle/24.3.0",
"product_id": "CSAFPID-1839932",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:24.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/25.1.100",
"product": {
"name": "vers:oracle/25.1.100",
"product_id": "CSAFPID-2698956",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:25.1.100:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=23.1.0|\u003c=23.4.0",
"product": {
"name": "vers:oracle/\u003e=23.1.0|\u003c=23.4.0",
"product_id": "CSAFPID-2699180",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.1.0-23.4.0:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications Cloud Native Core Unified Data Repository"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/10.0.0",
"product": {
"name": "vers:oracle/10.0.0",
"product_id": "CSAFPID-2699083",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_border_controller:10.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/9.2.0",
"product": {
"name": "vers:oracle/9.2.0",
"product_id": "CSAFPID-1839887",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_border_controller:9.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/9.3.0",
"product": {
"name": "vers:oracle/9.3.0",
"product_id": "CSAFPID-1839889",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_session_border_controller:9.3.0:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications Session Border Controller"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/4.1.0",
"product": {
"name": "vers:oracle/4.1.0",
"product_id": "CSAFPID-1839888",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:enterprise_communications_broker:4.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/4.2.0",
"product": {
"name": "vers:oracle/4.2.0",
"product_id": "CSAFPID-1839886",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:enterprise_communications_broker:4.2.0:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Enterprise Communications Broker"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/24.1.0",
"product": {
"name": "vers:oracle/24.1.0",
"product_id": "CSAFPID-1839925",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:24.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/24.2.0",
"product": {
"name": "vers:oracle/24.2.0",
"product_id": "CSAFPID-1840027",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:24.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/24.3.0",
"product": {
"name": "vers:oracle/24.3.0",
"product_id": "CSAFPID-2699041",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:24.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=24.1.0|\u003c=24.3.0",
"product": {
"name": "vers:oracle/\u003e=24.1.0|\u003c=24.3.0",
"product_id": "CSAFPID-2698961",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:24.1.0-24.3.0:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications Network Analytics Data Director"
}
],
"category": "product_family",
"name": "Oracle Communications"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=23.4.0|\u003c=23.4.1",
"product": {
"name": "vers:oracle/\u003e=23.4.0|\u003c=23.4.1",
"product_id": "CSAFPID-1145869"
}
},
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=23.4.0|\u003c=23.4.3",
"product": {
"name": "vers:oracle/\u003e=23.4.0|\u003c=23.4.3",
"product_id": "CSAFPID-1145271",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.4.0-23.4.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=23.4.0|\u003c=23.4.5",
"product": {
"name": "vers:oracle/\u003e=23.4.0|\u003c=23.4.5",
"product_id": "CSAFPID-1173947",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.4.0-23.4.5:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications Cloud Native Core Binding Support Function"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=23.4.0|\u003c=23.4.2",
"product": {
"name": "vers:oracle/\u003e=23.4.0|\u003c=23.4.2",
"product_id": "CSAFPID-1145868"
}
},
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=23.4.0|\u003c=23.4.4",
"product": {
"name": "vers:oracle/\u003e=23.4.0|\u003c=23.4.4",
"product_id": "CSAFPID-1145270",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.4.0-23.4.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=23.4.0|\u003c=23.4.6",
"product": {
"name": "vers:oracle/\u003e=23.4.0|\u003c=23.4.6",
"product_id": "CSAFPID-1173946",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.4.0-23.4.6:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications Cloud Native Core Policy"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/23.4.3",
"product": {
"name": "vers:oracle/23.4.3",
"product_id": "CSAFPID-1173942",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_certificate_management:23.4.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/24.2.0",
"product": {
"name": "vers:oracle/24.2.0",
"product_id": "CSAFPID-1173945",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_certificate_management:24.2.0:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications Cloud Native Core Certificate Management"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/23.4.2",
"product": {
"name": "vers:oracle/23.4.2",
"product_id": "CSAFPID-1173940",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.4.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/24.2.0",
"product": {
"name": "vers:oracle/24.2.0",
"product_id": "CSAFPID-1173941",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:24.2.0:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications Cloud Native Core Console"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/23.4.4",
"product": {
"name": "vers:oracle/23.4.4",
"product_id": "CSAFPID-1173965",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.4.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/24.2.1",
"product": {
"name": "vers:oracle/24.2.1",
"product_id": "CSAFPID-1173967",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:24.2.1:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications Cloud Native Core Network Repository Function"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/23.4.2",
"product": {
"name": "vers:oracle/23.4.2",
"product_id": "CSAFPID-1173943",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.4.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/24.2.0",
"product": {
"name": "vers:oracle/24.2.0",
"product_id": "CSAFPID-1173944",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:24.2.0:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications Cloud Native Core Security Edge Protection Proxy"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/23.4.0",
"product": {
"name": "vers:oracle/23.4.0",
"product_id": "CSAFPID-1145265",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/24.1.0",
"product": {
"name": "vers:oracle/24.1.0",
"product_id": "CSAFPID-1145273",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:24.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/24.2.0",
"product": {
"name": "vers:oracle/24.2.0",
"product_id": "CSAFPID-1174046",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:24.2.0:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications Cloud Native Core Service Communication Proxy"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/7.3.6",
"product": {
"name": "vers:oracle/7.3.6",
"product_id": "CSAFPID-2699077",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_integrity:7.3.6:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/7.4.0",
"product": {
"name": "vers:oracle/7.4.0",
"product_id": "CSAFPID-2699075",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_integrity:7.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/7.5.0",
"product": {
"name": "vers:oracle/7.5.0",
"product_id": "CSAFPID-2699076",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_integrity:7.5.0:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications Network Integrity"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/6.0",
"product": {
"name": "vers:oracle/6.0",
"product_id": "CSAFPID-2699027",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=6.0.0|\u003c=6.0.5",
"product": {
"name": "vers:oracle/\u003e=6.0.0|\u003c=6.0.5",
"product_id": "CSAFPID-1839852",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.0-6.0.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=6.0.4|\u003c=6.0.5",
"product": {
"name": "vers:oracle/\u003e=6.0.4|\u003c=6.0.5",
"product_id": "CSAFPID-1840033",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.4-6.0.5:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=6.0|\u003c=6.1",
"product": {
"name": "vers:oracle/\u003e=6.0|\u003c=6.1",
"product_id": "CSAFPID-2698955",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0-6.1:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications Unified Assurance"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/12.0.0.8.0",
"product": {
"name": "vers:oracle/12.0.0.8.0",
"product_id": "CSAFPID-2699001",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:12.0.0.8.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/15.0.0.0.0",
"product": {
"name": "vers:oracle/15.0.0.0.0",
"product_id": "CSAFPID-2699084",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:15.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/15.0.1.0.0",
"product": {
"name": "vers:oracle/15.0.1.0.0",
"product_id": "CSAFPID-2699079",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:15.0.1.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=12.0.0.4.0|\u003c=12.0.0.8.0",
"product": {
"name": "vers:oracle/\u003e=12.0.0.4.0|\u003c=12.0.0.8.0",
"product_id": "CSAFPID-2699058",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:12.0.0.4.0-12.0.0.8.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=12.0.0.4|\u003c=12.0.0.8",
"product": {
"name": "vers:oracle/\u003e=12.0.0.4|\u003c=12.0.0.8",
"product_id": "CSAFPID-1839957",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:12.0.0.4-12.0.0.8:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=15.0.0.0.0|\u003c=15.0.1.0.0",
"product": {
"name": "vers:oracle/\u003e=15.0.0.0.0|\u003c=15.0.1.0.0",
"product_id": "CSAFPID-2699000",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:15.0.0.0.0-15.0.1.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=15.0.0.0|\u003c=15.0.0.1",
"product": {
"name": "vers:oracle/\u003e=15.0.0.0|\u003c=15.0.0.1",
"product_id": "CSAFPID-1839953",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:15.0.0.0-15.0.0.1:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications Billing and Revenue Management"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/8.1.0.26.0",
"product": {
"name": "vers:oracle/8.1.0.26.0",
"product_id": "CSAFPID-2698964",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_messaging_server:8.1.0.26.0:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications Messaging Server"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/6.3.1",
"product": {
"name": "vers:oracle/6.3.1",
"product_id": "CSAFPID-2698991",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_metasolv_solution:6.3.1:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications MetaSolv Solution"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/12.0.6.0.0",
"product": {
"name": "vers:oracle/12.0.6.0.0",
"product_id": "CSAFPID-2699127",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:12.0.6.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/15.0.0.0.0",
"product": {
"name": "vers:oracle/15.0.0.0.0",
"product_id": "CSAFPID-2699126",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:15.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/15.0.1.0.0",
"product": {
"name": "vers:oracle/15.0.1.0.0",
"product_id": "CSAFPID-2699128",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:15.0.1.0.0:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications Network Charging and Control"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/7.4.0",
"product": {
"name": "vers:oracle/7.4.0",
"product_id": "CSAFPID-1839980",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_order_and_service_management:7.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/7.5.0",
"product": {
"name": "vers:oracle/7.5.0",
"product_id": "CSAFPID-1840004",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_order_and_service_management:7.5.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/7.4.1",
"product": {
"name": "vers:oracle/7.4.1",
"product_id": "CSAFPID-1839981",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_order_and_service_management:7.4.1:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications Order and Service Management"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/15.0.0.0.0",
"product": {
"name": "vers:oracle/15.0.0.0.0",
"product_id": "CSAFPID-2699056",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_pricing_design_center:15.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/15.0.1.0.0",
"product": {
"name": "vers:oracle/15.0.1.0.0",
"product_id": "CSAFPID-2699063",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_pricing_design_center:15.0.1.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=12.0.0.4.0|\u003c=12.0.0.8.0",
"product": {
"name": "vers:oracle/\u003e=12.0.0.4.0|\u003c=12.0.0.8.0",
"product_id": "CSAFPID-2699060",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_pricing_design_center:12.0.0.4.0-12.0.0.8.0:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications Pricing Design Center"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/8.0.0.3",
"product": {
"name": "vers:oracle/8.0.0.3",
"product_id": "CSAFPID-1839921",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:8.0.0.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/8.0.0.4.0",
"product": {
"name": "vers:oracle/8.0.0.4.0",
"product_id": "CSAFPID-2698975",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:8.0.0.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/8.1.0.1",
"product": {
"name": "vers:oracle/8.1.0.1",
"product_id": "CSAFPID-1839922",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:8.1.0.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/8.1.0.2.0",
"product": {
"name": "vers:oracle/8.1.0.2.0",
"product_id": "CSAFPID-2698974",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:8.1.0.2.0:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications Service Catalog and Design"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/7.4.1",
"product": {
"name": "vers:oracle/7.4.1",
"product_id": "CSAFPID-1839978",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/7.4.2",
"product": {
"name": "vers:oracle/7.4.2",
"product_id": "CSAFPID-1839979",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/7.5.0",
"product": {
"name": "vers:oracle/7.5.0",
"product_id": "CSAFPID-2699035",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.5.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/7.5.1",
"product": {
"name": "vers:oracle/7.5.1",
"product_id": "CSAFPID-1839983",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.5.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/7.6.0",
"product": {
"name": "vers:oracle/7.6.0",
"product_id": "CSAFPID-1840005",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.6.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/7.7.0",
"product": {
"name": "vers:oracle/7.7.0",
"product_id": "CSAFPID-2699034",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.7.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=7.4.0|\u003c=7.4.2",
"product": {
"name": "vers:oracle/\u003e=7.4.0|\u003c=7.4.2",
"product_id": "CSAFPID-2699036",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.0-7.4.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=7.5.0|\u003c=7.5.1",
"product": {
"name": "vers:oracle/\u003e=7.5.0|\u003c=7.5.1",
"product_id": "CSAFPID-2699096",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.5.0-7.5.1:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications Unified Inventory Management"
}
],
"category": "product_family",
"name": "Oracle Communications Applications"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/23.4.0",
"product": {
"name": "vers:oracle/23.4.0",
"product_id": "CSAFPID-1145246",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:23.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/24.1.0",
"product": {
"name": "vers:oracle/24.1.0",
"product_id": "CSAFPID-1145247",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:24.1.0:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Communications Cloud Native Core Network Function Cloud Native Environment"
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:semver/7.4.0",
"product": {
"name": "vers:semver/7.4.0",
"product_id": "CSAFPID-2698653"
}
},
{
"category": "product_version_range",
"name": "vers:semver/7.4.1",
"product": {
"name": "vers:semver/7.4.1",
"product_id": "CSAFPID-2698654"
}
},
{
"category": "product_version_range",
"name": "vers:semver/7.5.0",
"product": {
"name": "vers:semver/7.5.0",
"product_id": "CSAFPID-2698655"
}
}
],
"category": "product_name",
"name": "Oracle Communications Order and Service Management"
}
],
"category": "vendor",
"name": "Oracle Corporation"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-5388",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"notes": [
{
"category": "other",
"text": "Observable Timing Discrepancy",
"title": "CWE-208"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-5388",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5388.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2023-5388"
},
{
"cve": "CVE-2023-5685",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-5685",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5685.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-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2023-5685"
},
{
"cve": "CVE-2023-49582",
"cwe": {
"id": "CWE-732",
"name": "Incorrect Permission Assignment for Critical Resource"
},
"notes": [
{
"category": "other",
"text": "Incorrect Permission Assignment for Critical Resource",
"title": "CWE-732"
},
{
"category": "other",
"text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
"title": "CWE-119"
},
{
"category": "general",
"text": "CVSS:4.0/AV:L/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-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-49582",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-49582.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2023-49582"
},
{
"cve": "CVE-2023-51074",
"cwe": {
"id": "CWE-121",
"name": "Stack-based Buffer Overflow"
},
"notes": [
{
"category": "other",
"text": "Stack-based Buffer Overflow",
"title": "CWE-121"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-51074",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-51074.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-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2023-51074"
},
{
"cve": "CVE-2024-1135",
"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"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-1135",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-1135.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-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2024-1135"
},
{
"cve": "CVE-2024-4227",
"cwe": {
"id": "CWE-834",
"name": "Excessive Iteration"
},
"notes": [
{
"category": "other",
"text": "Excessive Iteration",
"title": "CWE-834"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-4227",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4227.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-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2024-4227"
},
{
"cve": "CVE-2024-5535",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "other",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
},
{
"category": "other",
"text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
"title": "CWE-119"
},
{
"category": "other",
"text": "Dependency on Vulnerable Third-Party Component",
"title": "CWE-1395"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-5535",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5535.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-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2024-5535"
},
{
"cve": "CVE-2024-6763",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"notes": [
{
"category": "other",
"text": "Improper Validation of Syntactic Correctness of Input",
"title": "CWE-1286"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-6763",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6763.json"
}
],
"title": "CVE-2024-6763"
},
{
"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": "Uncontrolled Recursion",
"title": "CWE-674"
},
{
"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-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-7254",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/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-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2024-7254"
},
{
"cve": "CVE-2024-11053",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "other",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-11053",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-11053.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:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2024-11053"
},
{
"cve": "CVE-2024-12797",
"cwe": {
"id": "CWE-392",
"name": "Missing Report of Error Condition"
},
"notes": [
{
"category": "other",
"text": "Missing Report of Error Condition",
"title": "CWE-392"
},
{
"category": "other",
"text": "Dependency on Vulnerable Third-Party Component",
"title": "CWE-1395"
},
{
"category": "other",
"text": "Improper Certificate Validation",
"title": "CWE-295"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-12797",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-12797.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2024-12797"
},
{
"cve": "CVE-2024-12798",
"cwe": {
"id": "CWE-917",
"name": "Improper Neutralization of Special Elements used in an Expression Language Statement (\u0027Expression Language Injection\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Neutralization of Special Elements used in an Expression Language Statement (\u0027Expression Language Injection\u0027)",
"title": "CWE-917"
},
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:P/VC:L/VI:H/VA:L/SC:L/SI:H/SA:L/RE:L/U:Clear",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-12798",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-12798.json"
}
],
"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:H/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2024-12798"
},
{
"cve": "CVE-2024-21538",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"notes": [
{
"category": "other",
"text": "Inefficient Regular Expression Complexity",
"title": "CWE-1333"
},
{
"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-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-21538",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21538.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/E:P",
"version": "3.1"
},
"products": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2024-21538"
},
{
"cve": "CVE-2024-25638",
"cwe": {
"id": "CWE-345",
"name": "Insufficient Verification of Data Authenticity"
},
"notes": [
{
"category": "other",
"text": "Insufficient Verification of Data Authenticity",
"title": "CWE-345"
},
{
"category": "other",
"text": "Acceptance of Extraneous Untrusted Data With Trusted Data",
"title": "CWE-349"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:L",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-25638",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-25638.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.9,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2024-25638"
},
{
"cve": "CVE-2024-28168",
"cwe": {
"id": "CWE-611",
"name": "Improper Restriction of XML External Entity Reference"
},
"notes": [
{
"category": "other",
"text": "Improper Restriction of XML External Entity Reference",
"title": "CWE-611"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-28168",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28168.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-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2024-28168"
},
{
"cve": "CVE-2024-28219",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"notes": [
{
"category": "other",
"text": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)",
"title": "CWE-120"
},
{
"category": "other",
"text": "Use of Potentially Dangerous Function",
"title": "CWE-676"
},
{
"category": "other",
"text": "Integer Overflow to Buffer Overflow",
"title": "CWE-680"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-28219",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28219.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2024-28219"
},
{
"cve": "CVE-2024-28834",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "other",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
},
{
"category": "other",
"text": "Use of a Broken or Risky Cryptographic Algorithm",
"title": "CWE-327"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-28834",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28834.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-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2024-28834"
},
{
"cve": "CVE-2024-31141",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "other",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
},
{
"category": "other",
"text": "Files or Directories Accessible to External Parties",
"title": "CWE-552"
},
{
"category": "other",
"text": "Improper Privilege Management",
"title": "CWE-269"
},
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-31141",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-31141.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2024-31141"
},
{
"cve": "CVE-2024-34064",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
"title": "CWE-79"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-34064",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-34064.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2024-34064"
},
{
"cve": "CVE-2024-35195",
"cwe": {
"id": "CWE-670",
"name": "Always-Incorrect Control Flow Implementation"
},
"notes": [
{
"category": "other",
"text": "Always-Incorrect Control Flow Implementation",
"title": "CWE-670"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-35195",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35195.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2024-35195"
},
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"notes": [
{
"category": "other",
"text": "Incorrect Resource Transfer Between Spheres",
"title": "CWE-669"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-37891",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37891.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2024-37891"
},
{
"cve": "CVE-2024-38819",
"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": "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-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-38819",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38819.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-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2024-38819"
},
{
"cve": "CVE-2024-38827",
"cwe": {
"id": "CWE-639",
"name": "Authorization Bypass Through User-Controlled Key"
},
"notes": [
{
"category": "other",
"text": "Authorization Bypass Through User-Controlled Key",
"title": "CWE-639"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-38827",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38827.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2024-38827"
},
{
"cve": "CVE-2024-40896",
"cwe": {
"id": "CWE-611",
"name": "Improper Restriction of XML External Entity Reference"
},
"notes": [
{
"category": "other",
"text": "Improper Restriction of XML External Entity Reference",
"title": "CWE-611"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-40896",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40896.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-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2024-40896"
},
{
"cve": "CVE-2024-43044",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "other",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
},
{
"category": "other",
"text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"title": "CWE-22"
},
{
"category": "other",
"text": "Improper Check for Unusual or Exceptional Conditions",
"title": "CWE-754"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:H",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-43044",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-43044.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.0,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2024-43044"
},
{
"cve": "CVE-2024-43709",
"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"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-43709",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-43709.json"
}
],
"title": "CVE-2024-43709"
},
{
"cve": "CVE-2024-43796",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
"title": "CWE-79"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:H/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-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-43796",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-43796.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.0,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2024-43796"
},
{
"cve": "CVE-2024-47072",
"cwe": {
"id": "CWE-121",
"name": "Stack-based Buffer Overflow"
},
"notes": [
{
"category": "other",
"text": "Stack-based Buffer Overflow",
"title": "CWE-121"
},
{
"category": "other",
"text": "Deserialization of Untrusted Data",
"title": "CWE-502"
},
{
"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:P",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-47072",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-47072.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-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2024-47072"
},
{
"cve": "CVE-2024-47554",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"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-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-47554",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/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-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2024-47554"
},
{
"cve": "CVE-2024-49767",
"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": "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-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-49767",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-49767.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-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2024-49767"
},
{
"cve": "CVE-2024-50602",
"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": "Improper Check for Unusual or Exceptional Conditions",
"title": "CWE-754"
},
{
"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-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-50602",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-50602.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-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2024-50602"
},
{
"cve": "CVE-2024-52046",
"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": "other",
"text": "Deserialization of Untrusted Data",
"title": "CWE-502"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/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-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-52046",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-52046.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-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2024-52046"
},
{
"cve": "CVE-2024-52303",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"notes": [
{
"category": "other",
"text": "Missing Release of Resource after Effective Lifetime",
"title": "CWE-772"
},
{
"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-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-52303",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-52303.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-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2024-52303"
},
{
"cve": "CVE-2024-53122",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"notes": [
{
"category": "other",
"text": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)",
"title": "CWE-362"
},
{
"category": "other",
"text": "Divide By Zero",
"title": "CWE-369"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-53122",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-53122.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:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2024-53122"
},
{
"cve": "CVE-2024-56128",
"cwe": {
"id": "CWE-303",
"name": "Incorrect Implementation of Authentication Algorithm"
},
"notes": [
{
"category": "other",
"text": "Incorrect Implementation of Authentication Algorithm",
"title": "CWE-303"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:U",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-56128",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-56128.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2024-56128"
},
{
"cve": "CVE-2024-56337",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"notes": [
{
"category": "other",
"text": "Time-of-check Time-of-use (TOCTOU) Race Condition",
"title": "CWE-367"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:P/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-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-56337",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-56337.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-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2024-56337"
},
{
"cve": "CVE-2024-57699",
"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 Recursion",
"title": "CWE-674"
},
{
"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-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-57699",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/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-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2024-57699"
},
{
"cve": "CVE-2025-1974",
"cwe": {
"id": "CWE-653",
"name": "Improper Isolation or Compartmentalization"
},
"notes": [
{
"category": "other",
"text": "Improper Isolation or Compartmentalization",
"title": "CWE-653"
},
{
"category": "other",
"text": "Improper Control of Generation of Code (\u0027Code Injection\u0027)",
"title": "CWE-94"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-1974",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-1974.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-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2025-1974"
},
{
"cve": "CVE-2025-23084",
"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": "general",
"text": "CVSS:4.0/AV:L/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-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-23084",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-23084.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2025-23084"
},
{
"cve": "CVE-2025-23184",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-23184",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-23184.json"
}
],
"title": "CVE-2025-23184"
},
{
"cve": "CVE-2025-24813",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"notes": [
{
"category": "other",
"text": "Deserialization of Untrusted Data",
"title": "CWE-502"
},
{
"category": "other",
"text": "Path Equivalence: \u0027file.name\u0027 (Internal Dot)",
"title": "CWE-44"
},
{
"category": "other",
"text": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)",
"title": "CWE-444"
},
{
"category": "other",
"text": "Use of Incorrectly-Resolved Name or Reference",
"title": "CWE-706"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-24813",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-24813.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-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2025-24813"
},
{
"cve": "CVE-2025-24928",
"cwe": {
"id": "CWE-121",
"name": "Stack-based Buffer Overflow"
},
"notes": [
{
"category": "other",
"text": "Stack-based Buffer Overflow",
"title": "CWE-121"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-24928",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-24928.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-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2025-24928"
},
{
"cve": "CVE-2025-24970",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"category": "other",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
},
{
"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-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-24970",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-24970.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-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2025-24970"
},
{
"cve": "CVE-2025-27516",
"cwe": {
"id": "CWE-1336",
"name": "Improper Neutralization of Special Elements Used in a Template Engine"
},
"notes": [
{
"category": "other",
"text": "Improper Neutralization of Special Elements Used in a Template Engine",
"title": "CWE-1336"
},
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-27516",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-27516.json"
}
],
"title": "CVE-2025-27516"
},
{
"cve": "CVE-2025-27789",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"notes": [
{
"category": "other",
"text": "Inefficient Regular Expression Complexity",
"title": "CWE-1333"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-27789",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-27789.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2025-27789"
},
{
"cve": "CVE-2025-30729",
"product_status": {
"known_affected": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-30729",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-30729.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2025-30729"
},
{
"cve": "CVE-2025-31721",
"cwe": {
"id": "CWE-862",
"name": "Missing Authorization"
},
"notes": [
{
"category": "other",
"text": "Missing Authorization",
"title": "CWE-862"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-31721",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-31721.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1838578",
"CSAFPID-1839911",
"CSAFPID-1839908",
"CSAFPID-1145869",
"CSAFPID-1145271",
"CSAFPID-1173947",
"CSAFPID-2698963",
"CSAFPID-2698973",
"CSAFPID-2699085",
"CSAFPID-1839941",
"CSAFPID-1838591",
"CSAFPID-1145868",
"CSAFPID-1145270",
"CSAFPID-1173946",
"CSAFPID-1839907",
"CSAFPID-2698965",
"CSAFPID-2698944",
"CSAFPID-1173942",
"CSAFPID-1173945",
"CSAFPID-1839952",
"CSAFPID-2699038",
"CSAFPID-1838592",
"CSAFPID-1173940",
"CSAFPID-1173941",
"CSAFPID-1839951",
"CSAFPID-2699059",
"CSAFPID-1173965",
"CSAFPID-1173967",
"CSAFPID-1839919",
"CSAFPID-2698957",
"CSAFPID-1838572",
"CSAFPID-1838581",
"CSAFPID-1838584",
"CSAFPID-1839924",
"CSAFPID-1173943",
"CSAFPID-1173944",
"CSAFPID-1839910",
"CSAFPID-1839909",
"CSAFPID-1839894",
"CSAFPID-2698958",
"CSAFPID-2699094",
"CSAFPID-1145265",
"CSAFPID-1145273",
"CSAFPID-1174046",
"CSAFPID-1839934",
"CSAFPID-2699086",
"CSAFPID-1839935",
"CSAFPID-2699073",
"CSAFPID-2698993",
"CSAFPID-1839893",
"CSAFPID-1839895",
"CSAFPID-1839890",
"CSAFPID-1839891",
"CSAFPID-2699072",
"CSAFPID-1839961",
"CSAFPID-2699023",
"CSAFPID-2699025",
"CSAFPID-2699024",
"CSAFPID-2698999",
"CSAFPID-2699077",
"CSAFPID-2699075",
"CSAFPID-2699076",
"CSAFPID-2698355",
"CSAFPID-2699027",
"CSAFPID-1839852",
"CSAFPID-1840033",
"CSAFPID-2698955",
"CSAFPID-2699001",
"CSAFPID-2699084",
"CSAFPID-2699079",
"CSAFPID-2699058",
"CSAFPID-1839957",
"CSAFPID-2699000",
"CSAFPID-1839953",
"CSAFPID-2698964",
"CSAFPID-2698991",
"CSAFPID-2699127",
"CSAFPID-2699126",
"CSAFPID-2699128",
"CSAFPID-1839980",
"CSAFPID-1840004",
"CSAFPID-1839981",
"CSAFPID-2698653",
"CSAFPID-2698654",
"CSAFPID-2698655",
"CSAFPID-2699056",
"CSAFPID-2699063",
"CSAFPID-2699060",
"CSAFPID-1839921",
"CSAFPID-2698975",
"CSAFPID-1839922",
"CSAFPID-2698974",
"CSAFPID-1839978",
"CSAFPID-1839979",
"CSAFPID-2699035",
"CSAFPID-1839983",
"CSAFPID-1840005",
"CSAFPID-2699034",
"CSAFPID-2699036",
"CSAFPID-2699096",
"CSAFPID-2698996",
"CSAFPID-2698333",
"CSAFPID-2698334",
"CSAFPID-2699007",
"CSAFPID-2698374",
"CSAFPID-1145246",
"CSAFPID-1145247",
"CSAFPID-1839868",
"CSAFPID-2699029",
"CSAFPID-1839869",
"CSAFPID-1234193",
"CSAFPID-1234261",
"CSAFPID-2698362",
"CSAFPID-2698358",
"CSAFPID-2698372",
"CSAFPID-2699013",
"CSAFPID-2699012",
"CSAFPID-2699016",
"CSAFPID-2699015",
"CSAFPID-2699098",
"CSAFPID-1837923",
"CSAFPID-1839960",
"CSAFPID-2698373",
"CSAFPID-2699093",
"CSAFPID-2699092",
"CSAFPID-2699091",
"CSAFPID-2699090",
"CSAFPID-2699124",
"CSAFPID-2698959",
"CSAFPID-2698357",
"CSAFPID-1838579",
"CSAFPID-1838582",
"CSAFPID-2699181",
"CSAFPID-1839930",
"CSAFPID-1839933",
"CSAFPID-1839931",
"CSAFPID-1839963",
"CSAFPID-1839932",
"CSAFPID-2698956",
"CSAFPID-2699180",
"CSAFPID-2698381",
"CSAFPID-1207518",
"CSAFPID-1207704",
"CSAFPID-2699083",
"CSAFPID-1839887",
"CSAFPID-1839889",
"CSAFPID-1207607",
"CSAFPID-1207752",
"CSAFPID-1839888",
"CSAFPID-1839886",
"CSAFPID-1839925",
"CSAFPID-1840027",
"CSAFPID-2699041",
"CSAFPID-2698961",
"CSAFPID-1838586"
]
}
],
"title": "CVE-2025-31721"
}
]
}
NCSC-2025-0123
Vulnerability from csaf_ncscnl - Published: 2025-04-16 08:37 - Updated: 2025-04-16 08:37Summary
Kwetsbaarheden verholpen in Oracle Database Producten
Notes
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:
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.
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.
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.
Feiten
Oracle heeft kwetsbaarheden verholpen in diverse Oracle Database Producten en subsystemen, zoals Oracle Server, NoSQL, TimesTen, Secure Backup en Essbase.
Interpretaties
De kwetsbaarheden stellen ongeauthenticeerde kwaadwillenden in staat om een Denial-of-Service te veroorzaken of om ongeautoriseerde toegang te verkrijgen tot gevoelige gegevens en gegevens te manipuleren. Subcomponenten als de RDBMS Listener, Java VM, en andere componenten zijn specifiek kwetsbaar, met CVSS-scores variërend van 5.3 tot 7.5, wat duidt op een gematigd tot hoog risico.
Oplossingen
Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.
Kans
medium
Schade
high
CWE-385
Covert Timing Channel
CWE-347
Improper Verification of Cryptographic Signature
CWE-1286
Improper Validation of Syntactic Correctness of Input
CWE-125
Out-of-bounds Read
CWE-404
Improper Resource Shutdown or Release
CWE-400
Uncontrolled Resource Consumption
CWE-502
Deserialization of Untrusted Data
CWE-918
Server-Side Request Forgery (SSRF)
CWE-787
Out-of-bounds Write
CWE-20
Improper Input Validation
CWE-79
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
CWE-44
Path Equivalence: 'file.name' (Internal Dot)
CWE-226
Sensitive Information in Resource Not Removed Before Reuse
CWE-706
Use of Incorrectly-Resolved Name or Reference
CWE-669
Incorrect Resource Transfer Between Spheres
CWE-755
Improper Handling of Exceptional Conditions
CWE-178
Improper Handling of Case Sensitivity
CWE-193
Off-by-one Error
CWE-601
URL Redirection to Untrusted Site ('Open Redirect')
CWE-444
Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')
CWE-523
Unprotected Transport of Credentials
CWE-190
Integer Overflow or Wraparound
CWE-614
Sensitive Cookie in HTTPS Session Without 'Secure' Attribute
CWE-285
Improper Authorization
CWE-362
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
CWE-284
Improper Access Control
CWE-1321
Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
CWE-476
NULL Pointer Dereference
CWE-459
Incomplete Cleanup
CWE-94
Improper Control of Generation of Code ('Code Injection')
CWE-770
Allocation of Resources Without Limits or Throttling
CWE-74
Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')
CWE-674
Uncontrolled Recursion
CWE-22
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
CWE-200
Exposure of Sensitive Information to an Unauthorized Actor
CWE-122
Heap-based Buffer Overflow
CWE-121
Stack-based Buffer Overflow
CWE-120
Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')
CWE-269
Improper Privilege Management
CWE-287
Improper Authentication
{
"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 kwetsbaarheden verholpen in diverse Oracle Database Producten en subsystemen, zoals Oracle Server, NoSQL, TimesTen, Secure Backup en Essbase.",
"title": "Feiten"
},
{
"category": "description",
"text": "De kwetsbaarheden stellen ongeauthenticeerde kwaadwillenden in staat om een Denial-of-Service te veroorzaken of om ongeautoriseerde toegang te verkrijgen tot gevoelige gegevens en gegevens te manipuleren. Subcomponenten als de RDBMS Listener, Java VM, en andere componenten zijn specifiek kwetsbaar, met CVSS-scores vari\u00ebrend van 5.3 tot 7.5, wat duidt op een gematigd tot hoog risico.",
"title": "Interpretaties"
},
{
"category": "description",
"text": "Oracle heeft updates uitgebracht om de kwetsbaarheden 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": "Covert Timing Channel",
"title": "CWE-385"
},
{
"category": "general",
"text": "Improper Verification of Cryptographic Signature",
"title": "CWE-347"
},
{
"category": "general",
"text": "Improper Validation of Syntactic Correctness of Input",
"title": "CWE-1286"
},
{
"category": "general",
"text": "Out-of-bounds Read",
"title": "CWE-125"
},
{
"category": "general",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
},
{
"category": "general",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "general",
"text": "Deserialization of Untrusted Data",
"title": "CWE-502"
},
{
"category": "general",
"text": "Server-Side Request Forgery (SSRF)",
"title": "CWE-918"
},
{
"category": "general",
"text": "Out-of-bounds Write",
"title": "CWE-787"
},
{
"category": "general",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"category": "general",
"text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
"title": "CWE-79"
},
{
"category": "general",
"text": "Path Equivalence: \u0027file.name\u0027 (Internal Dot)",
"title": "CWE-44"
},
{
"category": "general",
"text": "Sensitive Information in Resource Not Removed Before Reuse",
"title": "CWE-226"
},
{
"category": "general",
"text": "Use of Incorrectly-Resolved Name or Reference",
"title": "CWE-706"
},
{
"category": "general",
"text": "Incorrect Resource Transfer Between Spheres",
"title": "CWE-669"
},
{
"category": "general",
"text": "Improper Handling of Exceptional Conditions",
"title": "CWE-755"
},
{
"category": "general",
"text": "Improper Handling of Case Sensitivity",
"title": "CWE-178"
},
{
"category": "general",
"text": "Off-by-one Error",
"title": "CWE-193"
},
{
"category": "general",
"text": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)",
"title": "CWE-601"
},
{
"category": "general",
"text": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)",
"title": "CWE-444"
},
{
"category": "general",
"text": "Unprotected Transport of Credentials",
"title": "CWE-523"
},
{
"category": "general",
"text": "Integer Overflow or Wraparound",
"title": "CWE-190"
},
{
"category": "general",
"text": "Sensitive Cookie in HTTPS Session Without \u0027Secure\u0027 Attribute",
"title": "CWE-614"
},
{
"category": "general",
"text": "Improper Authorization",
"title": "CWE-285"
},
{
"category": "general",
"text": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)",
"title": "CWE-362"
},
{
"category": "general",
"text": "Improper Access Control",
"title": "CWE-284"
},
{
"category": "general",
"text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
"title": "CWE-1321"
},
{
"category": "general",
"text": "NULL Pointer Dereference",
"title": "CWE-476"
},
{
"category": "general",
"text": "Incomplete Cleanup",
"title": "CWE-459"
},
{
"category": "general",
"text": "Improper Control of Generation of Code (\u0027Code Injection\u0027)",
"title": "CWE-94"
},
{
"category": "general",
"text": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
},
{
"category": "general",
"text": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)",
"title": "CWE-74"
},
{
"category": "general",
"text": "Uncontrolled Recursion",
"title": "CWE-674"
},
{
"category": "general",
"text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"title": "CWE-22"
},
{
"category": "general",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
},
{
"category": "general",
"text": "Heap-based Buffer Overflow",
"title": "CWE-122"
},
{
"category": "general",
"text": "Stack-based Buffer Overflow",
"title": "CWE-121"
},
{
"category": "general",
"text": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)",
"title": "CWE-120"
},
{
"category": "general",
"text": "Improper Privilege Management",
"title": "CWE-269"
},
{
"category": "general",
"text": "Improper Authentication",
"title": "CWE-287"
}
],
"publisher": {
"category": "coordinator",
"contact_details": "cert@ncsc.nl",
"name": "Nationaal Cyber Security Centrum",
"namespace": "https://www.ncsc.nl/"
},
"references": [
{
"category": "external",
"summary": "Reference - cveprojectv5; nvd; oracle",
"url": "https://www.oracle.com/security-alerts/cpuapr2025.html"
}
],
"title": "Kwetsbaarheden verholpen in Oracle Database Producten",
"tracking": {
"current_release_date": "2025-04-16T08:37:39.412900Z",
"generator": {
"date": "2025-02-25T15:15:00Z",
"engine": {
"name": "V.A.",
"version": "1.0"
}
},
"id": "NCSC-2025-0123",
"initial_release_date": "2025-04-16T08:37:39.412900Z",
"revision_history": [
{
"date": "2025-04-16T08:37:39.412900Z",
"number": "1.0.0",
"summary": "Initiele versie"
}
],
"status": "final",
"version": "1.0.0"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/22.1",
"product": {
"name": "vers:unknown/22.1",
"product_id": "CSAFPID-1304603"
}
}
],
"category": "product_name",
"name": "Database Server"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/13.5.0.0",
"product": {
"name": "vers:unknown/13.5.0.0",
"product_id": "CSAFPID-1201359"
}
}
],
"category": "product_name",
"name": "Enterprise Manager for Oracle Database"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/\u003e=19.1.0.0.0|\u003c=19.26.0.0.250219",
"product": {
"name": "vers:unknown/\u003e=19.1.0.0.0|\u003c=19.26.0.0.250219",
"product_id": "CSAFPID-2698376"
}
},
{
"category": "product_version_range",
"name": "vers:unknown/\u003e=21.3|\u003c=21.17",
"product": {
"name": "vers:unknown/\u003e=21.3|\u003c=21.17",
"product_id": "CSAFPID-2698377"
}
}
],
"category": "product_name",
"name": "GoldenGate"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/23.1",
"product": {
"name": "vers:oracle/23.1",
"product_id": "CSAFPID-1238473"
}
},
{
"category": "product_version_range",
"name": "vers:unknown/2.0",
"product": {
"name": "vers:unknown/2.0",
"product_id": "CSAFPID-1237753"
}
},
{
"category": "product_version_range",
"name": "vers:unknown/20.2",
"product": {
"name": "vers:unknown/20.2",
"product_id": "CSAFPID-1238475"
}
},
{
"category": "product_version_range",
"name": "vers:unknown/23.1",
"product": {
"name": "vers:unknown/23.1",
"product_id": "CSAFPID-1296375"
}
},
{
"category": "product_version_range",
"name": "vers:unknown/none",
"product": {
"name": "vers:unknown/none",
"product_id": "CSAFPID-1237603"
}
}
],
"category": "product_name",
"name": "Big Data Spatial and Graph"
}
],
"category": "product_family",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=19.3|\u003c=19.22",
"product": {
"name": "vers:oracle/\u003e=19.3|\u003c=19.22",
"product_id": "CSAFPID-1145825"
}
},
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=21.3|\u003c=21.13",
"product": {
"name": "vers:oracle/\u003e=21.3|\u003c=21.13",
"product_id": "CSAFPID-1145826"
}
}
],
"category": "product_name",
"name": "Oracle Database Server"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=19.3|\u003c=19.26",
"product": {
"name": "vers:oracle/\u003e=19.3|\u003c=19.26",
"product_id": "CSAFPID-2698969",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:database_-_java_vm:19.3-19.26:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=21.3|\u003c=21.17",
"product": {
"name": "vers:oracle/\u003e=21.3|\u003c=21.17",
"product_id": "CSAFPID-2698968",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:database_-_java_vm:21.3-21.17:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=21.4|\u003c=21.16",
"product": {
"name": "vers:oracle/\u003e=21.4|\u003c=21.16",
"product_id": "CSAFPID-1839905",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:database_-_workload_manager:21.4-21.16:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=23.4|\u003c=23.7",
"product": {
"name": "vers:oracle/\u003e=23.4|\u003c=23.7",
"product_id": "CSAFPID-2698934",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:database_-_java_vm:23.4-23.7:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Database Server"
}
],
"category": "product_family",
"name": "Oracle Database Server"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/13.5.0.0",
"product": {
"name": "vers:oracle/13.5.0.0",
"product_id": "CSAFPID-1144644"
}
}
],
"category": "product_name",
"name": "Oracle Enterprise Manager for Oracle Database"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/1.5.0",
"product": {
"name": "vers:oracle/1.5.0",
"product_id": "CSAFPID-2699002",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:nosql_database:1.5.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/1.6.0",
"product": {
"name": "vers:oracle/1.6.0",
"product_id": "CSAFPID-2699003",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:nosql_database:1.6.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/1.6.1",
"product": {
"name": "vers:oracle/1.6.1",
"product_id": "CSAFPID-2699004",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:nosql_database:1.6.1:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle NoSQL Database"
}
],
"category": "product_family",
"name": "Oracle NoSQL Database"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=22.1.1.1.0|\u003c=22.1.1.30.0",
"product": {
"name": "vers:oracle/\u003e=22.1.1.1.0|\u003c=22.1.1.30.0",
"product_id": "CSAFPID-2699053",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:timesten_in-memory_database:22.1.1.1.0-22.1.1.30.0:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle TimesTen In-Memory Database"
}
],
"category": "product_family",
"name": "Oracle TimesTen In-Memory Database"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/25.1.0",
"product": {
"name": "vers:oracle/25.1.0",
"product_id": "CSAFPID-2698932",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:autonomous_health_framework:25.1.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/25.2.0",
"product": {
"name": "vers:oracle/25.2.0",
"product_id": "CSAFPID-2698931",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:autonomous_health_framework:25.2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=23.8.0|\u003c=23.11.0",
"product": {
"name": "vers:oracle/\u003e=23.8.0|\u003c=23.11.0",
"product_id": "CSAFPID-2698930",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:autonomous_health_framework:23.8.0-23.11.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=24.1.0|\u003c=24.11.0",
"product": {
"name": "vers:oracle/\u003e=24.1.0|\u003c=24.11.0",
"product_id": "CSAFPID-2698933",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:autonomous_health_framework:24.1.0-24.11.0:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Autonomous Health Framework"
}
],
"category": "product_family",
"name": "Oracle Autonomous Health Framework"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/21.7.1.0.0",
"product": {
"name": "vers:oracle/21.7.1.0.0",
"product_id": "CSAFPID-2698943",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:essbase:21.7.1.0.0:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Essbase"
}
],
"category": "product_family",
"name": "Oracle Essbase"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=19.1.0.0.0|\u003c=19.1.0.0.10",
"product": {
"name": "vers:oracle/\u003e=19.1.0.0.0|\u003c=19.1.0.0.10",
"product_id": "CSAFPID-2698949",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:goldengate_stream_analytics:19.1.0.0.0-19.1.0.0.10:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "GoldenGate Stream Analytics"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=19.1.0.0.0|\u003c=19.26.0.0.250219",
"product": {
"name": "vers:oracle/\u003e=19.1.0.0.0|\u003c=19.26.0.0.250219",
"product_id": "CSAFPID-2698941",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:goldengate:19.1.0.0.0-19.26.0.0.250219:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=21.3|\u003c=21.17",
"product": {
"name": "vers:oracle/\u003e=21.3|\u003c=21.17",
"product_id": "CSAFPID-2698942",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:goldengate:21.3-21.17:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=23.4|\u003c=23.7",
"product": {
"name": "vers:oracle/\u003e=23.4|\u003c=23.7",
"product_id": "CSAFPID-2699022",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:goldengate:23.4-23.7:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle GoldenGate"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=19.1.0.0.0|\u003c=19.1.0.0.18",
"product": {
"name": "vers:oracle/\u003e=19.1.0.0.0|\u003c=19.1.0.0.18",
"product_id": "CSAFPID-1839977",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:19.1.0.0.0-19.1.0.0.18:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=21.3.0.0.0|\u003c=21.16.0.0.0",
"product": {
"name": "vers:oracle/\u003e=21.3.0.0.0|\u003c=21.16.0.0.0",
"product_id": "CSAFPID-1840034",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:21.3.0.0.0-21.16.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=23.4|\u003c=23.6",
"product": {
"name": "vers:oracle/\u003e=23.4|\u003c=23.6",
"product_id": "CSAFPID-1840035",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:23.4-23.6:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle GoldenGate Big Data and Application Adapters"
}
],
"category": "product_family",
"name": "Oracle GoldenGate"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/\u003e=19.1.0.0.0|\u003c=19.1.0.0.7",
"product": {
"name": "vers:oracle/\u003e=19.1.0.0.0|\u003c=19.1.0.0.7",
"product_id": "CSAFPID-1144602"
}
}
],
"category": "product_name",
"name": "Oracle GoldenGate Stream Analytics"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/\u003c23.1",
"product": {
"name": "vers:oracle/\u003c23.1",
"product_id": "CSAFPID-1145800"
}
},
{
"category": "product_version_range",
"name": "vers:unknown/2.0",
"product": {
"name": "vers:unknown/2.0",
"product_id": "CSAFPID-356315",
"product_identification_helper": {
"cpe": "cpe:2.3:a:ibm:oracle_big_data_spatial_and_graph:2.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:unknown/23.1",
"product": {
"name": "vers:unknown/23.1",
"product_id": "CSAFPID-356152"
}
}
],
"category": "product_name",
"name": "Big Data Spatial and Graph"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/23.4.3",
"product": {
"name": "vers:oracle/23.4.3",
"product_id": "CSAFPID-2699065",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:graph_server_and_client:23.4.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/24.3.0",
"product": {
"name": "vers:oracle/24.3.0",
"product_id": "CSAFPID-2699066",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:graph_server_and_client:24.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/23.4.4",
"product": {
"name": "vers:oracle/23.4.4",
"product_id": "CSAFPID-1840017",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:graph_server_and_client:23.4.4:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/24.4.0",
"product": {
"name": "vers:oracle/24.4.0",
"product_id": "CSAFPID-1840013",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:graph_server_and_client:24.4.0:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Graph Server and Client"
}
],
"category": "product_family",
"name": "Oracle Graph Server and Client"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/\u003c=22.4.7",
"product": {
"name": "vers:oracle/\u003c=22.4.7",
"product_id": "CSAFPID-1145419",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:graph_server_and_client:22.4.7_and_prior:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/\u003c=23.4.2",
"product": {
"name": "vers:oracle/\u003c=23.4.2",
"product_id": "CSAFPID-1145421",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:graph_server_and_client:23.4.2_and_prior:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/\u003c=24.1.0",
"product": {
"name": "vers:oracle/\u003c=24.1.0",
"product_id": "CSAFPID-1145422",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:graph_server_and_client:24.1.0_and_prior:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Graph Server and Client"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/3.0.6",
"product": {
"name": "vers:oracle/3.0.6",
"product_id": "CSAFPID-1145420",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:big_data_spatial_and_graph:3.0.6:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Big Data Spatial and Graph"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:oracle/12.1.0.1",
"product": {
"name": "vers:oracle/12.1.0.1",
"product_id": "CSAFPID-2699109",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:secure_backup:12.1.0.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/12.1.0.2",
"product": {
"name": "vers:oracle/12.1.0.2",
"product_id": "CSAFPID-2699107",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:secure_backup:12.1.0.2:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/12.1.0.3",
"product": {
"name": "vers:oracle/12.1.0.3",
"product_id": "CSAFPID-2699106",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:secure_backup:12.1.0.3:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/18.1.0.0",
"product": {
"name": "vers:oracle/18.1.0.0",
"product_id": "CSAFPID-2699110",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:secure_backup:18.1.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/18.1.0.1",
"product": {
"name": "vers:oracle/18.1.0.1",
"product_id": "CSAFPID-2698972",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:secure_backup:18.1.0.1:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_version_range",
"name": "vers:oracle/18.1.0.2",
"product": {
"name": "vers:oracle/18.1.0.2",
"product_id": "CSAFPID-2699108",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:secure_backup:18.1.0.2:*:*:*:*:*:*:*"
}
}
}
],
"category": "product_name",
"name": "Oracle Secure Backup"
}
],
"category": "product_family",
"name": "Oracle Secure Backup"
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:semver/19.3|\u003c=19.26",
"product": {
"name": "vers:semver/19.3|\u003c=19.26",
"product_id": "CSAFPID-2698485"
}
},
{
"category": "product_version_range",
"name": "vers:semver/21.3|\u003c=21.17",
"product": {
"name": "vers:semver/21.3|\u003c=21.17",
"product_id": "CSAFPID-2698486"
}
},
{
"category": "product_version_range",
"name": "vers:semver/23.4|\u003c=23.7",
"product": {
"name": "vers:semver/23.4|\u003c=23.7",
"product_id": "CSAFPID-2698487"
}
}
],
"category": "product_name",
"name": "Oracle Database Server"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:semver/12.1.0.1",
"product": {
"name": "vers:semver/12.1.0.1",
"product_id": "CSAFPID-2698463"
}
},
{
"category": "product_version_range",
"name": "vers:semver/12.1.0.2",
"product": {
"name": "vers:semver/12.1.0.2",
"product_id": "CSAFPID-2698464"
}
},
{
"category": "product_version_range",
"name": "vers:semver/12.1.0.3",
"product": {
"name": "vers:semver/12.1.0.3",
"product_id": "CSAFPID-2698465"
}
},
{
"category": "product_version_range",
"name": "vers:semver/18.1.0.0",
"product": {
"name": "vers:semver/18.1.0.0",
"product_id": "CSAFPID-2698466"
}
},
{
"category": "product_version_range",
"name": "vers:semver/18.1.0.1",
"product": {
"name": "vers:semver/18.1.0.1",
"product_id": "CSAFPID-2698467"
}
},
{
"category": "product_version_range",
"name": "vers:semver/18.1.0.2",
"product": {
"name": "vers:semver/18.1.0.2",
"product_id": "CSAFPID-2698468"
}
}
],
"category": "product_name",
"name": "Oracle Secure Backup"
}
],
"category": "vendor",
"name": "Oracle Corporation"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-1935",
"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"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2020-1935",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2020/CVE-2020-1935.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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2020-1935"
},
{
"cve": "CVE-2020-1938",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"notes": [
{
"category": "other",
"text": "Improper Authorization",
"title": "CWE-285"
},
{
"category": "other",
"text": "Improper Privilege Management",
"title": "CWE-269"
},
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2020-1938",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2020/CVE-2020-1938.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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2020-1938"
},
{
"cve": "CVE-2020-9484",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"notes": [
{
"category": "other",
"text": "Deserialization of Untrusted Data",
"title": "CWE-502"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2020-9484",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2020/CVE-2020-9484.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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2020-9484"
},
{
"cve": "CVE-2020-11996",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2020-11996",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2020/CVE-2020-11996.json"
}
],
"title": "CVE-2020-11996"
},
{
"cve": "CVE-2020-13935",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2020-13935",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2020/CVE-2020-13935.json"
}
],
"title": "CVE-2020-13935"
},
{
"cve": "CVE-2020-13943",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "other",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2020-13943",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2020/CVE-2020-13943.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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2020-13943"
},
{
"cve": "CVE-2020-36843",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"notes": [
{
"category": "other",
"text": "Improper Verification of Cryptographic Signature",
"title": "CWE-347"
},
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:H/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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2020-36843",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2020/CVE-2020-36843.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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2020-36843"
},
{
"cve": "CVE-2021-24122",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "other",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2021-24122",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-24122.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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2021-24122"
},
{
"cve": "CVE-2021-25122",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "other",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2021-25122",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-25122.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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2021-25122"
},
{
"cve": "CVE-2021-25329",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"notes": [
{
"category": "other",
"text": "Deserialization of Untrusted Data",
"title": "CWE-502"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2021-25329",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-25329.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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2021-25329"
},
{
"cve": "CVE-2021-30640",
"cwe": {
"id": "CWE-287",
"name": "Improper Authentication"
},
"notes": [
{
"category": "other",
"text": "Improper Authentication",
"title": "CWE-287"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2021-30640",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-30640.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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2021-30640"
},
{
"cve": "CVE-2021-33037",
"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"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2021-33037",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-33037.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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2021-33037"
},
{
"cve": "CVE-2021-41079",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2021-41079",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-41079.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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2021-41079"
},
{
"cve": "CVE-2021-41184",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
"title": "CWE-79"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2021-41184",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-41184.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2021-41184"
},
{
"cve": "CVE-2021-42575",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2021-42575",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-42575.json"
}
],
"title": "CVE-2021-42575"
},
{
"cve": "CVE-2021-43980",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"notes": [
{
"category": "other",
"text": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)",
"title": "CWE-362"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2021-43980",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-43980.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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2021-43980"
},
{
"cve": "CVE-2022-3786",
"cwe": {
"id": "CWE-193",
"name": "Off-by-one Error"
},
"notes": [
{
"category": "other",
"text": "Off-by-one Error",
"title": "CWE-193"
},
{
"category": "other",
"text": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)",
"title": "CWE-120"
},
{
"category": "other",
"text": "NULL Pointer Dereference",
"title": "CWE-476"
},
{
"category": "other",
"text": "Stack-based Buffer Overflow",
"title": "CWE-121"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2022-3786",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-3786.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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2022-3786"
},
{
"cve": "CVE-2022-25762",
"cwe": {
"id": "CWE-226",
"name": "Sensitive Information in Resource Not Removed Before Reuse"
},
"notes": [
{
"category": "other",
"text": "Sensitive Information in Resource Not Removed Before Reuse",
"title": "CWE-226"
},
{
"category": "other",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
},
{
"category": "other",
"text": "Improper Handling of Exceptional Conditions",
"title": "CWE-755"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2022-25762",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-25762.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2022-25762"
},
{
"cve": "CVE-2022-42252",
"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": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2022-42252",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-42252.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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2022-42252"
},
{
"cve": "CVE-2023-28708",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "other",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
},
{
"category": "other",
"text": "Unprotected Transport of Credentials",
"title": "CWE-523"
},
{
"category": "other",
"text": "Sensitive Cookie in HTTPS Session Without \u0027Secure\u0027 Attribute",
"title": "CWE-614"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-28708",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-28708.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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2023-28708"
},
{
"cve": "CVE-2023-34053",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-34053",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-34053.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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2023-34053"
},
{
"cve": "CVE-2023-41080",
"cwe": {
"id": "CWE-601",
"name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)"
},
"notes": [
{
"category": "other",
"text": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)",
"title": "CWE-601"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-41080",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-41080.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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2023-41080"
},
{
"cve": "CVE-2023-42795",
"cwe": {
"id": "CWE-459",
"name": "Incomplete Cleanup"
},
"notes": [
{
"category": "other",
"text": "Incomplete Cleanup",
"title": "CWE-459"
},
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-42795",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-42795.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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2023-42795"
},
{
"cve": "CVE-2023-44487",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-44487",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44487.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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2023-44487"
},
{
"cve": "CVE-2023-45648",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"category": "other",
"text": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)",
"title": "CWE-444"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-45648",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-45648.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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2023-45648"
},
{
"cve": "CVE-2023-46589",
"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": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-46589",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-46589.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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2023-46589"
},
{
"cve": "CVE-2024-6763",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"notes": [
{
"category": "other",
"text": "Improper Validation of Syntactic Correctness of Input",
"title": "CWE-1286"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-6763",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6763.json"
}
],
"title": "CVE-2024-6763"
},
{
"cve": "CVE-2024-8176",
"cwe": {
"id": "CWE-121",
"name": "Stack-based Buffer Overflow"
},
"notes": [
{
"category": "other",
"text": "Stack-based Buffer Overflow",
"title": "CWE-121"
},
{
"category": "other",
"text": "Uncontrolled Recursion",
"title": "CWE-674"
},
{
"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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-8176",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-8176.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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2024-8176"
},
{
"cve": "CVE-2024-8184",
"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"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-8184",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-8184.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2024-8184"
},
{
"cve": "CVE-2024-9143",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "other",
"text": "Out-of-bounds Write",
"title": "CWE-787"
},
{
"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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-9143",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-9143.json"
}
],
"title": "CVE-2024-9143"
},
{
"cve": "CVE-2024-11053",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "other",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-11053",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-11053.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:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2024-11053"
},
{
"cve": "CVE-2024-11233",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "other",
"text": "Heap-based Buffer Overflow",
"title": "CWE-122"
},
{
"category": "other",
"text": "Out-of-bounds Write",
"title": "CWE-787"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:H/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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-11233",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-11233.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:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2024-11233"
},
{
"cve": "CVE-2024-11234",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"category": "other",
"text": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)",
"title": "CWE-444"
},
{
"category": "other",
"text": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)",
"title": "CWE-74"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:H/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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-11234",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-11234.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2024-11234"
},
{
"cve": "CVE-2024-11236",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "other",
"text": "Out-of-bounds Write",
"title": "CWE-787"
},
{
"category": "other",
"text": "Integer Overflow or Wraparound",
"title": "CWE-190"
},
{
"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",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-11236",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-11236.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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2024-11236"
},
{
"cve": "CVE-2024-13176",
"cwe": {
"id": "CWE-385",
"name": "Covert Timing Channel"
},
"notes": [
{
"category": "other",
"text": "Covert Timing Channel",
"title": "CWE-385"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-13176",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-13176.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2024-13176"
},
{
"cve": "CVE-2024-23672",
"cwe": {
"id": "CWE-459",
"name": "Incomplete Cleanup"
},
"notes": [
{
"category": "other",
"text": "Incomplete Cleanup",
"title": "CWE-459"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-23672",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23672.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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2024-23672"
},
{
"cve": "CVE-2024-24549",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"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:U",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-24549",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-24549.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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2024-24549"
},
{
"cve": "CVE-2024-36114",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "other",
"text": "Out-of-bounds Read",
"title": "CWE-125"
},
{
"category": "other",
"text": "Out-of-bounds Write",
"title": "CWE-787"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-36114",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-36114.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2024-36114"
},
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"notes": [
{
"category": "other",
"text": "Incorrect Resource Transfer Between Spheres",
"title": "CWE-669"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-37891",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37891.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2024-37891"
},
{
"cve": "CVE-2024-38819",
"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": "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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-38819",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38819.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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2024-38819"
},
{
"cve": "CVE-2024-38820",
"cwe": {
"id": "CWE-284",
"name": "Improper Access Control"
},
"notes": [
{
"category": "other",
"text": "Improper Access Control",
"title": "CWE-284"
},
{
"category": "other",
"text": "Improper Handling of Case Sensitivity",
"title": "CWE-178"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:H/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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-38820",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38820.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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2024-38820"
},
{
"cve": "CVE-2024-38999",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
"title": "CWE-1321"
},
{
"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:P",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-38999",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38999.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 10.0,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2024-38999"
},
{
"cve": "CVE-2024-39338",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"notes": [
{
"category": "other",
"text": "Server-Side Request Forgery (SSRF)",
"title": "CWE-918"
},
{
"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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-39338",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39338.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2024-39338"
},
{
"cve": "CVE-2024-47554",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-47554",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2024-47554"
},
{
"cve": "CVE-2024-47561",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"notes": [
{
"category": "other",
"text": "Deserialization of Untrusted Data",
"title": "CWE-502"
},
{
"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",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-47561",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-47561.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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2024-47561"
},
{
"cve": "CVE-2024-53382",
"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": "general",
"text": "CVSS:4.0/AV:N/AC:H/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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-53382",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-53382.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2024-53382"
},
{
"cve": "CVE-2024-57699",
"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 Recursion",
"title": "CWE-674"
},
{
"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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-57699",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2024-57699"
},
{
"cve": "CVE-2025-21578",
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-21578",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-21578.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2025-21578"
},
{
"cve": "CVE-2025-24813",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"notes": [
{
"category": "other",
"text": "Deserialization of Untrusted Data",
"title": "CWE-502"
},
{
"category": "other",
"text": "Path Equivalence: \u0027file.name\u0027 (Internal Dot)",
"title": "CWE-44"
},
{
"category": "other",
"text": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)",
"title": "CWE-444"
},
{
"category": "other",
"text": "Use of Incorrectly-Resolved Name or Reference",
"title": "CWE-706"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-24813",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-24813.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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2025-24813"
},
{
"cve": "CVE-2025-24970",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"category": "other",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
},
{
"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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-24970",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-24970.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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2025-24970"
},
{
"cve": "CVE-2025-25193",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "general",
"text": "CVSS:4.0/AV:L/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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-25193",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-25193.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-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2025-25193"
},
{
"cve": "CVE-2025-26791",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
"title": "CWE-79"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-26791",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-26791.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2025-26791"
},
{
"cve": "CVE-2025-30694",
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-30694",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-30694.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2025-30694"
},
{
"cve": "CVE-2025-30701",
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-30701",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-30701.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2025-30701"
},
{
"cve": "CVE-2025-30702",
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-30702",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-30702.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2025-30702"
},
{
"cve": "CVE-2025-30733",
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-30733",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-30733.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2025-30733"
},
{
"cve": "CVE-2025-30736",
"product_status": {
"known_affected": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-30736",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-30736.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1304603",
"CSAFPID-1201359",
"CSAFPID-1145825",
"CSAFPID-2698969",
"CSAFPID-1145826",
"CSAFPID-2698968",
"CSAFPID-1839905",
"CSAFPID-2698934",
"CSAFPID-1144644",
"CSAFPID-2699002",
"CSAFPID-2699003",
"CSAFPID-2699004",
"CSAFPID-2699053",
"CSAFPID-2698485",
"CSAFPID-2698486",
"CSAFPID-2698487",
"CSAFPID-2698932",
"CSAFPID-2698931",
"CSAFPID-2698930",
"CSAFPID-2698933",
"CSAFPID-2698943",
"CSAFPID-2698376",
"CSAFPID-2698377",
"CSAFPID-2698949",
"CSAFPID-2698941",
"CSAFPID-2698942",
"CSAFPID-2699022",
"CSAFPID-1839977",
"CSAFPID-1840034",
"CSAFPID-1840035",
"CSAFPID-1144602",
"CSAFPID-1238473",
"CSAFPID-1145800",
"CSAFPID-356315",
"CSAFPID-1237753",
"CSAFPID-1238475",
"CSAFPID-1296375",
"CSAFPID-356152",
"CSAFPID-1237603",
"CSAFPID-2699065",
"CSAFPID-2699066",
"CSAFPID-1840017",
"CSAFPID-1840013",
"CSAFPID-1145419",
"CSAFPID-1145421",
"CSAFPID-1145422",
"CSAFPID-1145420",
"CSAFPID-2699109",
"CSAFPID-2699107",
"CSAFPID-2699106",
"CSAFPID-2699110",
"CSAFPID-2698972",
"CSAFPID-2699108",
"CSAFPID-2698463",
"CSAFPID-2698464",
"CSAFPID-2698465",
"CSAFPID-2698466",
"CSAFPID-2698467",
"CSAFPID-2698468"
]
}
],
"title": "CVE-2025-30736"
}
]
}
RHSA-2024:6240
Vulnerability from csaf_redhat - Published: 2024-09-03 18:59 - Updated: 2026-02-17 07:51Summary
Red Hat Security Advisory: python-urllib3 security update
Notes
Topic
An update for python-urllib3 is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.
Red 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.
Details
The python-urllib3 package provides the Python HTTP module with connection pooling and file POST abilities.
Security Fix(es):
* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "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 python-urllib3 is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The python-urllib3 package provides the Python HTTP module with connection pooling and file POST abilities.\n\nSecurity Fix(es):\n\n* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)\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-2024:6240",
"url": "https://access.redhat.com/errata/RHSA-2024:6240"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6240.json"
}
],
"title": "Red Hat Security Advisory: python-urllib3 security update",
"tracking": {
"current_release_date": "2026-02-17T07:51:16+00:00",
"generator": {
"date": "2026-02-17T07:51:16+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2024:6240",
"initial_release_date": "2024-09-03T18:59:14+00:00",
"revision_history": [
{
"date": "2024-09-03T18:59:14+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-09-03T18:59:14+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-17T07:51:16+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 EUS (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_eus:9.2::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python-urllib3-0:1.26.5-3.el9_2.2.src",
"product": {
"name": "python-urllib3-0:1.26.5-3.el9_2.2.src",
"product_id": "python-urllib3-0:1.26.5-3.el9_2.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-urllib3@1.26.5-3.el9_2.2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-urllib3-0:1.26.5-3.el9_2.2.noarch",
"product": {
"name": "python3-urllib3-0:1.26.5-3.el9_2.2.noarch",
"product_id": "python3-urllib3-0:1.26.5-3.el9_2.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-urllib3@1.26.5-3.el9_2.2?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.26.5-3.el9_2.2.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:python-urllib3-0:1.26.5-3.el9_2.2.src"
},
"product_reference": "python-urllib3-0:1.26.5-3.el9_2.2.src",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-urllib3-0:1.26.5-3.el9_2.2.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:python3-urllib3-0:1.26.5-3.el9_2.2.noarch"
},
"product_reference": "python3-urllib3-0:1.26.5-3.el9_2.2.noarch",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"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": [
"BaseOS-9.2.0.Z.EUS:python-urllib3-0:1.26.5-3.el9_2.2.src",
"BaseOS-9.2.0.Z.EUS:python3-urllib3-0:1.26.5-3.el9_2.2.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-03T18:59:14+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": [
"BaseOS-9.2.0.Z.EUS:python-urllib3-0:1.26.5-3.el9_2.2.src",
"BaseOS-9.2.0.Z.EUS:python3-urllib3-0:1.26.5-3.el9_2.2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6240"
},
{
"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": [
"BaseOS-9.2.0.Z.EUS:python-urllib3-0:1.26.5-3.el9_2.2.src",
"BaseOS-9.2.0.Z.EUS:python3-urllib3-0:1.26.5-3.el9_2.2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"BaseOS-9.2.0.Z.EUS:python-urllib3-0:1.26.5-3.el9_2.2.src",
"BaseOS-9.2.0.Z.EUS:python3-urllib3-0:1.26.5-3.el9_2.2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024:5309
Vulnerability from csaf_redhat - Published: 2024-08-13 15:39 - Updated: 2026-02-17 07:51Summary
Red Hat Security Advisory: python-urllib3 security update
Notes
Topic
An update for python-urllib3 is now available for Red Hat Enterprise Linux 8.
Red 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.
Details
The python-urllib3 package provides the Python HTTP module with connection pooling and file POST abilities.
Security Fix(es):
* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "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 python-urllib3 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 python-urllib3 package provides the Python HTTP module with connection pooling and file POST abilities.\n\nSecurity Fix(es):\n\n* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)\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-2024:5309",
"url": "https://access.redhat.com/errata/RHSA-2024:5309"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_5309.json"
}
],
"title": "Red Hat Security Advisory: python-urllib3 security update",
"tracking": {
"current_release_date": "2026-02-17T07:51:01+00:00",
"generator": {
"date": "2026-02-17T07:51:01+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2024:5309",
"initial_release_date": "2024-08-13T15:39:29+00:00",
"revision_history": [
{
"date": "2024-08-13T15:39:29+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-08-13T15:39:29+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-17T07:51:01+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux 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_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python-urllib3-0:1.24.2-8.el8_10.src",
"product": {
"name": "python-urllib3-0:1.24.2-8.el8_10.src",
"product_id": "python-urllib3-0:1.24.2-8.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-urllib3@1.24.2-8.el8_10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-urllib3-0:1.24.2-8.el8_10.noarch",
"product": {
"name": "python3-urllib3-0:1.24.2-8.el8_10.noarch",
"product_id": "python3-urllib3-0:1.24.2-8.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-urllib3@1.24.2-8.el8_10?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.24.2-8.el8_10.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.24.2-8.el8_10.src"
},
"product_reference": "python-urllib3-0:1.24.2-8.el8_10.src",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-urllib3-0:1.24.2-8.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-urllib3-0:1.24.2-8.el8_10.noarch"
},
"product_reference": "python3-urllib3-0:1.24.2-8.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"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": [
"BaseOS-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.24.2-8.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-urllib3-0:1.24.2-8.el8_10.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-13T15:39:29+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": [
"BaseOS-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.24.2-8.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-urllib3-0:1.24.2-8.el8_10.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5309"
},
{
"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": [
"BaseOS-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.24.2-8.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-urllib3-0:1.24.2-8.el8_10.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"BaseOS-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.24.2-8.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-urllib3-0:1.24.2-8.el8_10.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024:5041
Vulnerability from csaf_redhat - Published: 2024-08-06 15:23 - Updated: 2026-02-17 07:50Summary
Red Hat Security Advisory: python-urllib3 security update
Notes
Topic
An update for python-urllib3 is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.
Red 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.
Details
The python-urllib3 package provides the Python HTTP module with connection pooling and file POST abilities.
Security Fix(es):
* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "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 python-urllib3 is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.\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 python-urllib3 package provides the Python HTTP module with connection pooling and file POST abilities.\n\nSecurity Fix(es):\n\n* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)\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-2024:5041",
"url": "https://access.redhat.com/errata/RHSA-2024:5041"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_5041.json"
}
],
"title": "Red Hat Security Advisory: python-urllib3 security update",
"tracking": {
"current_release_date": "2026-02-17T07:50:59+00:00",
"generator": {
"date": "2026-02-17T07:50:59+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2024:5041",
"initial_release_date": "2024-08-06T15:23:30+00:00",
"revision_history": [
{
"date": "2024-08-06T15:23:30+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-08-06T15:23:30+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-17T07:50:59+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 AUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_aus:8.6::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_e4s:8.6::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_tus:8.6::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python-urllib3-0:1.24.2-5.el8_6.3.src",
"product": {
"name": "python-urllib3-0:1.24.2-5.el8_6.3.src",
"product_id": "python-urllib3-0:1.24.2-5.el8_6.3.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-urllib3@1.24.2-5.el8_6.3?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-urllib3-0:1.24.2-5.el8_6.3.noarch",
"product": {
"name": "python3-urllib3-0:1.24.2-5.el8_6.3.noarch",
"product_id": "python3-urllib3-0:1.24.2-5.el8_6.3.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-urllib3@1.24.2-5.el8_6.3?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.24.2-5.el8_6.3.src as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:python-urllib3-0:1.24.2-5.el8_6.3.src"
},
"product_reference": "python-urllib3-0:1.24.2-5.el8_6.3.src",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-urllib3-0:1.24.2-5.el8_6.3.noarch as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:python3-urllib3-0:1.24.2-5.el8_6.3.noarch"
},
"product_reference": "python3-urllib3-0:1.24.2-5.el8_6.3.noarch",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.24.2-5.el8_6.3.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python-urllib3-0:1.24.2-5.el8_6.3.src"
},
"product_reference": "python-urllib3-0:1.24.2-5.el8_6.3.src",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-urllib3-0:1.24.2-5.el8_6.3.noarch as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-urllib3-0:1.24.2-5.el8_6.3.noarch"
},
"product_reference": "python3-urllib3-0:1.24.2-5.el8_6.3.noarch",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.24.2-5.el8_6.3.src as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:python-urllib3-0:1.24.2-5.el8_6.3.src"
},
"product_reference": "python-urllib3-0:1.24.2-5.el8_6.3.src",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-urllib3-0:1.24.2-5.el8_6.3.noarch as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:python3-urllib3-0:1.24.2-5.el8_6.3.noarch"
},
"product_reference": "python3-urllib3-0:1.24.2-5.el8_6.3.noarch",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"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": [
"BaseOS-8.6.0.Z.AUS:python-urllib3-0:1.24.2-5.el8_6.3.src",
"BaseOS-8.6.0.Z.AUS:python3-urllib3-0:1.24.2-5.el8_6.3.noarch",
"BaseOS-8.6.0.Z.E4S:python-urllib3-0:1.24.2-5.el8_6.3.src",
"BaseOS-8.6.0.Z.E4S:python3-urllib3-0:1.24.2-5.el8_6.3.noarch",
"BaseOS-8.6.0.Z.TUS:python-urllib3-0:1.24.2-5.el8_6.3.src",
"BaseOS-8.6.0.Z.TUS:python3-urllib3-0:1.24.2-5.el8_6.3.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-06T15:23:30+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": [
"BaseOS-8.6.0.Z.AUS:python-urllib3-0:1.24.2-5.el8_6.3.src",
"BaseOS-8.6.0.Z.AUS:python3-urllib3-0:1.24.2-5.el8_6.3.noarch",
"BaseOS-8.6.0.Z.E4S:python-urllib3-0:1.24.2-5.el8_6.3.src",
"BaseOS-8.6.0.Z.E4S:python3-urllib3-0:1.24.2-5.el8_6.3.noarch",
"BaseOS-8.6.0.Z.TUS:python-urllib3-0:1.24.2-5.el8_6.3.src",
"BaseOS-8.6.0.Z.TUS:python3-urllib3-0:1.24.2-5.el8_6.3.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5041"
},
{
"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": [
"BaseOS-8.6.0.Z.AUS:python-urllib3-0:1.24.2-5.el8_6.3.src",
"BaseOS-8.6.0.Z.AUS:python3-urllib3-0:1.24.2-5.el8_6.3.noarch",
"BaseOS-8.6.0.Z.E4S:python-urllib3-0:1.24.2-5.el8_6.3.src",
"BaseOS-8.6.0.Z.E4S:python3-urllib3-0:1.24.2-5.el8_6.3.noarch",
"BaseOS-8.6.0.Z.TUS:python-urllib3-0:1.24.2-5.el8_6.3.src",
"BaseOS-8.6.0.Z.TUS:python3-urllib3-0:1.24.2-5.el8_6.3.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"BaseOS-8.6.0.Z.AUS:python-urllib3-0:1.24.2-5.el8_6.3.src",
"BaseOS-8.6.0.Z.AUS:python3-urllib3-0:1.24.2-5.el8_6.3.noarch",
"BaseOS-8.6.0.Z.E4S:python-urllib3-0:1.24.2-5.el8_6.3.src",
"BaseOS-8.6.0.Z.E4S:python3-urllib3-0:1.24.2-5.el8_6.3.noarch",
"BaseOS-8.6.0.Z.TUS:python-urllib3-0:1.24.2-5.el8_6.3.src",
"BaseOS-8.6.0.Z.TUS:python3-urllib3-0:1.24.2-5.el8_6.3.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024:9922
Vulnerability from csaf_redhat - Published: 2024-11-19 01:27 - Updated: 2026-02-17 07:52Summary
Red Hat Security Advisory: python3.11-urllib3 security update
Notes
Topic
An update for python3.11-urllib3 is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.
Red 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.
Details
The python-urllib3 package provides the Python HTTP module with connection pooling and file POST abilities.
Security Fix(es):
* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "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 python3.11-urllib3 is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The python-urllib3 package provides the Python HTTP module with connection pooling and file POST abilities.\n\nSecurity Fix(es):\n\n* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)\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-2024:9922",
"url": "https://access.redhat.com/errata/RHSA-2024:9922"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_9922.json"
}
],
"title": "Red Hat Security Advisory: python3.11-urllib3 security update",
"tracking": {
"current_release_date": "2026-02-17T07:52:05+00:00",
"generator": {
"date": "2026-02-17T07:52:05+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2024:9922",
"initial_release_date": "2024-11-19T01:27:02+00:00",
"revision_history": [
{
"date": "2024-11-19T01:27:02+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-11-19T01:27:02+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-17T07:52:05+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-urllib3-0:1.26.12-2.el9_4.1.src",
"product": {
"name": "python3.11-urllib3-0:1.26.12-2.el9_4.1.src",
"product_id": "python3.11-urllib3-0:1.26.12-2.el9_4.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-urllib3@1.26.12-2.el9_4.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-urllib3-0:1.26.12-2.el9_4.1.noarch",
"product": {
"name": "python3.11-urllib3-0:1.26.12-2.el9_4.1.noarch",
"product_id": "python3.11-urllib3-0:1.26.12-2.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-urllib3@1.26.12-2.el9_4.1?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-urllib3-0:1.26.12-2.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-urllib3-0:1.26.12-2.el9_4.1.noarch"
},
"product_reference": "python3.11-urllib3-0:1.26.12-2.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-urllib3-0:1.26.12-2.el9_4.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-urllib3-0:1.26.12-2.el9_4.1.src"
},
"product_reference": "python3.11-urllib3-0:1.26.12-2.el9_4.1.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"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.4.0.Z.EUS:python3.11-urllib3-0:1.26.12-2.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:python3.11-urllib3-0:1.26.12-2.el9_4.1.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-11-19T01:27:02+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.EUS:python3.11-urllib3-0:1.26.12-2.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:python3.11-urllib3-0:1.26.12-2.el9_4.1.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:9922"
},
{
"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.4.0.Z.EUS:python3.11-urllib3-0:1.26.12-2.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:python3.11-urllib3-0:1.26.12-2.el9_4.1.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:python3.11-urllib3-0:1.26.12-2.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:python3.11-urllib3-0:1.26.12-2.el9_4.1.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024:5622
Vulnerability from csaf_redhat - Published: 2024-08-20 15:55 - Updated: 2026-02-17 07:51Summary
Red Hat Security Advisory: fence-agents security update
Notes
Topic
An update for fence-agents is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.
Red 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.
Details
The fence-agents packages provide a collection of scripts for handling remote power management for cluster devices. They allow failed or unreachable nodes to be forcibly restarted and removed from the cluster.
Security Fix(es):
* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "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 fence-agents is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.\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 fence-agents packages provide a collection of scripts for handling remote power management for cluster devices. They allow failed or unreachable nodes to be forcibly restarted and removed from the cluster. \n\nSecurity Fix(es):\n\n* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)\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-2024:5622",
"url": "https://access.redhat.com/errata/RHSA-2024:5622"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_5622.json"
}
],
"title": "Red Hat Security Advisory: fence-agents security update",
"tracking": {
"current_release_date": "2026-02-17T07:51:06+00:00",
"generator": {
"date": "2026-02-17T07:51:06+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2024:5622",
"initial_release_date": "2024-08-20T15:55:27+00:00",
"revision_history": [
{
"date": "2024-08-20T15:55:27+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-08-20T15:55:27+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-17T07:51:06+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 AUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.6::highavailability"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.6::highavailability"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-0:4.2.1-89.el8_6.13.src",
"product": {
"name": "fence-agents-0:4.2.1-89.el8_6.13.src",
"product_id": "fence-agents-0:4.2.1-89.el8_6.13.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents@4.2.1-89.el8_6.13?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"product": {
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"product_id": "fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.2.1-89.el8_6.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"product": {
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"product_id": "fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.2.1-89.el8_6.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"product": {
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"product_id": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.2.1-89.el8_6.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"product": {
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"product_id": "fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.2.1-89.el8_6.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"product": {
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"product_id": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.2.1-89.el8_6.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"product": {
"name": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"product_id": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aliyun-debuginfo@4.2.1-89.el8_6.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"product": {
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"product_id": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.2.1-89.el8_6.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"product_id": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.2.1-89.el8_6.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.2.1-89.el8_6.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"product": {
"name": "fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"product_id": "fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aliyun@4.2.1-89.el8_6.13?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-amt-ws@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc-snmp@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-bladecenter@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-brocade@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-mds@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-ucs@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-compute@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-drac5@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eaton-snmp@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-emerson@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eps@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-heuristics-ping@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-hpblade@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-powervs@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-vpc@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibmblade@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ifmib@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-moonshot@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-mp@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-ssh@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo2@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-intelmodular@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipdu@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipmilan@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-lpar@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-mpath@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rhevm@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsa@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsb@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-sbd@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-scsi@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-virsh@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-rest@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-soap@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-wti@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-zvm-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-zvm-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-zvm-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-zvm@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aws@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-azure-arm@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-gce@4.2.1-89.el8_6.13?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.aarch64",
"product": {
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.aarch64",
"product_id": "fence-agents-all-0:4.2.1-89.el8_6.13.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.2.1-89.el8_6.13?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.aarch64",
"product": {
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.aarch64",
"product_id": "fence-agents-kdump-0:4.2.1-89.el8_6.13.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.2.1-89.el8_6.13?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.aarch64",
"product": {
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.aarch64",
"product_id": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.2.1-89.el8_6.13?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.aarch64",
"product": {
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.aarch64",
"product_id": "fence-agents-redfish-0:4.2.1-89.el8_6.13.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.2.1-89.el8_6.13?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.aarch64",
"product": {
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.aarch64",
"product_id": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.2.1-89.el8_6.13?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"product": {
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"product_id": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.2.1-89.el8_6.13?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"product_id": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.2.1-89.el8_6.13?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.2.1-89.el8_6.13?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.ppc64le",
"product": {
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.ppc64le",
"product_id": "fence-agents-all-0:4.2.1-89.el8_6.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.2.1-89.el8_6.13?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.ppc64le",
"product": {
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.ppc64le",
"product_id": "fence-agents-kdump-0:4.2.1-89.el8_6.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.2.1-89.el8_6.13?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.ppc64le",
"product": {
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.ppc64le",
"product_id": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.2.1-89.el8_6.13?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.ppc64le",
"product": {
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.ppc64le",
"product_id": "fence-agents-redfish-0:4.2.1-89.el8_6.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.2.1-89.el8_6.13?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.ppc64le",
"product": {
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.ppc64le",
"product_id": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.2.1-89.el8_6.13?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"product": {
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"product_id": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.2.1-89.el8_6.13?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"product_id": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.2.1-89.el8_6.13?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.2.1-89.el8_6.13?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.s390x",
"product": {
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.s390x",
"product_id": "fence-agents-all-0:4.2.1-89.el8_6.13.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.2.1-89.el8_6.13?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.s390x",
"product": {
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.s390x",
"product_id": "fence-agents-kdump-0:4.2.1-89.el8_6.13.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.2.1-89.el8_6.13?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.s390x",
"product": {
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.s390x",
"product_id": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.2.1-89.el8_6.13?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.s390x",
"product": {
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.s390x",
"product_id": "fence-agents-redfish-0:4.2.1-89.el8_6.13.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.2.1-89.el8_6.13?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.s390x",
"product": {
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.s390x",
"product_id": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.2.1-89.el8_6.13?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"product": {
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"product_id": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.2.1-89.el8_6.13?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"product_id": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.2.1-89.el8_6.13?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.2.1-89.el8_6.13?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.2.1-89.el8_6.13.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-0:4.2.1-89.el8_6.13.src"
},
"product_reference": "fence-agents-0:4.2.1-89.el8_6.13.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-common-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.2.1-89.el8_6.13.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-0:4.2.1-89.el8_6.13.src"
},
"product_reference": "fence-agents-0:4.2.1-89.el8_6.13.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.aarch64"
},
"product_reference": "fence-agents-all-0:4.2.1-89.el8_6.13.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.ppc64le"
},
"product_reference": "fence-agents-all-0:4.2.1-89.el8_6.13.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.s390x"
},
"product_reference": "fence-agents-all-0:4.2.1-89.el8_6.13.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-common-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.aarch64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-89.el8_6.13.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.2.1-89.el8_6.13.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.s390x"
},
"product_reference": "fence-agents-kdump-0:4.2.1-89.el8_6.13.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.aarch64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.ppc64le"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.s390x"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.aarch64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.aarch64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-89.el8_6.13.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.2.1-89.el8_6.13.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.s390x"
},
"product_reference": "fence-agents-redfish-0:4.2.1-89.el8_6.13.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-zvm-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-zvm-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.2.1-89.el8_6.13.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-0:4.2.1-89.el8_6.13.src"
},
"product_reference": "fence-agents-0:4.2.1-89.el8_6.13.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-common-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.2.1-89.el8_6.13.src as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-0:4.2.1-89.el8_6.13.src"
},
"product_reference": "fence-agents-0:4.2.1-89.el8_6.13.src",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.aarch64"
},
"product_reference": "fence-agents-all-0:4.2.1-89.el8_6.13.aarch64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.ppc64le"
},
"product_reference": "fence-agents-all-0:4.2.1-89.el8_6.13.ppc64le",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.s390x"
},
"product_reference": "fence-agents-all-0:4.2.1-89.el8_6.13.s390x",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-common-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.aarch64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.ppc64le",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.s390x",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.aarch64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-89.el8_6.13.aarch64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.2.1-89.el8_6.13.ppc64le",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.s390x"
},
"product_reference": "fence-agents-kdump-0:4.2.1-89.el8_6.13.s390x",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.aarch64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.aarch64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.ppc64le"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.ppc64le",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.s390x"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.s390x",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.aarch64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.aarch64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-89.el8_6.13.aarch64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.2.1-89.el8_6.13.ppc64le",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.s390x"
},
"product_reference": "fence-agents-redfish-0:4.2.1-89.el8_6.13.s390x",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-zvm-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-zvm-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.2.1-89.el8_6.13.src as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-0:4.2.1-89.el8_6.13.src"
},
"product_reference": "fence-agents-0:4.2.1-89.el8_6.13.src",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-common-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"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.6.0.Z.AUS:fence-agents-0:4.2.1-89.el8_6.13.src",
"AppStream-8.6.0.Z.AUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-0:4.2.1-89.el8_6.13.src",
"AppStream-8.6.0.Z.E4S:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-zvm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-0:4.2.1-89.el8_6.13.src",
"AppStream-8.6.0.Z.TUS:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-0:4.2.1-89.el8_6.13.src",
"HighAvailability-8.6.0.Z.E4S:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-zvm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-0:4.2.1-89.el8_6.13.src",
"HighAvailability-8.6.0.Z.TUS:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-20T15:55:27+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.6.0.Z.AUS:fence-agents-0:4.2.1-89.el8_6.13.src",
"AppStream-8.6.0.Z.AUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-0:4.2.1-89.el8_6.13.src",
"AppStream-8.6.0.Z.E4S:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-zvm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-0:4.2.1-89.el8_6.13.src",
"AppStream-8.6.0.Z.TUS:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-0:4.2.1-89.el8_6.13.src",
"HighAvailability-8.6.0.Z.E4S:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-zvm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-0:4.2.1-89.el8_6.13.src",
"HighAvailability-8.6.0.Z.TUS:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5622"
},
{
"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.6.0.Z.AUS:fence-agents-0:4.2.1-89.el8_6.13.src",
"AppStream-8.6.0.Z.AUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-0:4.2.1-89.el8_6.13.src",
"AppStream-8.6.0.Z.E4S:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-zvm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-0:4.2.1-89.el8_6.13.src",
"AppStream-8.6.0.Z.TUS:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-0:4.2.1-89.el8_6.13.src",
"HighAvailability-8.6.0.Z.E4S:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-zvm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-0:4.2.1-89.el8_6.13.src",
"HighAvailability-8.6.0.Z.TUS:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.AUS:fence-agents-0:4.2.1-89.el8_6.13.src",
"AppStream-8.6.0.Z.AUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-0:4.2.1-89.el8_6.13.src",
"AppStream-8.6.0.Z.E4S:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-zvm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-0:4.2.1-89.el8_6.13.src",
"AppStream-8.6.0.Z.TUS:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-0:4.2.1-89.el8_6.13.src",
"HighAvailability-8.6.0.Z.E4S:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-zvm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-0:4.2.1-89.el8_6.13.src",
"HighAvailability-8.6.0.Z.TUS:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024:9985
Vulnerability from csaf_redhat - Published: 2024-11-21 09:30 - Updated: 2026-02-17 07:52Summary
Red Hat Security Advisory: RHOSP 17.1.4 (python-urllib3) security update
Notes
Topic
An update for python-urllib3 is now available for Red Hat OpenStack
Platform (RHOSP) 17.1 (Wallaby).
Red 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.
Details
Python HTTP module with connection pooling and file POST abilities.
Security Fix(es):
* proxy-authorization request header is not stripped during cross-origin
redirects (CVE-2024-37891)
For more details about the security issue(s), including the impact, a CVSS
score, acknowledgments, and other related information, refer to the CVE
page listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "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 python-urllib3 is now available for Red Hat OpenStack\nPlatform (RHOSP) 17.1 (Wallaby).\n\nRed Hat Product Security has rated this update as having a security impact\nof Moderate. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available for each vulnerability from\nthe CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Python HTTP module with connection pooling and file POST abilities.\n\nSecurity Fix(es):\n\n* proxy-authorization request header is not stripped during cross-origin\nredirects (CVE-2024-37891)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage 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-2024:9985",
"url": "https://access.redhat.com/errata/RHSA-2024:9985"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_9985.json"
}
],
"title": "Red Hat Security Advisory: RHOSP 17.1.4 (python-urllib3) security update",
"tracking": {
"current_release_date": "2026-02-17T07:52:09+00:00",
"generator": {
"date": "2026-02-17T07:52:09+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2024:9985",
"initial_release_date": "2024-11-21T09:30:00+00:00",
"revision_history": [
{
"date": "2024-11-21T09:30:00+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-11-21T09:30:00+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-17T07:52:09+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenStack Platform 17.1",
"product": {
"name": "Red Hat OpenStack Platform 17.1",
"product_id": "8Base-RHOS-17.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:17.1::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenStack Platform 17.1",
"product": {
"name": "Red Hat OpenStack Platform 17.1",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-17.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:17.1::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenStack Platform 17.1",
"product": {
"name": "Red Hat OpenStack Platform 17.1",
"product_id": "8Base-RHOS-TOOLS-17.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:17.1::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenStack Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "python-urllib3-0:1.25.10-7.el8ost.src",
"product": {
"name": "python-urllib3-0:1.25.10-7.el8ost.src",
"product_id": "python-urllib3-0:1.25.10-7.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-urllib3@1.25.10-7.el8ost?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-urllib3-0:1.25.10-7.el8ost.noarch",
"product": {
"name": "python3-urllib3-0:1.25.10-7.el8ost.noarch",
"product_id": "python3-urllib3-0:1.25.10-7.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-urllib3@1.25.10-7.el8ost?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.25.10-7.el8ost.src as a component of Red Hat OpenStack Platform 17.1",
"product_id": "8Base-RHOS-17.1:python-urllib3-0:1.25.10-7.el8ost.src"
},
"product_reference": "python-urllib3-0:1.25.10-7.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-urllib3-0:1.25.10-7.el8ost.noarch as a component of Red Hat OpenStack Platform 17.1",
"product_id": "8Base-RHOS-17.1:python3-urllib3-0:1.25.10-7.el8ost.noarch"
},
"product_reference": "python3-urllib3-0:1.25.10-7.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.25.10-7.el8ost.src as a component of Red Hat OpenStack Platform 17.1",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-17.1:python-urllib3-0:1.25.10-7.el8ost.src"
},
"product_reference": "python-urllib3-0:1.25.10-7.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-urllib3-0:1.25.10-7.el8ost.noarch as a component of Red Hat OpenStack Platform 17.1",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-17.1:python3-urllib3-0:1.25.10-7.el8ost.noarch"
},
"product_reference": "python3-urllib3-0:1.25.10-7.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.25.10-7.el8ost.src as a component of Red Hat OpenStack Platform 17.1",
"product_id": "8Base-RHOS-TOOLS-17.1:python-urllib3-0:1.25.10-7.el8ost.src"
},
"product_reference": "python-urllib3-0:1.25.10-7.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-TOOLS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-urllib3-0:1.25.10-7.el8ost.noarch as a component of Red Hat OpenStack Platform 17.1",
"product_id": "8Base-RHOS-TOOLS-17.1:python3-urllib3-0:1.25.10-7.el8ost.noarch"
},
"product_reference": "python3-urllib3-0:1.25.10-7.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-TOOLS-17.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"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": [
"8Base-RHOS-17.1:python-urllib3-0:1.25.10-7.el8ost.src",
"8Base-RHOS-17.1:python3-urllib3-0:1.25.10-7.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-17.1:python-urllib3-0:1.25.10-7.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-17.1:python3-urllib3-0:1.25.10-7.el8ost.noarch",
"8Base-RHOS-TOOLS-17.1:python-urllib3-0:1.25.10-7.el8ost.src",
"8Base-RHOS-TOOLS-17.1:python3-urllib3-0:1.25.10-7.el8ost.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-11-21T09:30:00+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-17.1:python-urllib3-0:1.25.10-7.el8ost.src",
"8Base-RHOS-17.1:python3-urllib3-0:1.25.10-7.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-17.1:python-urllib3-0:1.25.10-7.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-17.1:python3-urllib3-0:1.25.10-7.el8ost.noarch",
"8Base-RHOS-TOOLS-17.1:python-urllib3-0:1.25.10-7.el8ost.src",
"8Base-RHOS-TOOLS-17.1:python3-urllib3-0:1.25.10-7.el8ost.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:9985"
},
{
"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": [
"8Base-RHOS-17.1:python-urllib3-0:1.25.10-7.el8ost.src",
"8Base-RHOS-17.1:python3-urllib3-0:1.25.10-7.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-17.1:python-urllib3-0:1.25.10-7.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-17.1:python3-urllib3-0:1.25.10-7.el8ost.noarch",
"8Base-RHOS-TOOLS-17.1:python-urllib3-0:1.25.10-7.el8ost.src",
"8Base-RHOS-TOOLS-17.1:python3-urllib3-0:1.25.10-7.el8ost.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOS-17.1:python-urllib3-0:1.25.10-7.el8ost.src",
"8Base-RHOS-17.1:python3-urllib3-0:1.25.10-7.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-17.1:python-urllib3-0:1.25.10-7.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-17.1:python3-urllib3-0:1.25.10-7.el8ost.noarch",
"8Base-RHOS-TOOLS-17.1:python-urllib3-0:1.25.10-7.el8ost.src",
"8Base-RHOS-TOOLS-17.1:python3-urllib3-0:1.25.10-7.el8ost.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024:6310
Vulnerability from csaf_redhat - Published: 2024-09-04 11:11 - Updated: 2026-02-17 07:51Summary
Red Hat Security Advisory: resource-agents security update
Notes
Topic
An update for resource-agents is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.
Red 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.
Details
The resource-agents packages provide the Pacemaker and RGManager service managers with a set of scripts. These scripts interface with several services to allow operating in a high-availability (HA) environment.
Security Fix(es):
* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "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 resource-agents is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.\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 resource-agents packages provide the Pacemaker and RGManager service managers with a set of scripts. These scripts interface with several services to allow operating in a high-availability (HA) environment.\n\nSecurity Fix(es):\n\n* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)\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-2024:6310",
"url": "https://access.redhat.com/errata/RHSA-2024:6310"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6310.json"
}
],
"title": "Red Hat Security Advisory: resource-agents security update",
"tracking": {
"current_release_date": "2026-02-17T07:51:17+00:00",
"generator": {
"date": "2026-02-17T07:51:17+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2024:6310",
"initial_release_date": "2024-09-04T11:11:42+00:00",
"revision_history": [
{
"date": "2024-09-04T11:11:42+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-09-04T11:11:42+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-17T07:51:17+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 High Availability E4S (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.6::highavailability"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.6::highavailability"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "resource-agents-0:4.9.0-16.el8_6.13.src",
"product": {
"name": "resource-agents-0:4.9.0-16.el8_6.13.src",
"product_id": "resource-agents-0:4.9.0-16.el8_6.13.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents@4.9.0-16.el8_6.13?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "resource-agents-0:4.9.0-16.el8_6.13.ppc64le",
"product": {
"name": "resource-agents-0:4.9.0-16.el8_6.13.ppc64le",
"product_id": "resource-agents-0:4.9.0-16.el8_6.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents@4.9.0-16.el8_6.13?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "resource-agents-paf-0:4.9.0-16.el8_6.13.ppc64le",
"product": {
"name": "resource-agents-paf-0:4.9.0-16.el8_6.13.ppc64le",
"product_id": "resource-agents-paf-0:4.9.0-16.el8_6.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-paf@4.9.0-16.el8_6.13?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debugsource-0:4.9.0-16.el8_6.13.ppc64le",
"product": {
"name": "resource-agents-debugsource-0:4.9.0-16.el8_6.13.ppc64le",
"product_id": "resource-agents-debugsource-0:4.9.0-16.el8_6.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debugsource@4.9.0-16.el8_6.13?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debuginfo-0:4.9.0-16.el8_6.13.ppc64le",
"product": {
"name": "resource-agents-debuginfo-0:4.9.0-16.el8_6.13.ppc64le",
"product_id": "resource-agents-debuginfo-0:4.9.0-16.el8_6.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debuginfo@4.9.0-16.el8_6.13?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "resource-agents-0:4.9.0-16.el8_6.13.x86_64",
"product": {
"name": "resource-agents-0:4.9.0-16.el8_6.13.x86_64",
"product_id": "resource-agents-0:4.9.0-16.el8_6.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents@4.9.0-16.el8_6.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-aliyun-0:4.9.0-16.el8_6.13.x86_64",
"product": {
"name": "resource-agents-aliyun-0:4.9.0-16.el8_6.13.x86_64",
"product_id": "resource-agents-aliyun-0:4.9.0-16.el8_6.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-aliyun@4.9.0-16.el8_6.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-gcp-0:4.9.0-16.el8_6.13.x86_64",
"product": {
"name": "resource-agents-gcp-0:4.9.0-16.el8_6.13.x86_64",
"product_id": "resource-agents-gcp-0:4.9.0-16.el8_6.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-gcp@4.9.0-16.el8_6.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-paf-0:4.9.0-16.el8_6.13.x86_64",
"product": {
"name": "resource-agents-paf-0:4.9.0-16.el8_6.13.x86_64",
"product_id": "resource-agents-paf-0:4.9.0-16.el8_6.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-paf@4.9.0-16.el8_6.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debugsource-0:4.9.0-16.el8_6.13.x86_64",
"product": {
"name": "resource-agents-debugsource-0:4.9.0-16.el8_6.13.x86_64",
"product_id": "resource-agents-debugsource-0:4.9.0-16.el8_6.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debugsource@4.9.0-16.el8_6.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-aliyun-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"product": {
"name": "resource-agents-aliyun-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"product_id": "resource-agents-aliyun-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-aliyun-debuginfo@4.9.0-16.el8_6.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"product": {
"name": "resource-agents-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"product_id": "resource-agents-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debuginfo@4.9.0-16.el8_6.13?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-16.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:resource-agents-0:4.9.0-16.el8_6.13.ppc64le"
},
"product_reference": "resource-agents-0:4.9.0-16.el8_6.13.ppc64le",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-16.el8_6.13.src as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:resource-agents-0:4.9.0-16.el8_6.13.src"
},
"product_reference": "resource-agents-0:4.9.0-16.el8_6.13.src",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-16.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:resource-agents-0:4.9.0-16.el8_6.13.x86_64"
},
"product_reference": "resource-agents-0:4.9.0-16.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-aliyun-0:4.9.0-16.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:resource-agents-aliyun-0:4.9.0-16.el8_6.13.x86_64"
},
"product_reference": "resource-agents-aliyun-0:4.9.0-16.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-aliyun-debuginfo-0:4.9.0-16.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:resource-agents-aliyun-debuginfo-0:4.9.0-16.el8_6.13.x86_64"
},
"product_reference": "resource-agents-aliyun-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-16.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:resource-agents-debuginfo-0:4.9.0-16.el8_6.13.ppc64le"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-16.el8_6.13.ppc64le",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-16.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:resource-agents-debuginfo-0:4.9.0-16.el8_6.13.x86_64"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-16.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:resource-agents-debugsource-0:4.9.0-16.el8_6.13.ppc64le"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-16.el8_6.13.ppc64le",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-16.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:resource-agents-debugsource-0:4.9.0-16.el8_6.13.x86_64"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-16.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-gcp-0:4.9.0-16.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:resource-agents-gcp-0:4.9.0-16.el8_6.13.x86_64"
},
"product_reference": "resource-agents-gcp-0:4.9.0-16.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-16.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:resource-agents-paf-0:4.9.0-16.el8_6.13.ppc64le"
},
"product_reference": "resource-agents-paf-0:4.9.0-16.el8_6.13.ppc64le",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-16.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:resource-agents-paf-0:4.9.0-16.el8_6.13.x86_64"
},
"product_reference": "resource-agents-paf-0:4.9.0-16.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-16.el8_6.13.src as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:resource-agents-0:4.9.0-16.el8_6.13.src"
},
"product_reference": "resource-agents-0:4.9.0-16.el8_6.13.src",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-16.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:resource-agents-0:4.9.0-16.el8_6.13.x86_64"
},
"product_reference": "resource-agents-0:4.9.0-16.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-aliyun-0:4.9.0-16.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:resource-agents-aliyun-0:4.9.0-16.el8_6.13.x86_64"
},
"product_reference": "resource-agents-aliyun-0:4.9.0-16.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-aliyun-debuginfo-0:4.9.0-16.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:resource-agents-aliyun-debuginfo-0:4.9.0-16.el8_6.13.x86_64"
},
"product_reference": "resource-agents-aliyun-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-16.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:resource-agents-debuginfo-0:4.9.0-16.el8_6.13.x86_64"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-16.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:resource-agents-debugsource-0:4.9.0-16.el8_6.13.x86_64"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-16.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-gcp-0:4.9.0-16.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:resource-agents-gcp-0:4.9.0-16.el8_6.13.x86_64"
},
"product_reference": "resource-agents-gcp-0:4.9.0-16.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-16.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:resource-agents-paf-0:4.9.0-16.el8_6.13.x86_64"
},
"product_reference": "resource-agents-paf-0:4.9.0-16.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"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": [
"HighAvailability-8.6.0.Z.E4S:resource-agents-0:4.9.0-16.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:resource-agents-0:4.9.0-16.el8_6.13.src",
"HighAvailability-8.6.0.Z.E4S:resource-agents-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-aliyun-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-aliyun-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-debuginfo-0:4.9.0-16.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:resource-agents-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-debugsource-0:4.9.0-16.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:resource-agents-debugsource-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-gcp-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-paf-0:4.9.0-16.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:resource-agents-paf-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-0:4.9.0-16.el8_6.13.src",
"HighAvailability-8.6.0.Z.TUS:resource-agents-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-aliyun-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-aliyun-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-debugsource-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-gcp-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-paf-0:4.9.0-16.el8_6.13.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-04T11:11:42+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": [
"HighAvailability-8.6.0.Z.E4S:resource-agents-0:4.9.0-16.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:resource-agents-0:4.9.0-16.el8_6.13.src",
"HighAvailability-8.6.0.Z.E4S:resource-agents-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-aliyun-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-aliyun-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-debuginfo-0:4.9.0-16.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:resource-agents-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-debugsource-0:4.9.0-16.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:resource-agents-debugsource-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-gcp-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-paf-0:4.9.0-16.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:resource-agents-paf-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-0:4.9.0-16.el8_6.13.src",
"HighAvailability-8.6.0.Z.TUS:resource-agents-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-aliyun-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-aliyun-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-debugsource-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-gcp-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-paf-0:4.9.0-16.el8_6.13.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6310"
},
{
"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": [
"HighAvailability-8.6.0.Z.E4S:resource-agents-0:4.9.0-16.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:resource-agents-0:4.9.0-16.el8_6.13.src",
"HighAvailability-8.6.0.Z.E4S:resource-agents-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-aliyun-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-aliyun-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-debuginfo-0:4.9.0-16.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:resource-agents-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-debugsource-0:4.9.0-16.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:resource-agents-debugsource-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-gcp-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-paf-0:4.9.0-16.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:resource-agents-paf-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-0:4.9.0-16.el8_6.13.src",
"HighAvailability-8.6.0.Z.TUS:resource-agents-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-aliyun-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-aliyun-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-debugsource-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-gcp-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-paf-0:4.9.0-16.el8_6.13.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"HighAvailability-8.6.0.Z.E4S:resource-agents-0:4.9.0-16.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:resource-agents-0:4.9.0-16.el8_6.13.src",
"HighAvailability-8.6.0.Z.E4S:resource-agents-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-aliyun-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-aliyun-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-debuginfo-0:4.9.0-16.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:resource-agents-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-debugsource-0:4.9.0-16.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:resource-agents-debugsource-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-gcp-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:resource-agents-paf-0:4.9.0-16.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:resource-agents-paf-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-0:4.9.0-16.el8_6.13.src",
"HighAvailability-8.6.0.Z.TUS:resource-agents-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-aliyun-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-aliyun-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-debuginfo-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-debugsource-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-gcp-0:4.9.0-16.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:resource-agents-paf-0:4.9.0-16.el8_6.13.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024:9457
Vulnerability from csaf_redhat - Published: 2024-11-12 10:24 - Updated: 2026-02-17 07:51Summary
Red Hat Security Advisory: python3.12-urllib3 security update
Notes
Topic
An update for python3.12-urllib3 is now available for Red Hat Enterprise Linux 9.
Red 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.
Details
urllib3 is a powerful, user-friendly HTTP client for Python. urllib3 brings many critical features that are missing from the Python standard libraries:
• Thread safety.
• Connection pooling.
• Client-side SSL/TLS verification.
• File uploads with multipart encoding.
• Helpers for retrying requests and dealing with HTTP redirects.
• Support for gzip, deflate, brotli, and zstd encoding.
• Proxy support for HTTP and SOCKS.
• 100% test coverage.
Security Fix(es):
* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "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 python3.12-urllib3 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": "urllib3 is a powerful, user-friendly HTTP client for Python. urllib3 brings many critical features that are missing from the Python standard libraries: \n \u2022 Thread safety.\n \u2022 Connection pooling.\n \u2022 Client-side SSL/TLS verification.\n \u2022 File uploads with multipart encoding.\n \u2022 Helpers for retrying requests and dealing with HTTP redirects.\n \u2022 Support for gzip, deflate, brotli, and zstd encoding.\n \u2022 Proxy support for HTTP and SOCKS.\n \u2022 100% test coverage.\n\nSecurity Fix(es):\n\n* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)\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-2024:9457",
"url": "https://access.redhat.com/errata/RHSA-2024:9457"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_9457.json"
}
],
"title": "Red Hat Security Advisory: python3.12-urllib3 security update",
"tracking": {
"current_release_date": "2026-02-17T07:51:54+00:00",
"generator": {
"date": "2026-02-17T07:51:54+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2024:9457",
"initial_release_date": "2024-11-12T10:24:24+00:00",
"revision_history": [
{
"date": "2024-11-12T10:24:24+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-11-12T10:24:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-17T07:51:54+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.5.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-urllib3-0:1.26.18-2.el9_5.1.src",
"product": {
"name": "python3.12-urllib3-0:1.26.18-2.el9_5.1.src",
"product_id": "python3.12-urllib3-0:1.26.18-2.el9_5.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-urllib3@1.26.18-2.el9_5.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-urllib3-0:1.26.18-2.el9_5.1.noarch",
"product": {
"name": "python3.12-urllib3-0:1.26.18-2.el9_5.1.noarch",
"product_id": "python3.12-urllib3-0:1.26.18-2.el9_5.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-urllib3@1.26.18-2.el9_5.1?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-urllib3-0:1.26.18-2.el9_5.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:python3.12-urllib3-0:1.26.18-2.el9_5.1.noarch"
},
"product_reference": "python3.12-urllib3-0:1.26.18-2.el9_5.1.noarch",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-urllib3-0:1.26.18-2.el9_5.1.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:python3.12-urllib3-0:1.26.18-2.el9_5.1.src"
},
"product_reference": "python3.12-urllib3-0:1.26.18-2.el9_5.1.src",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"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.5.0.Z.MAIN:python3.12-urllib3-0:1.26.18-2.el9_5.1.noarch",
"AppStream-9.5.0.Z.MAIN:python3.12-urllib3-0:1.26.18-2.el9_5.1.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-11-12T10:24:24+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.5.0.Z.MAIN:python3.12-urllib3-0:1.26.18-2.el9_5.1.noarch",
"AppStream-9.5.0.Z.MAIN:python3.12-urllib3-0:1.26.18-2.el9_5.1.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:9457"
},
{
"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.5.0.Z.MAIN:python3.12-urllib3-0:1.26.18-2.el9_5.1.noarch",
"AppStream-9.5.0.Z.MAIN:python3.12-urllib3-0:1.26.18-2.el9_5.1.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.5.0.Z.MAIN:python3.12-urllib3-0:1.26.18-2.el9_5.1.noarch",
"AppStream-9.5.0.Z.MAIN:python3.12-urllib3-0:1.26.18-2.el9_5.1.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024:4744
Vulnerability from csaf_redhat - Published: 2024-07-23 15:29 - Updated: 2026-02-17 07:50Summary
Red Hat Security Advisory: resource-agents update
Notes
Topic
An update for resource-agents is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.
Red 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.
Details
The resource-agents packages provide the Pacemaker and RGManager service managers with a set of scripts. These scripts interface with several services to allow operating in a high-availability (HA) environment.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "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 resource-agents is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The resource-agents packages provide the Pacemaker and RGManager service managers with a set of scripts. These scripts interface with several services to allow operating in a high-availability (HA) environment.\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-2024:4744",
"url": "https://access.redhat.com/errata/RHSA-2024:4744"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4744.json"
}
],
"title": "Red Hat Security Advisory: resource-agents update",
"tracking": {
"current_release_date": "2026-02-17T07:50:53+00:00",
"generator": {
"date": "2026-02-17T07:50:53+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2024:4744",
"initial_release_date": "2024-07-23T15:29:38+00:00",
"revision_history": [
{
"date": "2024-07-23T15:29:38+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-07-23T15:29:38+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-17T07:50:53+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 High Availability EUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:8.8::highavailability"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:8.8::resilientstorage"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "resource-agents-0:4.9.0-40.el8_8.4.src",
"product": {
"name": "resource-agents-0:4.9.0-40.el8_8.4.src",
"product_id": "resource-agents-0:4.9.0-40.el8_8.4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents@4.9.0-40.el8_8.4?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "resource-agents-0:4.9.0-40.el8_8.4.ppc64le",
"product": {
"name": "resource-agents-0:4.9.0-40.el8_8.4.ppc64le",
"product_id": "resource-agents-0:4.9.0-40.el8_8.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents@4.9.0-40.el8_8.4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "resource-agents-paf-0:4.9.0-40.el8_8.4.ppc64le",
"product": {
"name": "resource-agents-paf-0:4.9.0-40.el8_8.4.ppc64le",
"product_id": "resource-agents-paf-0:4.9.0-40.el8_8.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-paf@4.9.0-40.el8_8.4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.ppc64le",
"product": {
"name": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.ppc64le",
"product_id": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debugsource@4.9.0-40.el8_8.4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.ppc64le",
"product": {
"name": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.ppc64le",
"product_id": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debuginfo@4.9.0-40.el8_8.4?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "resource-agents-0:4.9.0-40.el8_8.4.x86_64",
"product": {
"name": "resource-agents-0:4.9.0-40.el8_8.4.x86_64",
"product_id": "resource-agents-0:4.9.0-40.el8_8.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents@4.9.0-40.el8_8.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-aliyun-0:4.9.0-40.el8_8.4.x86_64",
"product": {
"name": "resource-agents-aliyun-0:4.9.0-40.el8_8.4.x86_64",
"product_id": "resource-agents-aliyun-0:4.9.0-40.el8_8.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-aliyun@4.9.0-40.el8_8.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-gcp-0:4.9.0-40.el8_8.4.x86_64",
"product": {
"name": "resource-agents-gcp-0:4.9.0-40.el8_8.4.x86_64",
"product_id": "resource-agents-gcp-0:4.9.0-40.el8_8.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-gcp@4.9.0-40.el8_8.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-paf-0:4.9.0-40.el8_8.4.x86_64",
"product": {
"name": "resource-agents-paf-0:4.9.0-40.el8_8.4.x86_64",
"product_id": "resource-agents-paf-0:4.9.0-40.el8_8.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-paf@4.9.0-40.el8_8.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.x86_64",
"product": {
"name": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.x86_64",
"product_id": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debugsource@4.9.0-40.el8_8.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-aliyun-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"product": {
"name": "resource-agents-aliyun-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"product_id": "resource-agents-aliyun-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-aliyun-debuginfo@4.9.0-40.el8_8.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"product": {
"name": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"product_id": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debuginfo@4.9.0-40.el8_8.4?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "resource-agents-0:4.9.0-40.el8_8.4.s390x",
"product": {
"name": "resource-agents-0:4.9.0-40.el8_8.4.s390x",
"product_id": "resource-agents-0:4.9.0-40.el8_8.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents@4.9.0-40.el8_8.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "resource-agents-paf-0:4.9.0-40.el8_8.4.s390x",
"product": {
"name": "resource-agents-paf-0:4.9.0-40.el8_8.4.s390x",
"product_id": "resource-agents-paf-0:4.9.0-40.el8_8.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-paf@4.9.0-40.el8_8.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.s390x",
"product": {
"name": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.s390x",
"product_id": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debugsource@4.9.0-40.el8_8.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.s390x",
"product": {
"name": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.s390x",
"product_id": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debuginfo@4.9.0-40.el8_8.4?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "resource-agents-0:4.9.0-40.el8_8.4.aarch64",
"product": {
"name": "resource-agents-0:4.9.0-40.el8_8.4.aarch64",
"product_id": "resource-agents-0:4.9.0-40.el8_8.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents@4.9.0-40.el8_8.4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-paf-0:4.9.0-40.el8_8.4.aarch64",
"product": {
"name": "resource-agents-paf-0:4.9.0-40.el8_8.4.aarch64",
"product_id": "resource-agents-paf-0:4.9.0-40.el8_8.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-paf@4.9.0-40.el8_8.4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.aarch64",
"product": {
"name": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.aarch64",
"product_id": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debugsource@4.9.0-40.el8_8.4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.aarch64",
"product": {
"name": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.aarch64",
"product_id": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debuginfo@4.9.0-40.el8_8.4?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-40.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.aarch64"
},
"product_reference": "resource-agents-0:4.9.0-40.el8_8.4.aarch64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-40.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.ppc64le"
},
"product_reference": "resource-agents-0:4.9.0-40.el8_8.4.ppc64le",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-40.el8_8.4.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.s390x"
},
"product_reference": "resource-agents-0:4.9.0-40.el8_8.4.s390x",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-40.el8_8.4.src as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.src"
},
"product_reference": "resource-agents-0:4.9.0-40.el8_8.4.src",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-40.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.x86_64"
},
"product_reference": "resource-agents-0:4.9.0-40.el8_8.4.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-aliyun-0:4.9.0-40.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-aliyun-0:4.9.0-40.el8_8.4.x86_64"
},
"product_reference": "resource-agents-aliyun-0:4.9.0-40.el8_8.4.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-aliyun-debuginfo-0:4.9.0-40.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-40.el8_8.4.x86_64"
},
"product_reference": "resource-agents-aliyun-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.aarch64"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.aarch64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.ppc64le"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.ppc64le",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.s390x"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.s390x",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.x86_64"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.aarch64"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.aarch64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.ppc64le"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.ppc64le",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.s390x"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.s390x",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.x86_64"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-gcp-0:4.9.0-40.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-gcp-0:4.9.0-40.el8_8.4.x86_64"
},
"product_reference": "resource-agents-gcp-0:4.9.0-40.el8_8.4.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-40.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.aarch64"
},
"product_reference": "resource-agents-paf-0:4.9.0-40.el8_8.4.aarch64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-40.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.ppc64le"
},
"product_reference": "resource-agents-paf-0:4.9.0-40.el8_8.4.ppc64le",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-40.el8_8.4.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.s390x"
},
"product_reference": "resource-agents-paf-0:4.9.0-40.el8_8.4.s390x",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-40.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.x86_64"
},
"product_reference": "resource-agents-paf-0:4.9.0-40.el8_8.4.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-40.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.aarch64"
},
"product_reference": "resource-agents-0:4.9.0-40.el8_8.4.aarch64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-40.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.ppc64le"
},
"product_reference": "resource-agents-0:4.9.0-40.el8_8.4.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-40.el8_8.4.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.s390x"
},
"product_reference": "resource-agents-0:4.9.0-40.el8_8.4.s390x",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-40.el8_8.4.src as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.src"
},
"product_reference": "resource-agents-0:4.9.0-40.el8_8.4.src",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-40.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.x86_64"
},
"product_reference": "resource-agents-0:4.9.0-40.el8_8.4.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-aliyun-0:4.9.0-40.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-aliyun-0:4.9.0-40.el8_8.4.x86_64"
},
"product_reference": "resource-agents-aliyun-0:4.9.0-40.el8_8.4.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-aliyun-debuginfo-0:4.9.0-40.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-40.el8_8.4.x86_64"
},
"product_reference": "resource-agents-aliyun-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.aarch64"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.aarch64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.ppc64le"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.s390x"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.s390x",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.x86_64"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.aarch64"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.aarch64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.ppc64le"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.s390x"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.s390x",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.x86_64"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-gcp-0:4.9.0-40.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-gcp-0:4.9.0-40.el8_8.4.x86_64"
},
"product_reference": "resource-agents-gcp-0:4.9.0-40.el8_8.4.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-40.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.aarch64"
},
"product_reference": "resource-agents-paf-0:4.9.0-40.el8_8.4.aarch64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-40.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.ppc64le"
},
"product_reference": "resource-agents-paf-0:4.9.0-40.el8_8.4.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-40.el8_8.4.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.s390x"
},
"product_reference": "resource-agents-paf-0:4.9.0-40.el8_8.4.s390x",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-40.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.x86_64"
},
"product_reference": "resource-agents-paf-0:4.9.0-40.el8_8.4.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"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": [
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.aarch64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.ppc64le",
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.s390x",
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.src",
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-aliyun-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.aarch64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.ppc64le",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.s390x",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.aarch64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.ppc64le",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.s390x",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-gcp-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.aarch64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.ppc64le",
"HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.s390x",
"HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.aarch64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.s390x",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.src",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-aliyun-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.aarch64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.s390x",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.aarch64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.s390x",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-gcp-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.aarch64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.s390x",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-23T15:29:38+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": [
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.aarch64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.ppc64le",
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.s390x",
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.src",
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-aliyun-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.aarch64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.ppc64le",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.s390x",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.aarch64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.ppc64le",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.s390x",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-gcp-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.aarch64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.ppc64le",
"HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.s390x",
"HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.aarch64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.s390x",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.src",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-aliyun-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.aarch64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.s390x",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.aarch64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.s390x",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-gcp-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.aarch64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.s390x",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4744"
},
{
"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": [
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.aarch64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.ppc64le",
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.s390x",
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.src",
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-aliyun-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.aarch64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.ppc64le",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.s390x",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.aarch64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.ppc64le",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.s390x",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-gcp-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.aarch64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.ppc64le",
"HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.s390x",
"HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.aarch64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.s390x",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.src",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-aliyun-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.aarch64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.s390x",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.aarch64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.s390x",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-gcp-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.aarch64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.s390x",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.aarch64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.ppc64le",
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.s390x",
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.src",
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-aliyun-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.aarch64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.ppc64le",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.s390x",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.aarch64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.ppc64le",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.s390x",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-gcp-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.aarch64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.ppc64le",
"HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.s390x",
"HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.aarch64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.s390x",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.src",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-aliyun-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.aarch64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.s390x",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.aarch64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.s390x",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-gcp-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.aarch64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.s390x",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024:5633
Vulnerability from csaf_redhat - Published: 2024-08-20 16:12 - Updated: 2026-02-17 07:51Summary
Red Hat Security Advisory: fence-agents security update
Notes
Topic
An update for fence-agents is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.
Red 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.
Details
The fence-agents packages provide a collection of scripts for handling remote power management for cluster devices. They allow failed or unreachable nodes to be forcibly restarted and removed from the cluster.
Security Fix(es):
* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "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 fence-agents is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The fence-agents packages provide a collection of scripts for handling remote power management for cluster devices. They allow failed or unreachable nodes to be forcibly restarted and removed from the cluster. \n\nSecurity Fix(es):\n\n* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)\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-2024:5633",
"url": "https://access.redhat.com/errata/RHSA-2024:5633"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_5633.json"
}
],
"title": "Red Hat Security Advisory: fence-agents security update",
"tracking": {
"current_release_date": "2026-02-17T07:51:07+00:00",
"generator": {
"date": "2026-02-17T07:51:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2024:5633",
"initial_release_date": "2024-08-20T16:12:34+00:00",
"revision_history": [
{
"date": "2024-08-20T16:12:34+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-08-20T16:12:34+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-17T07:51:07+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.2::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.2::highavailability"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.2::resilientstorage"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aliyun@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-agents-all-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aws@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-azure-arm@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-gce@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-cloud-support@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virt-debuginfo@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-cpg-debuginfo@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-debuginfo@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-libvirt-debuginfo@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-multicast-debuginfo@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-serial-debuginfo@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-tcp-debuginfo@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-cloud-support-debuginfo@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virt-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-virt-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-virt-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virt@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-virtd-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-virtd-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-cpg@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-libvirt@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-multicast@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-serial@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-tcp@4.10.0-43.el9_2.7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.aarch64",
"product": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.aarch64",
"product_id": "fence-agents-all-0:4.10.0-43.el9_2.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-43.el9_2.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64",
"product": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64",
"product_id": "fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-43.el9_2.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64",
"product": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64",
"product_id": "fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-43.el9_2.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64",
"product_id": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-43.el9_2.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"product_id": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-43.el9_2.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-43.el9_2.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-43.el9_2.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64",
"product_id": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-43.el9_2.7?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le",
"product": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le",
"product_id": "fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-43.el9_2.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le",
"product": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le",
"product_id": "fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-43.el9_2.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le",
"product": {
"name": "fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le",
"product_id": "fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-43.el9_2.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le",
"product": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le",
"product_id": "fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-43.el9_2.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le",
"product_id": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-43.el9_2.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"product_id": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-43.el9_2.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-43.el9_2.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-43.el9_2.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le",
"product": {
"name": "fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le",
"product_id": "fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-43.el9_2.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le",
"product_id": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-43.el9_2.7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.s390x",
"product": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.s390x",
"product_id": "fence-agents-all-0:4.10.0-43.el9_2.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-43.el9_2.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x",
"product": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x",
"product_id": "fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-43.el9_2.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x",
"product": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x",
"product_id": "fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-43.el9_2.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x",
"product": {
"name": "fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x",
"product_id": "fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-zvm@4.10.0-43.el9_2.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x",
"product_id": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-43.el9_2.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"product_id": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-43.el9_2.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-43.el9_2.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-43.el9_2.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x",
"product_id": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-43.el9_2.7?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-amt-ws@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-apc-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-apc-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc-snmp@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-bladecenter@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-brocade@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-mds@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-ucs@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-drac5@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eaton-snmp@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-emerson@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eps-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-eps-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-eps-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eps@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-heuristics-ping@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-hpblade@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibmblade@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ifmib@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-moonshot@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-mp@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-ssh@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo2@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-intelmodular@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipdu@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipmilan@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-lpar@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-mpath@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rhevm@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsa@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsb@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-sbd@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-scsi@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-rest@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-soap@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-wti-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-wti-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-wti-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-wti@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-common-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-common-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-powervs@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-vpc@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-virsh@4.10.0-43.el9_2.7?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-0:4.10.0-43.el9_2.7.src",
"product": {
"name": "fence-agents-0:4.10.0-43.el9_2.7.src",
"product_id": "fence-agents-0:4.10.0-43.el9_2.7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents@4.10.0-43.el9_2.7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.10.0-43.el9_2.7.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.7.src"
},
"product_reference": "fence-agents-0:4.10.0-43.el9_2.7.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-all-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-all-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-all-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-apc-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-common-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-eps-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-wti-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virt-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.10.0-43.el9_2.7.src as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.7.src"
},
"product_reference": "fence-agents-0:4.10.0-43.el9_2.7.src",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-all-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-all-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-all-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-apc-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-common-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-eps-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-wti-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virt-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.10.0-43.el9_2.7.src as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.7.src"
},
"product_reference": "fence-agents-0:4.10.0-43.el9_2.7.src",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-all-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-all-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-all-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-apc-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-common-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-eps-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-wti-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virt-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"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.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.7.src",
"AppStream-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.7.src",
"HighAvailability-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.7.src",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-20T16:12: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-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.7.src",
"AppStream-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.7.src",
"HighAvailability-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.7.src",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5633"
},
{
"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.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.7.src",
"AppStream-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.7.src",
"HighAvailability-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.7.src",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.7.src",
"AppStream-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.7.src",
"HighAvailability-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.7.src",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024:4746
Vulnerability from csaf_redhat - Published: 2024-07-23 15:32 - Updated: 2026-02-17 07:50Summary
Red Hat Security Advisory: fence-agents update
Notes
Topic
An update for fence-agents is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.
Red 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.
Details
The fence-agents packages provide a collection of scripts for handling remote power management for cluster devices. They allow failed or unreachable nodes to be forcibly restarted and removed from the cluster.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "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 fence-agents is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The fence-agents packages provide a collection of scripts for handling remote power management for cluster devices. They allow failed or unreachable nodes to be forcibly restarted and removed from the cluster. \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-2024:4746",
"url": "https://access.redhat.com/errata/RHSA-2024:4746"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4746.json"
}
],
"title": "Red Hat Security Advisory: fence-agents update",
"tracking": {
"current_release_date": "2026-02-17T07:50:56+00:00",
"generator": {
"date": "2026-02-17T07:50:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2024:4746",
"initial_release_date": "2024-07-23T15:32:48+00:00",
"revision_history": [
{
"date": "2024-07-23T15:32:48+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-07-23T15:32:48+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-17T07:50: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 EUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:8.8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:8.8::highavailability"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:8.8::resilientstorage"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-0:4.2.1-112.el8_8.7.src",
"product": {
"name": "fence-agents-0:4.2.1-112.el8_8.7.src",
"product_id": "fence-agents-0:4.2.1-112.el8_8.7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents@4.2.1-112.el8_8.7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.aarch64",
"product": {
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.aarch64",
"product_id": "fence-agents-all-0:4.2.1-112.el8_8.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.2.1-112.el8_8.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64",
"product": {
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64",
"product_id": "fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.2.1-112.el8_8.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64",
"product": {
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64",
"product_id": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.2.1-112.el8_8.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64",
"product": {
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64",
"product_id": "fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.2.1-112.el8_8.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64",
"product": {
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64",
"product_id": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.2.1-112.el8_8.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"product": {
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"product_id": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.2.1-112.el8_8.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"product_id": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.2.1-112.el8_8.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.2.1-112.el8_8.7?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le",
"product": {
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le",
"product_id": "fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.2.1-112.el8_8.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le",
"product": {
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le",
"product_id": "fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.2.1-112.el8_8.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le",
"product": {
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le",
"product_id": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.2.1-112.el8_8.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le",
"product": {
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le",
"product_id": "fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.2.1-112.el8_8.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le",
"product": {
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le",
"product_id": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.2.1-112.el8_8.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"product": {
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"product_id": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.2.1-112.el8_8.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"product_id": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.2.1-112.el8_8.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.2.1-112.el8_8.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le",
"product": {
"name": "fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le",
"product_id": "fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-openstack@4.2.1-112.el8_8.7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.x86_64",
"product": {
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.x86_64",
"product_id": "fence-agents-all-0:4.2.1-112.el8_8.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.2.1-112.el8_8.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64",
"product": {
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64",
"product_id": "fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.2.1-112.el8_8.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64",
"product": {
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64",
"product_id": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.2.1-112.el8_8.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64",
"product": {
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64",
"product_id": "fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.2.1-112.el8_8.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64",
"product": {
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64",
"product_id": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.2.1-112.el8_8.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"product": {
"name": "fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"product_id": "fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aliyun-debuginfo@4.2.1-112.el8_8.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"product": {
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"product_id": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.2.1-112.el8_8.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"product_id": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.2.1-112.el8_8.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.2.1-112.el8_8.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64",
"product": {
"name": "fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64",
"product_id": "fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aliyun@4.2.1-112.el8_8.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64",
"product": {
"name": "fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64",
"product_id": "fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-openstack@4.2.1-112.el8_8.7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.s390x",
"product": {
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.s390x",
"product_id": "fence-agents-all-0:4.2.1-112.el8_8.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.2.1-112.el8_8.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x",
"product": {
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x",
"product_id": "fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.2.1-112.el8_8.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x",
"product": {
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x",
"product_id": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.2.1-112.el8_8.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x",
"product": {
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x",
"product_id": "fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.2.1-112.el8_8.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x",
"product": {
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x",
"product_id": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.2.1-112.el8_8.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"product": {
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"product_id": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.2.1-112.el8_8.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"product_id": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.2.1-112.el8_8.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.2.1-112.el8_8.7?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-amt-ws@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-apc-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-apc-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc-snmp@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-bladecenter@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-brocade@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-mds@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-ucs@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-common-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-common-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-compute-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-compute-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-compute-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-compute@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-drac5@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eaton-snmp@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-emerson@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eps-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-eps-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-eps-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eps@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-heuristics-ping@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-hpblade@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-powervs@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-vpc@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibmblade@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ifmib@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-moonshot@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-mp@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-ssh@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo2@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-intelmodular@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipdu@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipmilan@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-lpar@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-mpath@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rhevm@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsa@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsb@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-sbd@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-scsi@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-virsh@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-rest@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-soap@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-wti-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-wti-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-wti-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-wti@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-zvm@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-aws-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-aws-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-aws-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aws@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-azure-arm@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-gce-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-gce-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-gce-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-gce@4.2.1-112.el8_8.7?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.2.1-112.el8_8.7.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.7.src"
},
"product_reference": "fence-agents-0:4.2.1-112.el8_8.7.src",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-all-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-all-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-all-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-apc-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-aws-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-common-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-compute-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-eps-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-gce-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-wti-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.2.1-112.el8_8.7.src as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.7.src"
},
"product_reference": "fence-agents-0:4.2.1-112.el8_8.7.src",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-all-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-all-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-all-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-apc-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-aws-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-common-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-compute-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-eps-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-gce-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-wti-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.2.1-112.el8_8.7.src as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.7.src"
},
"product_reference": "fence-agents-0:4.2.1-112.el8_8.7.src",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-all-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-all-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-all-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-apc-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-aws-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-common-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-compute-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-eps-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-gce-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-wti-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"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.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.7.src",
"AppStream-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.7.src",
"HighAvailability-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.7.src",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-23T15:32:48+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.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.7.src",
"AppStream-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.7.src",
"HighAvailability-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.7.src",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4746"
},
{
"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.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.7.src",
"AppStream-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.7.src",
"HighAvailability-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.7.src",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.7.src",
"AppStream-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.7.src",
"HighAvailability-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.7.src",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHBA-2024:7523
Vulnerability from csaf_redhat - Published: 2024-10-02 15:29 - Updated: 2026-02-17 07:50Summary
Red Hat Bug Fix Advisory: Red Hat Developer Hub 1.3.0 release
Notes
Topic
Red Hat Developer Hub 1.3.0 has been released.
Details
Red Hat Developer Hub (RHDH) is Red Hat's enterprise-grade, self-managed,
customizable developer portal based on Backstage.io. RHDH is supported on
OpenShift and other major Kubernetes clusters (AKS, EKS, GKE). The core features
of RHDH include a single pane of glass, a centralized software catalog,
self-service via golden path templates, and Tech Docs. RHDH is extensible by
plugins.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Developer Hub 1.3.0 has been released.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Developer Hub (RHDH) is Red Hat\u0027s enterprise-grade, self-managed,\ncustomizable developer portal based on Backstage.io. RHDH is supported on\nOpenShift and other major Kubernetes clusters (AKS, EKS, GKE). The core features\nof RHDH include a single pane of glass, a centralized software catalog,\nself-service via golden path templates, and Tech Docs. RHDH is extensible by\nplugins.",
"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/RHBA-2024:7523",
"url": "https://access.redhat.com/errata/RHBA-2024:7523"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.3",
"url": "https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.3"
},
{
"category": "external",
"summary": "RHIDP-3725",
"url": "https://issues.redhat.com/browse/RHIDP-3725"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhba-2024_7523.json"
}
],
"title": "Red Hat Bug Fix Advisory: Red Hat Developer Hub 1.3.0 release",
"tracking": {
"current_release_date": "2026-02-17T07:50:17+00:00",
"generator": {
"date": "2026-02-17T07:50:17+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHBA-2024:7523",
"initial_release_date": "2024-10-02T15:29:03+00:00",
"revision_history": [
{
"date": "2024-10-02T15:29:03+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-10-02T15:29:03+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-17T07:50:17+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Developer Hub 1.3 for RHEL 9",
"product": {
"name": "Red Hat Developer Hub 1.3 for RHEL 9",
"product_id": "9Base-RHDH-1.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhdh:1.3::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Developer Hub"
},
{
"branches": [
{
"category": "product_version",
"name": "rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64",
"product": {
"name": "rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64",
"product_id": "rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436?arch=amd64\u0026repository_url=registry.redhat.io/rhdh/rhdh-hub-rhel9\u0026tag=1.3-100"
}
}
},
{
"category": "product_version",
"name": "rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"product": {
"name": "rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"product_id": "rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3?arch=amd64\u0026repository_url=registry.redhat.io/rhdh/rhdh-operator-bundle\u0026tag=1.3-95"
}
}
},
{
"category": "product_version",
"name": "rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64",
"product": {
"name": "rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64",
"product_id": "rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4?arch=amd64\u0026repository_url=registry.redhat.io/rhdh/rhdh-rhel9-operator\u0026tag=1.3-96"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64 as a component of Red Hat Developer Hub 1.3 for RHEL 9",
"product_id": "9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64"
},
"product_reference": "rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64",
"relates_to_product_reference": "9Base-RHDH-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64 as a component of Red Hat Developer Hub 1.3 for RHEL 9",
"product_id": "9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64"
},
"product_reference": "rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"relates_to_product_reference": "9Base-RHDH-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64 as a component of Red Hat Developer Hub 1.3 for RHEL 9",
"product_id": "9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
},
"product_reference": "rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64",
"relates_to_product_reference": "9Base-RHDH-1.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-4067",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2024-05-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2280601"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the NPM package `micromatch` where it is vulnerable to a regular expression denial of service (ReDoS). The issue occurs in `micromatch.braces()` in `index.js` because the pattern `.*` will readily match anything. By passing a malicious payload, the pattern matching will keep backtracking to the input while it doesn\u0027t find the closing bracket. As the input size increases, the consumption time will also increase until it causes the application to hang or slow down. There was a merged fix but further testing shows the issue persists. This issue should be mitigated by using a safe pattern that won\u0027t start backtracking the regular expression due to greedy matching.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "micromatch: vulnerable to Regular Expression Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64"
],
"known_not_affected": [
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-4067"
},
{
"category": "external",
"summary": "RHBZ#2280601",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280601"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-4067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4067"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-4067",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4067"
},
{
"category": "external",
"summary": "https://devhub.checkmarx.com/cve-details/CVE-2024-4067/",
"url": "https://devhub.checkmarx.com/cve-details/CVE-2024-4067/"
},
{
"category": "external",
"summary": "https://github.com/micromatch/micromatch/blob/2c56a8604b68c1099e7bc0f807ce0865a339747a/index.js#L448",
"url": "https://github.com/micromatch/micromatch/blob/2c56a8604b68c1099e7bc0f807ce0865a339747a/index.js#L448"
},
{
"category": "external",
"summary": "https://github.com/micromatch/micromatch/issues/243",
"url": "https://github.com/micromatch/micromatch/issues/243"
},
{
"category": "external",
"summary": "https://github.com/micromatch/micromatch/pull/247",
"url": "https://github.com/micromatch/micromatch/pull/247"
}
],
"release_date": "2023-12-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-10-02T15:29:03+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2024:7523"
},
{
"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": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_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": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "micromatch: vulnerable to Regular Expression Denial of Service"
},
{
"cve": "CVE-2024-4068",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2024-05-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2280600"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the NPM package `braces.` It fails to limit the number of characters it can handle, which could lead to memory exhaustion. In `lib/parse.js,` if a malicious user sends \"imbalanced braces\" as input, the parsing will enter a loop, causing the program to start allocating heap memory without freeing it at any moment of the loop. Eventually, the JavaScript heap limit is reached, and the program will crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "braces: fails to limit the number of characters it can handle",
"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": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64"
],
"known_not_affected": [
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-4068"
},
{
"category": "external",
"summary": "RHBZ#2280600",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280600"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-4068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4068"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-4068",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4068"
},
{
"category": "external",
"summary": "https://devhub.checkmarx.com/cve-details/CVE-2024-4068/",
"url": "https://devhub.checkmarx.com/cve-details/CVE-2024-4068/"
},
{
"category": "external",
"summary": "https://github.com/micromatch/braces/blob/98414f9f1fabe021736e26836d8306d5de747e0d/lib/parse.js#L308",
"url": "https://github.com/micromatch/braces/blob/98414f9f1fabe021736e26836d8306d5de747e0d/lib/parse.js#L308"
},
{
"category": "external",
"summary": "https://github.com/micromatch/braces/issues/35",
"url": "https://github.com/micromatch/braces/issues/35"
}
],
"release_date": "2024-03-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-10-02T15:29:03+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2024:7523"
},
{
"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": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_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": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "braces: fails to limit the number of characters it can handle"
},
{
"cve": "CVE-2024-21529",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2024-09-11T05:20:09.464815+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2311418"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the dset package. Affected versions of this package are vulnerable to Prototype Pollution via the dset function due to improper user input sanitization. This vulnerability allows the attacker to inject a malicious object property using the built-in Object property __proto__, which is recursively assigned to all the objects in the program.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dset: Prototype Pollution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Prototype Pollution is rated with as Important severity issue because it exploits the fundamental inheritance mechanism of JavaScript objects, allowing an attacker to maliciously alter the global Object.prototype. This can lead to widespread and unpredictable behavior across the entire application, as all objects inherit from this polluted prototype. The consequences can range from denial of service (DoS), where important functions like toString() are rendered unusable, to remote code execution (RCE), where injected properties are executed in privileged contexts.\n\n\nrhdh-hub-container 1.2 include the patch for this vulnerability starting at 1.2.5",
"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": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64"
],
"known_not_affected": [
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-21529"
},
{
"category": "external",
"summary": "RHBZ#2311418",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2311418"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-21529",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21529"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21529",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21529"
},
{
"category": "external",
"summary": "https://github.com/lukeed/dset/commit/16d6154e085bef01e99f01330e5a421a7f098afa",
"url": "https://github.com/lukeed/dset/commit/16d6154e085bef01e99f01330e5a421a7f098afa"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-DSET-7116691",
"url": "https://security.snyk.io/vuln/SNYK-JS-DSET-7116691"
}
],
"release_date": "2024-09-11T05:15:02.547000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-10-02T15:29:03+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2024:7523"
},
{
"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": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"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:L",
"version": "3.1"
},
"products": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dset: Prototype Pollution"
},
{
"cve": "CVE-2024-24790",
"cwe": {
"id": "CWE-115",
"name": "Misinterpretation of Input"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292787"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Go language standard library net/netip. The method Is*() (IsPrivate(), IsPublic(), etc) doesn\u0027t behave properly when working with IPv6 mapped to IPv4 addresses. The unexpected behavior can lead to integrity and confidentiality issues, specifically when these methods are used to control access to resources or data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE has been marked as moderate as for our products a network-based attack vector is simply impossible when it comes to golang code,apart from that as per CVE flaw analysis reported by golang, this only affects integrity and confidentiality and has no effect on availability, hence CVSS has been marked as such.",
"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": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64"
],
"known_not_affected": [
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24790"
},
{
"category": "external",
"summary": "RHBZ#2292787",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292787"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24790",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24790"
}
],
"release_date": "2024-06-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-10-02T15:29:03+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2024:7523"
},
{
"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": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses"
},
{
"cve": "CVE-2024-24791",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-07-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2295310"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go. The net/http module mishandles specific server responses from HTTP/1.1 client requests. This issue may render a connection invalid and cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/http: Denial of service due to improper 100-continue handling in net/http",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "An attacker would need to control a malicious server and induce a client to connect to it, requiring some amount of preparation outside of the attacker\u0027s control. This reduces the severity score of this flaw to Moderate.",
"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": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64"
],
"known_not_affected": [
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24791"
},
{
"category": "external",
"summary": "RHBZ#2295310",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2295310"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24791",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24791"
},
{
"category": "external",
"summary": "https://go.dev/cl/591255",
"url": "https://go.dev/cl/591255"
},
{
"category": "external",
"summary": "https://go.dev/issue/67555",
"url": "https://go.dev/issue/67555"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/t0rK-qHBqzY/m/6MMoAZkMAgAJ",
"url": "https://groups.google.com/g/golang-dev/c/t0rK-qHBqzY/m/6MMoAZkMAgAJ"
}
],
"release_date": "2024-07-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-10-02T15:29:03+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2024:7523"
},
{
"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": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "net/http: Denial of service due to improper 100-continue handling in net/http"
},
{
"cve": "CVE-2024-35255",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2024-07-01T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2295081"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Microsoft\u0027s Azure Identity Libraries and the Microsoft Authentication Library (MSAL). The flaw arises from a race condition\u2014a scenario where the timing of events leads to unexpected behavior\u2014during concurrent operations on shared resources. This can result in privilege escalation, allowing attackers to gain unauthorized access to sensitive information. The vulnerability affects multiple versions of these libraries across various programming languages, including Java, .NET, Node.js, Python, JavaScript, C++, and Go. Microsoft has addressed this issue by releasing updated versions of the affected libraries. Users are strongly advised to upgrade to these patched versions to mitigate potential security risks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "azure-identity: Azure Identity Libraries Elevation of Privilege Vulnerability in github.com/Azure/azure-sdk-for-go/sdk/azidentity",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat build of Apache Camel for Spring boot is not affected as 4.4.1 was released containing a fixed version of the Azure Identity Library.",
"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": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64"
],
"known_not_affected": [
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-35255"
},
{
"category": "external",
"summary": "RHBZ#2295081",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2295081"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-35255",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35255"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-35255",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-35255"
},
{
"category": "external",
"summary": "https://github.com/Azure/azure-sdk-for-go/commit/50774cd9709905523136fb05e8c85a50e8984499",
"url": "https://github.com/Azure/azure-sdk-for-go/commit/50774cd9709905523136fb05e8c85a50e8984499"
},
{
"category": "external",
"summary": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4806#issuecomment-2178960340",
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4806#issuecomment-2178960340"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-m5vv-6r4h-3vj9",
"url": "https://github.com/advisories/GHSA-m5vv-6r4h-3vj9"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-35255",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-35255"
}
],
"release_date": "2024-07-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-10-02T15:29:03+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2024:7523"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "azure-identity: Azure Identity Libraries Elevation of Privilege Vulnerability in github.com/Azure/azure-sdk-for-go/sdk/azidentity"
},
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"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": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64"
],
"known_not_affected": [
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-10-02T15:29:03+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2024:7523"
},
{
"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": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
},
{
"cve": "CVE-2024-39008",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2024-07-01T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2295029"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the fast-loops Node.js package. This flaw allows an attacker to alter the behavior of all objects inheriting from the affected prototype by passing arguments to the objectMergeDeep function crafted with the built-in property: __proto__. This issue can potentially lead to a denial of service, remote code execution, or Cross-site scripting.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-loops: prototype pollution via objectMergeDeep",
"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": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64"
],
"known_not_affected": [
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-39008"
},
{
"category": "external",
"summary": "RHBZ#2295029",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2295029"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-39008",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39008"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-39008",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-39008"
},
{
"category": "external",
"summary": "https://gist.github.com/mestrtee/f09a507c8d59fbbb7fd40880cd9b87ed",
"url": "https://gist.github.com/mestrtee/f09a507c8d59fbbb7fd40880cd9b87ed"
}
],
"release_date": "2024-07-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-10-02T15:29:03+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2024:7523"
},
{
"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": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "fast-loops: prototype pollution via objectMergeDeep"
},
{
"cve": "CVE-2024-39249",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2024-07-01T20:20:32+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2295035"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the async Node.js package. A Regular expression Denial of Service (ReDoS) attack can potentially be triggered via the autoinject function while parsing specially crafted input.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs-async: Regular expression denial of service while parsing function in autoinject",
"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": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64"
],
"known_not_affected": [
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-39249"
},
{
"category": "external",
"summary": "RHBZ#2295035",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2295035"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-39249",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39249"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-39249",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-39249"
},
{
"category": "external",
"summary": "https://github.com/caolan/async/blob/v3.2.5/lib/autoInject.js#L41",
"url": "https://github.com/caolan/async/blob/v3.2.5/lib/autoInject.js#L41"
},
{
"category": "external",
"summary": "https://github.com/caolan/async/blob/v3.2.5/lib/autoInject.js#L6",
"url": "https://github.com/caolan/async/blob/v3.2.5/lib/autoInject.js#L6"
},
{
"category": "external",
"summary": "https://github.com/zunak/CVE-2024-39249",
"url": "https://github.com/zunak/CVE-2024-39249"
}
],
"release_date": "2024-07-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-10-02T15:29:03+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2024:7523"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"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:L",
"version": "3.1"
},
"products": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs-async: Regular expression denial of service while parsing function in autoinject"
},
{
"cve": "CVE-2024-43796",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2024-09-10T15:30:28.106254+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2311152"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Express. This vulnerability allows untrusted code execution via passing untrusted user input to response.redirect(), even if the input is sanitized.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "express: Improper Input Handling in Express Redirects",
"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": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64"
],
"known_not_affected": [
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-43796"
},
{
"category": "external",
"summary": "RHBZ#2311152",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2311152"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-43796",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43796"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-43796",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-43796"
},
{
"category": "external",
"summary": "https://github.com/expressjs/express/commit/54271f69b511fea198471e6ff3400ab805d6b553",
"url": "https://github.com/expressjs/express/commit/54271f69b511fea198471e6ff3400ab805d6b553"
},
{
"category": "external",
"summary": "https://github.com/expressjs/express/security/advisories/GHSA-qw6h-vgh9-j6wx",
"url": "https://github.com/expressjs/express/security/advisories/GHSA-qw6h-vgh9-j6wx"
}
],
"release_date": "2024-09-10T15:15:17.510000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-10-02T15:29:03+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2024:7523"
},
{
"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": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "express: Improper Input Handling in Express Redirects"
},
{
"cve": "CVE-2024-43800",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2024-09-10T15:30:33.631718+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2311154"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in serve-static. This issue may allow the execution of untrusted code via passing sanitized yet untrusted user input to redirect().",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "serve-static: Improper Sanitization in serve-static",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "rhdh-hub-container 1.2 and 1.3 have included patches for this vulnerability.",
"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": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64"
],
"known_not_affected": [
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-43800"
},
{
"category": "external",
"summary": "RHBZ#2311154",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2311154"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-43800",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43800"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-43800",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-43800"
},
{
"category": "external",
"summary": "https://github.com/expressjs/serve-static/commit/0c11fad159898cdc69fd9ab63269b72468ecaf6b",
"url": "https://github.com/expressjs/serve-static/commit/0c11fad159898cdc69fd9ab63269b72468ecaf6b"
},
{
"category": "external",
"summary": "https://github.com/expressjs/serve-static/commit/ce730896fddce1588111d9ef6fdf20896de5c6fa",
"url": "https://github.com/expressjs/serve-static/commit/ce730896fddce1588111d9ef6fdf20896de5c6fa"
},
{
"category": "external",
"summary": "https://github.com/expressjs/serve-static/security/advisories/GHSA-cm22-4g7w-348p",
"url": "https://github.com/expressjs/serve-static/security/advisories/GHSA-cm22-4g7w-348p"
}
],
"release_date": "2024-09-10T15:15:17.937000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-10-02T15:29:03+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2024:7523"
},
{
"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": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"9Base-RHDH-1.3:rhdh/rhdh-hub-rhel9@sha256:ccc2f05dd6dacbe9b39bbe5b4774ef9d61b872fa7c26e47c0c63d260920ad436_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-operator-bundle@sha256:717ddb1edb2f3ba94fa68d5310dfe2c0b4aa0a3a75747011b1cd4d6956d982e3_amd64",
"9Base-RHDH-1.3:rhdh/rhdh-rhel9-operator@sha256:4984c6cc3d35be00fa8758b2ddbb2712ad0085b557ff1bac9cc885a47bc20bf4_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "serve-static: Improper Sanitization in serve-static"
}
]
}
RHSA-2024:5526
Vulnerability from csaf_redhat - Published: 2024-08-19 02:06 - Updated: 2026-02-17 07:51Summary
Red Hat Security Advisory: python-urllib3 security update
Notes
Topic
An update for python-urllib3 is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.
Red 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.
Details
The python-urllib3 package provides the Python HTTP module with connection pooling and file POST abilities.
Security Fix(es):
* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "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 python-urllib3 is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The python-urllib3 package provides the Python HTTP module with connection pooling and file POST abilities.\n\nSecurity Fix(es):\n\n* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)\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-2024:5526",
"url": "https://access.redhat.com/errata/RHSA-2024:5526"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_5526.json"
}
],
"title": "Red Hat Security Advisory: python-urllib3 security update",
"tracking": {
"current_release_date": "2026-02-17T07:51:02+00:00",
"generator": {
"date": "2026-02-17T07:51:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2024:5526",
"initial_release_date": "2024-08-19T02:06:49+00:00",
"revision_history": [
{
"date": "2024-08-19T02:06:49+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-08-19T02:06:49+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-17T07:51:02+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 EUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS EUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_eus:8.8::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python-urllib3-0:1.24.2-5.el8_8.2.src",
"product": {
"name": "python-urllib3-0:1.24.2-5.el8_8.2.src",
"product_id": "python-urllib3-0:1.24.2-5.el8_8.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-urllib3@1.24.2-5.el8_8.2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-urllib3-0:1.24.2-5.el8_8.2.noarch",
"product": {
"name": "python3-urllib3-0:1.24.2-5.el8_8.2.noarch",
"product_id": "python3-urllib3-0:1.24.2-5.el8_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-urllib3@1.24.2-5.el8_8.2?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.24.2-5.el8_8.2.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.EUS:python-urllib3-0:1.24.2-5.el8_8.2.src"
},
"product_reference": "python-urllib3-0:1.24.2-5.el8_8.2.src",
"relates_to_product_reference": "BaseOS-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-urllib3-0:1.24.2-5.el8_8.2.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.EUS:python3-urllib3-0:1.24.2-5.el8_8.2.noarch"
},
"product_reference": "python3-urllib3-0:1.24.2-5.el8_8.2.noarch",
"relates_to_product_reference": "BaseOS-8.8.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"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": [
"BaseOS-8.8.0.Z.EUS:python-urllib3-0:1.24.2-5.el8_8.2.src",
"BaseOS-8.8.0.Z.EUS:python3-urllib3-0:1.24.2-5.el8_8.2.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-19T02:06:49+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"BaseOS-8.8.0.Z.EUS:python-urllib3-0:1.24.2-5.el8_8.2.src",
"BaseOS-8.8.0.Z.EUS:python3-urllib3-0:1.24.2-5.el8_8.2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5526"
},
{
"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": [
"BaseOS-8.8.0.Z.EUS:python-urllib3-0:1.24.2-5.el8_8.2.src",
"BaseOS-8.8.0.Z.EUS:python3-urllib3-0:1.24.2-5.el8_8.2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"BaseOS-8.8.0.Z.EUS:python-urllib3-0:1.24.2-5.el8_8.2.src",
"BaseOS-8.8.0.Z.EUS:python3-urllib3-0:1.24.2-5.el8_8.2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024:5258
Vulnerability from csaf_redhat - Published: 2024-08-13 09:16 - Updated: 2026-02-17 07:51Summary
Red Hat Security Advisory: container-tools:rhel8 security update
Notes
Topic
An update for the container-tools:rhel8 module is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The container-tools module contains tools for working with containers, notably podman, buildah, skopeo, and runc.
Security Fix(es):
* golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads (CVE-2024-1394)
* golang: net/http: memory exhaustion in Request.ParseMultipartForm (CVE-2023-45290)
* golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm (CVE-2024-24783)
* golang: net/mail: comments in display names are incorrectly handled (CVE-2024-24784)
* containers/image: digest type does not guarantee valid type (CVE-2024-3727)
* golang: archive/zip: Incorrect handling of certain ZIP files (CVE-2024-24789)
* go-retryablehttp: url might write sensitive information to log file (CVE-2024-6104)
* gorilla/schema: Potential memory exhaustion attack due to sparse slice deserialization (CVE-2024-37298)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the container-tools:rhel8 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The container-tools module contains tools for working with containers, notably podman, buildah, skopeo, and runc.\n\nSecurity Fix(es):\n\n* golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads (CVE-2024-1394)\n\n* golang: net/http: memory exhaustion in Request.ParseMultipartForm (CVE-2023-45290)\n\n* golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm (CVE-2024-24783)\n\n* golang: net/mail: comments in display names are incorrectly handled (CVE-2024-24784)\n\n* containers/image: digest type does not guarantee valid type (CVE-2024-3727)\n\n* golang: archive/zip: Incorrect handling of certain ZIP files (CVE-2024-24789)\n\n* go-retryablehttp: url might write sensitive information to log file (CVE-2024-6104)\n\n* gorilla/schema: Potential memory exhaustion attack due to sparse slice deserialization (CVE-2024-37298)\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-2024:5258",
"url": "https://access.redhat.com/errata/RHSA-2024:5258"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2262921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262921"
},
{
"category": "external",
"summary": "2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "2268021",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268021"
},
{
"category": "external",
"summary": "2274767",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274767"
},
{
"category": "external",
"summary": "2292668",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292668"
},
{
"category": "external",
"summary": "2294000",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2294000"
},
{
"category": "external",
"summary": "2295010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2295010"
},
{
"category": "external",
"summary": "RHEL-40800",
"url": "https://issues.redhat.com/browse/RHEL-40800"
},
{
"category": "external",
"summary": "RHEL-40801",
"url": "https://issues.redhat.com/browse/RHEL-40801"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_5258.json"
}
],
"title": "Red Hat Security Advisory: container-tools:rhel8 security update",
"tracking": {
"current_release_date": "2026-02-17T07:51:00+00:00",
"generator": {
"date": "2026-02-17T07:51:00+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2024:5258",
"initial_release_date": "2024-08-13T09:16:53+00:00",
"revision_history": [
{
"date": "2024-08-13T09:16:53+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-08-13T09:16:53+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-17T07:51:00+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. 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_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.0-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@84.1-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.229.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-82.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-podman@4.9.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-3.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-21.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch (container-tools:rhel8)",
"product_id": "cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@84.1-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=noarch\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch (container-tools:rhel8)",
"product_id": "container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.229.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"product": {
"name": "podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch (container-tools:rhel8)",
"product_id": "podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=noarch\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"product": {
"name": "python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch (container-tools:rhel8)",
"product_id": "python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-podman@4.9.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=noarch\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-21.module%2Bel8.10.0%2B22202%2B761b9a65?arch=noarch\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.0-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-82.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-3.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-3.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.0-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-82.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-3.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-3.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.0-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-82.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-3.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-3.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.0-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-82.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-3.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-3.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8"
},
"product_reference": "podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8"
},
"product_reference": "python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-45290",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268017"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was discovered in Go\u0027s net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45290"
},
{
"category": "external",
"summary": "RHBZ#2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://go.dev/cl/569341",
"url": "https://go.dev/cl/569341"
},
{
"category": "external",
"summary": "https://go.dev/issue/65383",
"url": "https://go.dev/issue/65383"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2599",
"url": "https://pkg.go.dev/vuln/GO-2024-2599"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0004",
"url": "https://security.netapp.com/advisory/ntap-20240329-0004"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-13T09:16:53+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5258"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"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:L",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm"
},
{
"acknowledgments": [
{
"names": [
"@r3kumar",
"@qmuntal"
]
}
],
"cve": "CVE-2024-1394",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"discovery_date": "2024-02-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2262921"
}
],
"notes": [
{
"category": "description",
"text": "A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.",
"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:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-1394"
},
{
"category": "external",
"summary": "RHBZ#2262921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262921"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-1394",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1394"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-1394",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1394"
},
{
"category": "external",
"summary": "https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136",
"url": "https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136"
},
{
"category": "external",
"summary": "https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6",
"url": "https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6"
},
{
"category": "external",
"summary": "https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f",
"url": "https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2660",
"url": "https://pkg.go.dev/vuln/GO-2024-2660"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2024-2660.json",
"url": "https://vuln.go.dev/ID/GO-2024-2660.json"
}
],
"release_date": "2024-03-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-13T09:16:53+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5258"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads"
},
{
"cve": "CVE-2024-3727",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"discovery_date": "2024-04-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2274767"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "containers/image: digest type does not guarantee valid type",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Some conditions are necessary for this attack to occur, such as the attacker being able to upload malicious images to the registry and persuade a victim to pull them. Hence, the severity of this flaw was rated as Moderate.",
"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:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-3727"
},
{
"category": "external",
"summary": "RHBZ#2274767",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274767"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-3727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3727"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-3727",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-3727"
}
],
"release_date": "2024-05-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-13T09:16:53+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5258"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "containers/image: digest type does not guarantee valid type"
},
{
"cve": "CVE-2024-6104",
"cwe": {
"id": "CWE-532",
"name": "Insertion of Sensitive Information into Log File"
},
"discovery_date": "2024-06-24T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2294000"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in go-retryablehttp. The package may suffer from a lack of input sanitization by not cleaning up URL data when writing to the logs. This issue could expose sensitive authentication information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-retryablehttp: url might write sensitive information to log file",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-6104"
},
{
"category": "external",
"summary": "RHBZ#2294000",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2294000"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-6104",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6104"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6104",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6104"
}
],
"release_date": "2024-06-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-13T09:16:53+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5258"
},
{
"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:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 6.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-retryablehttp: url might write sensitive information to log file"
},
{
"cve": "CVE-2024-24783",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268019"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24783"
},
{
"category": "external",
"summary": "RHBZ#2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp",
"url": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp"
},
{
"category": "external",
"summary": "https://go.dev/cl/569339",
"url": "https://go.dev/cl/569339"
},
{
"category": "external",
"summary": "https://go.dev/issue/65390",
"url": "https://go.dev/issue/65390"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2598",
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0005",
"url": "https://security.netapp.com/advisory/ntap-20240329-0005"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-13T09:16:53+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5258"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm"
},
{
"cve": "CVE-2024-24784",
"cwe": {
"id": "CWE-115",
"name": "Misinterpretation of Input"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268021"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s net/mail standard library package. The ParseAddressList function incorrectly handles comments (text within parentheses) within display names. Since this is a misalignment with conforming address parsers, it can result in different trust decisions made by programs using different parsers.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/mail: comments in display names are incorrectly handled",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24784"
},
{
"category": "external",
"summary": "RHBZ#2268021",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268021"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24784",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24784"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-13T09:16:53+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5258"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/mail: comments in display names are incorrectly handled"
},
{
"cve": "CVE-2024-24789",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292668"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The ZIP implementation of the Go language archive/zip library behaves differently than the rest of the ZIP file format implementations. When handling ZIP files with a corrupted central directory record, the library skips over the invalid record and processes the next valid one. This flaw allows a malicious user to access hidden information or files inside maliciously crafted ZIP files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Incorrect handling of certain ZIP files",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24789"
},
{
"category": "external",
"summary": "RHBZ#2292668",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292668"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24789"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24789",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24789"
}
],
"release_date": "2024-06-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-13T09:16:53+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5258"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Incorrect handling of certain ZIP files"
},
{
"cve": "CVE-2024-37298",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-07-01T19:21:12+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2295010"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the gorilla/schema package. Running `schema.Decoder.Decode()` on a struct that has a field of type `[]struct{...}` opens it up to malicious attacks regarding memory allocations, taking advantage of the sparse slice functionality. Any use of `schema.Decoder.Decode()` on a struct with arrays of other structs could trigger memory exhaustion and lead to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gorilla/schema: Potential memory exhaustion attack due to sparse slice deserialization",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in the gorilla/schema package is a high-severity issue due to its potential to cause a Denial of Service (DoS) attack through memory exhaustion. The schema.Decoder.Decode() function, when processing a struct with fields of type []struct{...}, is susceptible to malicious input that exploits sparse slice functionality. This can result in excessive memory allocations, overwhelming the system\u0027s resources and rendering the application unresponsive.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.",
"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:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37298"
},
{
"category": "external",
"summary": "RHBZ#2295010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2295010"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37298",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37298"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37298",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37298"
},
{
"category": "external",
"summary": "https://github.com/gorilla/schema/blob/main/decoder.go#L223",
"url": "https://github.com/gorilla/schema/blob/main/decoder.go#L223"
},
{
"category": "external",
"summary": "https://github.com/gorilla/schema/commit/cd59f2f12cbdfa9c06aa63e425d1fe4a806967ff",
"url": "https://github.com/gorilla/schema/commit/cd59f2f12cbdfa9c06aa63e425d1fe4a806967ff"
},
{
"category": "external",
"summary": "https://github.com/gorilla/schema/security/advisories/GHSA-3669-72x9-r9p3",
"url": "https://github.com/gorilla/schema/security/advisories/GHSA-3669-72x9-r9p3"
}
],
"release_date": "2024-06-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-13T09:16:53+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5258"
},
{
"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:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "gorilla/schema: Potential memory exhaustion attack due to sparse slice deserialization"
},
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"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:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-13T09:16:53+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5258"
},
{
"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:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024:4730
Vulnerability from csaf_redhat - Published: 2024-07-23 14:58 - Updated: 2026-02-17 07:50Summary
Red Hat Security Advisory: fence-agents update
Notes
Topic
An update for fence-agents is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.4 Telecommunications Update Service.
Red 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.
Details
The fence-agents packages provide a collection of scripts for handling remote power management for cluster devices. They allow failed or unreachable nodes to be forcibly restarted and removed from the cluster.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "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 fence-agents is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.4 Telecommunications Update Service.\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 fence-agents packages provide a collection of scripts for handling remote power management for cluster devices. They allow failed or unreachable nodes to be forcibly restarted and removed from the cluster. \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-2024:4730",
"url": "https://access.redhat.com/errata/RHSA-2024:4730"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4730.json"
}
],
"title": "Red Hat Security Advisory: fence-agents update",
"tracking": {
"current_release_date": "2026-02-17T07:50:54+00:00",
"generator": {
"date": "2026-02-17T07:50:54+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2024:4730",
"initial_release_date": "2024-07-23T14:58:03+00:00",
"revision_history": [
{
"date": "2024-07-23T14:58:03+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-07-23T14:58:03+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-17T07:50:54+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 AUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.4::highavailability"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.4::highavailability"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-0:4.2.1-65.el8_4.17.src",
"product": {
"name": "fence-agents-0:4.2.1-65.el8_4.17.src",
"product_id": "fence-agents-0:4.2.1-65.el8_4.17.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents@4.2.1-65.el8_4.17?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.2.1-65.el8_4.17.x86_64",
"product": {
"name": "fence-agents-all-0:4.2.1-65.el8_4.17.x86_64",
"product_id": "fence-agents-all-0:4.2.1-65.el8_4.17.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.2.1-65.el8_4.17?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64",
"product": {
"name": "fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64",
"product_id": "fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.2.1-65.el8_4.17?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64",
"product": {
"name": "fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64",
"product_id": "fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.2.1-65.el8_4.17?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64",
"product": {
"name": "fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64",
"product_id": "fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.2.1-65.el8_4.17?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64",
"product": {
"name": "fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64",
"product_id": "fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.2.1-65.el8_4.17?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"product": {
"name": "fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"product_id": "fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aliyun-debuginfo@4.2.1-65.el8_4.17?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"product": {
"name": "fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"product_id": "fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.2.1-65.el8_4.17?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"product_id": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.2.1-65.el8_4.17?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.2.1-65.el8_4.17?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-aliyun-0:4.2.1-65.el8_4.17.x86_64",
"product": {
"name": "fence-agents-aliyun-0:4.2.1-65.el8_4.17.x86_64",
"product_id": "fence-agents-aliyun-0:4.2.1-65.el8_4.17.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aliyun@4.2.1-65.el8_4.17?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-amt-ws@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-apc-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-apc-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc-snmp@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-bladecenter@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-brocade@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-mds@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-ucs@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-common-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-common-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-compute-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-compute-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-compute-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-compute@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-drac5@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eaton-snmp@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-emerson@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eps-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-eps-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-eps-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eps@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-heuristics-ping@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-hpblade@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-powervs@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-vpc@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibmblade@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ifmib@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-moonshot@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-mp@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-ssh@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo2@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-intelmodular@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipdu@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipmilan@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-lpar@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-mpath@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rhevm@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsa@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsb@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-sbd@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-scsi@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-virsh@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-rest@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-soap@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-wti-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-wti-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-wti-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-wti@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-aws-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-aws-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-aws-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aws@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-azure-arm-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-azure-arm-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-azure-arm-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-azure-arm@4.2.1-65.el8_4.17?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-gce-0:4.2.1-65.el8_4.17.noarch",
"product": {
"name": "fence-agents-gce-0:4.2.1-65.el8_4.17.noarch",
"product_id": "fence-agents-gce-0:4.2.1-65.el8_4.17.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-gce@4.2.1-65.el8_4.17?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.2.1-65.el8_4.17.ppc64le",
"product": {
"name": "fence-agents-all-0:4.2.1-65.el8_4.17.ppc64le",
"product_id": "fence-agents-all-0:4.2.1-65.el8_4.17.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.2.1-65.el8_4.17?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.2.1-65.el8_4.17.ppc64le",
"product": {
"name": "fence-agents-kdump-0:4.2.1-65.el8_4.17.ppc64le",
"product_id": "fence-agents-kdump-0:4.2.1-65.el8_4.17.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.2.1-65.el8_4.17?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.2.1-65.el8_4.17.ppc64le",
"product": {
"name": "fence-agents-kubevirt-0:4.2.1-65.el8_4.17.ppc64le",
"product_id": "fence-agents-kubevirt-0:4.2.1-65.el8_4.17.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.2.1-65.el8_4.17?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.2.1-65.el8_4.17.ppc64le",
"product": {
"name": "fence-agents-redfish-0:4.2.1-65.el8_4.17.ppc64le",
"product_id": "fence-agents-redfish-0:4.2.1-65.el8_4.17.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.2.1-65.el8_4.17?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.2.1-65.el8_4.17.ppc64le",
"product": {
"name": "fence-agents-debugsource-0:4.2.1-65.el8_4.17.ppc64le",
"product_id": "fence-agents-debugsource-0:4.2.1-65.el8_4.17.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.2.1-65.el8_4.17?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"product": {
"name": "fence-agents-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"product_id": "fence-agents-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.2.1-65.el8_4.17?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"product_id": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.2.1-65.el8_4.17?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.2.1-65.el8_4.17?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.2.1-65.el8_4.17.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-0:4.2.1-65.el8_4.17.src"
},
"product_reference": "fence-agents-0:4.2.1-65.el8_4.17.src",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-all-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-all-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-apc-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-apc-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-common-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-common-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-compute-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-compute-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-eps-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-eps-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fence-agents-wti-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-wti-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.2.1-65.el8_4.17.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-0:4.2.1-65.el8_4.17.src"
},
"product_reference": "fence-agents-0:4.2.1-65.el8_4.17.src",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-aliyun-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-65.el8_4.17.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.17.ppc64le"
},
"product_reference": "fence-agents-all-0:4.2.1-65.el8_4.17.ppc64le",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-all-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-apc-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-apc-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-aws-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-aws-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-azure-arm-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-common-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-common-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-compute-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-compute-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-65.el8_4.17.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.17.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-65.el8_4.17.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.17.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-65.el8_4.17.ppc64le",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-eps-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-eps-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-gce-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-gce-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-65.el8_4.17.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.17.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.2.1-65.el8_4.17.ppc64le",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-65.el8_4.17.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.17.ppc64le"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-65.el8_4.17.ppc64le",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-65.el8_4.17.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.17.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.2.1-65.el8_4.17.ppc64le",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fence-agents-wti-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-wti-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.2.1-65.el8_4.17.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-0:4.2.1-65.el8_4.17.src"
},
"product_reference": "fence-agents-0:4.2.1-65.el8_4.17.src",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-aliyun-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-all-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-all-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-apc-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-apc-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-aws-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-aws-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-azure-arm-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-common-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-common-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-compute-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-compute-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-eps-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-eps-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-gce-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-gce-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fence-agents-wti-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-wti-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.2.1-65.el8_4.17.src as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-0:4.2.1-65.el8_4.17.src"
},
"product_reference": "fence-agents-0:4.2.1-65.el8_4.17.src",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-aliyun-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-65.el8_4.17.ppc64le as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.17.ppc64le"
},
"product_reference": "fence-agents-all-0:4.2.1-65.el8_4.17.ppc64le",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-all-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-apc-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-apc-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-aws-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-aws-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-azure-arm-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-common-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-common-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-compute-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-compute-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-65.el8_4.17.ppc64le as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.17.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-65.el8_4.17.ppc64le as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.17.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-65.el8_4.17.ppc64le",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-eps-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-eps-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-gce-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-gce-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-65.el8_4.17.ppc64le as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.17.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.2.1-65.el8_4.17.ppc64le",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.ppc64le as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-65.el8_4.17.ppc64le as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.17.ppc64le"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-65.el8_4.17.ppc64le",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.ppc64le as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-65.el8_4.17.ppc64le as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.17.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.2.1-65.el8_4.17.ppc64le",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-wti-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-wti-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.2.1-65.el8_4.17.src as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-0:4.2.1-65.el8_4.17.src"
},
"product_reference": "fence-agents-0:4.2.1-65.el8_4.17.src",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-aliyun-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-all-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-all-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-apc-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-apc-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-aws-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-aws-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-azure-arm-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-common-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-common-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-compute-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-compute-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-eps-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-eps-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-gce-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-gce-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.2.1-65.el8_4.17.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-wti-0:4.2.1-65.el8_4.17.noarch"
},
"product_reference": "fence-agents-wti-0:4.2.1-65.el8_4.17.noarch",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"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.4.0.Z.AUS:fence-agents-0:4.2.1-65.el8_4.17.src",
"AppStream-8.4.0.Z.AUS:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.AUS:fence-agents-all-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.AUS:fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-apc-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-common-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-compute-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.AUS:fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.AUS:fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-eps-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.AUS:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.AUS:fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.AUS:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.AUS:fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.AUS:fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-wti-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-0:4.2.1-65.el8_4.17.src",
"AppStream-8.4.0.Z.E4S:fence-agents-aliyun-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.17.ppc64le",
"AppStream-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-apc-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-aws-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-common-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-compute-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"AppStream-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.17.ppc64le",
"AppStream-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-eps-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-gce-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.17.ppc64le",
"AppStream-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"AppStream-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.17.ppc64le",
"AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.17.ppc64le",
"AppStream-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-wti-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-0:4.2.1-65.el8_4.17.src",
"AppStream-8.4.0.Z.TUS:fence-agents-aliyun-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-all-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-apc-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-aws-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-common-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-compute-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-eps-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-gce-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-wti-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-0:4.2.1-65.el8_4.17.src",
"HighAvailability-8.4.0.Z.E4S:fence-agents-aliyun-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-apc-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-aws-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-common-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-compute-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-eps-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-gce-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-wti-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-0:4.2.1-65.el8_4.17.src",
"HighAvailability-8.4.0.Z.TUS:fence-agents-aliyun-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-all-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-apc-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-aws-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-common-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-compute-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-eps-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-gce-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-wti-0:4.2.1-65.el8_4.17.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-23T14:58:03+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.4.0.Z.AUS:fence-agents-0:4.2.1-65.el8_4.17.src",
"AppStream-8.4.0.Z.AUS:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.AUS:fence-agents-all-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.AUS:fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-apc-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-common-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-compute-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.AUS:fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.AUS:fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-eps-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.AUS:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.AUS:fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.AUS:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.AUS:fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.AUS:fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-wti-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-0:4.2.1-65.el8_4.17.src",
"AppStream-8.4.0.Z.E4S:fence-agents-aliyun-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.17.ppc64le",
"AppStream-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-apc-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-aws-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-common-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-compute-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"AppStream-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.17.ppc64le",
"AppStream-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-eps-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-gce-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.17.ppc64le",
"AppStream-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"AppStream-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.17.ppc64le",
"AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.17.ppc64le",
"AppStream-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-wti-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-0:4.2.1-65.el8_4.17.src",
"AppStream-8.4.0.Z.TUS:fence-agents-aliyun-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-all-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-apc-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-aws-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-common-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-compute-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-eps-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-gce-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-wti-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-0:4.2.1-65.el8_4.17.src",
"HighAvailability-8.4.0.Z.E4S:fence-agents-aliyun-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-apc-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-aws-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-common-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-compute-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-eps-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-gce-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-wti-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-0:4.2.1-65.el8_4.17.src",
"HighAvailability-8.4.0.Z.TUS:fence-agents-aliyun-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-all-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-apc-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-aws-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-common-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-compute-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-eps-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-gce-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-wti-0:4.2.1-65.el8_4.17.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4730"
},
{
"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.4.0.Z.AUS:fence-agents-0:4.2.1-65.el8_4.17.src",
"AppStream-8.4.0.Z.AUS:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.AUS:fence-agents-all-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.AUS:fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-apc-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-common-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-compute-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.AUS:fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.AUS:fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-eps-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.AUS:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.AUS:fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.AUS:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.AUS:fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.AUS:fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-wti-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-0:4.2.1-65.el8_4.17.src",
"AppStream-8.4.0.Z.E4S:fence-agents-aliyun-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.17.ppc64le",
"AppStream-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-apc-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-aws-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-common-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-compute-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"AppStream-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.17.ppc64le",
"AppStream-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-eps-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-gce-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.17.ppc64le",
"AppStream-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"AppStream-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.17.ppc64le",
"AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.17.ppc64le",
"AppStream-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-wti-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-0:4.2.1-65.el8_4.17.src",
"AppStream-8.4.0.Z.TUS:fence-agents-aliyun-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-all-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-apc-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-aws-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-common-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-compute-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-eps-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-gce-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-wti-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-0:4.2.1-65.el8_4.17.src",
"HighAvailability-8.4.0.Z.E4S:fence-agents-aliyun-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-apc-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-aws-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-common-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-compute-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-eps-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-gce-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-wti-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-0:4.2.1-65.el8_4.17.src",
"HighAvailability-8.4.0.Z.TUS:fence-agents-aliyun-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-all-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-apc-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-aws-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-common-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-compute-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-eps-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-gce-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-wti-0:4.2.1-65.el8_4.17.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.AUS:fence-agents-0:4.2.1-65.el8_4.17.src",
"AppStream-8.4.0.Z.AUS:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.AUS:fence-agents-all-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.AUS:fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-apc-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-common-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-compute-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.AUS:fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.AUS:fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-eps-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.AUS:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.AUS:fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.AUS:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.AUS:fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.AUS:fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.AUS:fence-agents-wti-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-0:4.2.1-65.el8_4.17.src",
"AppStream-8.4.0.Z.E4S:fence-agents-aliyun-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.17.ppc64le",
"AppStream-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-apc-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-aws-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-common-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-compute-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"AppStream-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.17.ppc64le",
"AppStream-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-eps-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-gce-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.17.ppc64le",
"AppStream-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"AppStream-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.17.ppc64le",
"AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.17.ppc64le",
"AppStream-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.E4S:fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.E4S:fence-agents-wti-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-0:4.2.1-65.el8_4.17.src",
"AppStream-8.4.0.Z.TUS:fence-agents-aliyun-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-all-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-apc-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-aws-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-common-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-compute-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-eps-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-gce-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64",
"AppStream-8.4.0.Z.TUS:fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch",
"AppStream-8.4.0.Z.TUS:fence-agents-wti-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-0:4.2.1-65.el8_4.17.src",
"HighAvailability-8.4.0.Z.E4S:fence-agents-aliyun-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-apc-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-aws-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-common-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-compute-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-eps-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-gce-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.E4S:fence-agents-wti-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-0:4.2.1-65.el8_4.17.src",
"HighAvailability-8.4.0.Z.TUS:fence-agents-aliyun-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-all-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-apc-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-aws-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-brocade-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-common-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-compute-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-debugsource-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-drac5-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-emerson-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-eps-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-gce-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-hpblade-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ifmib-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ilo2-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ipdu-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-kdump-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-lpar-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-mpath-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-redfish-0:4.2.1-65.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:fence-agents-rhevm-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-rsa-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-rsb-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-sbd-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-scsi-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-virsh-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-65.el8_4.17.noarch",
"HighAvailability-8.4.0.Z.TUS:fence-agents-wti-0:4.2.1-65.el8_4.17.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024:8843
Vulnerability from csaf_redhat - Published: 2024-11-05 02:35 - Updated: 2026-02-17 07:51Summary
Red Hat Security Advisory: python3.11-urllib3 security update
Notes
Topic
An update for python3.11-urllib3 is now available for Red Hat Enterprise Linux 8.
Red 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.
Details
The python-urllib3 package provides the Python HTTP module with connection pooling and file POST abilities.
Security Fix(es):
* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "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 python3.11-urllib3 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 python-urllib3 package provides the Python HTTP module with connection pooling and file POST abilities.\n\nSecurity Fix(es):\n\n* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)\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-2024:8843",
"url": "https://access.redhat.com/errata/RHSA-2024:8843"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8843.json"
}
],
"title": "Red Hat Security Advisory: python3.11-urllib3 security update",
"tracking": {
"current_release_date": "2026-02-17T07:51:44+00:00",
"generator": {
"date": "2026-02-17T07:51:44+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2024:8843",
"initial_release_date": "2024-11-05T02:35:40+00:00",
"revision_history": [
{
"date": "2024-11-05T02:35:40+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-11-05T02:35:40+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-17T07:51:44+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. 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_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-urllib3-0:1.26.12-4.el8_10.src",
"product": {
"name": "python3.11-urllib3-0:1.26.12-4.el8_10.src",
"product_id": "python3.11-urllib3-0:1.26.12-4.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-urllib3@1.26.12-4.el8_10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-urllib3-0:1.26.12-4.el8_10.noarch",
"product": {
"name": "python3.11-urllib3-0:1.26.12-4.el8_10.noarch",
"product_id": "python3.11-urllib3-0:1.26.12-4.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-urllib3@1.26.12-4.el8_10?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-urllib3-0:1.26.12-4.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-urllib3-0:1.26.12-4.el8_10.noarch"
},
"product_reference": "python3.11-urllib3-0:1.26.12-4.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-urllib3-0:1.26.12-4.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-urllib3-0:1.26.12-4.el8_10.src"
},
"product_reference": "python3.11-urllib3-0:1.26.12-4.el8_10.src",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"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:python3.11-urllib3-0:1.26.12-4.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-urllib3-0:1.26.12-4.el8_10.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-11-05T02:35:40+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:python3.11-urllib3-0:1.26.12-4.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-urllib3-0:1.26.12-4.el8_10.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:8843"
},
{
"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:python3.11-urllib3-0:1.26.12-4.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-urllib3-0:1.26.12-4.el8_10.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-urllib3-0:1.26.12-4.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-urllib3-0:1.26.12-4.el8_10.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024:5627
Vulnerability from csaf_redhat - Published: 2024-08-20 15:50 - Updated: 2026-02-17 07:51Summary
Red Hat Security Advisory: fence-agents security update
Notes
Topic
An update for fence-agents is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.
Red 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.
Details
The fence-agents packages provide a collection of scripts for handling remote power management for cluster devices. They allow failed or unreachable nodes to be forcibly restarted and removed from the cluster.
Security Fix(es):
* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "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 fence-agents is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.\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 fence-agents packages provide a collection of scripts for handling remote power management for cluster devices. They allow failed or unreachable nodes to be forcibly restarted and removed from the cluster. \n\nSecurity Fix(es):\n\n* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)\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-2024:5627",
"url": "https://access.redhat.com/errata/RHSA-2024:5627"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_5627.json"
}
],
"title": "Red Hat Security Advisory: fence-agents security update",
"tracking": {
"current_release_date": "2026-02-17T07:51:07+00:00",
"generator": {
"date": "2026-02-17T07:51:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2024:5627",
"initial_release_date": "2024-08-20T15:50:18+00:00",
"revision_history": [
{
"date": "2024-08-20T15:50:18+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-08-20T15:50:18+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-17T07:51:07+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 E4S (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.0::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.0::highavailability"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.0::resilientstorage"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aliyun@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-agents-all-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aws@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-azure-arm@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-gce@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-cloud-support@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virt-debuginfo@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-cpg-debuginfo@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-debuginfo@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-libvirt-debuginfo@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-multicast-debuginfo@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-serial-debuginfo@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-tcp-debuginfo@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-cloud-support-debuginfo@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-openstack-support-debuginfo@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virt-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-virt-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-virt-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virt@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-virtd-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-virtd-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-cpg@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-libvirt@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-multicast@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-serial@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-tcp@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-openstack-support@4.10.0-20.el9_0.15?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le",
"product": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le",
"product_id": "fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-20.el9_0.15?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le",
"product": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le",
"product_id": "fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-20.el9_0.15?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le",
"product": {
"name": "fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le",
"product_id": "fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-20.el9_0.15?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le",
"product": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le",
"product_id": "fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-20.el9_0.15?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le",
"product_id": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-20.el9_0.15?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"product_id": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-20.el9_0.15?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-20.el9_0.15?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-20.el9_0.15?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"product": {
"name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"product_id": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-openstack-support-debuginfo@4.10.0-20.el9_0.15?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le",
"product": {
"name": "fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le",
"product_id": "fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-20.el9_0.15?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le",
"product_id": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-20.el9_0.15?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le",
"product": {
"name": "ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le",
"product_id": "ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-openstack-support@4.10.0-20.el9_0.15?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.s390x",
"product": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.s390x",
"product_id": "fence-agents-all-0:4.10.0-20.el9_0.15.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-20.el9_0.15?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x",
"product": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x",
"product_id": "fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-20.el9_0.15?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x",
"product": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x",
"product_id": "fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-20.el9_0.15?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x",
"product": {
"name": "fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x",
"product_id": "fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-zvm@4.10.0-20.el9_0.15?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x",
"product_id": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-20.el9_0.15?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"product_id": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-20.el9_0.15?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-20.el9_0.15?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-20.el9_0.15?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x",
"product_id": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-20.el9_0.15?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-amt-ws@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-apc-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-apc-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc-snmp@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-bladecenter@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-brocade@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-mds@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-ucs@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-drac5@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eaton-snmp@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-emerson@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eps-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-eps-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-eps-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eps@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-heuristics-ping@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-hpblade@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibmblade@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ifmib@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-moonshot@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-mp@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-ssh@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo2@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-intelmodular@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipdu@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipmilan@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-lpar@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-mpath@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rhevm@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsa@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsb@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-sbd@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-scsi@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-rest@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-soap@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-wti-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-wti-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-wti-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-wti@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-common-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-common-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-powervs@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-vpc@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-virsh@4.10.0-20.el9_0.15?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-0:4.10.0-20.el9_0.15.src",
"product": {
"name": "fence-agents-0:4.10.0-20.el9_0.15.src",
"product_id": "fence-agents-0:4.10.0-20.el9_0.15.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents@4.10.0-20.el9_0.15?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64",
"product_id": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-20.el9_0.15?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64",
"product_id": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-20.el9_0.15?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"product_id": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-20.el9_0.15?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-20.el9_0.15?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-20.el9_0.15?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.aarch64",
"product": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.aarch64",
"product_id": "fence-agents-all-0:4.10.0-20.el9_0.15.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-20.el9_0.15?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64",
"product": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64",
"product_id": "fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-20.el9_0.15?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64",
"product": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64",
"product_id": "fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-20.el9_0.15?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.10.0-20.el9_0.15.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.15.src"
},
"product_reference": "fence-agents-0:4.10.0-20.el9_0.15.src",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-all-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-all-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-all-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-apc-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-common-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-eps-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-wti-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virt-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.10.0-20.el9_0.15.src as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.15.src"
},
"product_reference": "fence-agents-0:4.10.0-20.el9_0.15.src",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-all-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-all-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-all-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-apc-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-common-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-eps-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-wti-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virt-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.10.0-20.el9_0.15.src as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.15.src"
},
"product_reference": "fence-agents-0:4.10.0-20.el9_0.15.src",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-all-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-all-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-all-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-apc-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-common-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-eps-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-wti-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virt-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"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.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.15.src",
"AppStream-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.15.src",
"HighAvailability-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.15.src",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-20T15:50:18+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.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.15.src",
"AppStream-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.15.src",
"HighAvailability-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.15.src",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5627"
},
{
"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.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.15.src",
"AppStream-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.15.src",
"HighAvailability-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.15.src",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.15.src",
"AppStream-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.15.src",
"HighAvailability-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.15.src",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024:6239
Vulnerability from csaf_redhat - Published: 2024-09-03 18:17 - Updated: 2026-02-17 07:51Summary
Red Hat Security Advisory: resource-agents security update
Notes
Topic
An update for resource-agents is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Telecommunications Update Service, and Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions.
Red 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.
Details
The resource-agents packages provide the Pacemaker and RGManager service managers with a set of scripts. These scripts interface with several services to allow operating in a high-availability (HA) environment.
Security Fix(es):
* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "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 resource-agents is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Telecommunications Update Service, and Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions.\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 resource-agents packages provide the Pacemaker and RGManager service managers with a set of scripts. These scripts interface with several services to allow operating in a high-availability (HA) environment.\n\nSecurity Fix(es):\n\n* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)\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-2024:6239",
"url": "https://access.redhat.com/errata/RHSA-2024:6239"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6239.json"
}
],
"title": "Red Hat Security Advisory: resource-agents security update",
"tracking": {
"current_release_date": "2026-02-17T07:51:14+00:00",
"generator": {
"date": "2026-02-17T07:51:14+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2024:6239",
"initial_release_date": "2024-09-03T18:17:04+00:00",
"revision_history": [
{
"date": "2024-09-03T18:17:04+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-09-03T18:17:04+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-17T07:51:14+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 HighAvailability TUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.4::highavailability"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.4::highavailability"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "resource-agents-0:4.1.1-90.el8_4.17.src",
"product": {
"name": "resource-agents-0:4.1.1-90.el8_4.17.src",
"product_id": "resource-agents-0:4.1.1-90.el8_4.17.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents@4.1.1-90.el8_4.17?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "resource-agents-0:4.1.1-90.el8_4.17.x86_64",
"product": {
"name": "resource-agents-0:4.1.1-90.el8_4.17.x86_64",
"product_id": "resource-agents-0:4.1.1-90.el8_4.17.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents@4.1.1-90.el8_4.17?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-aliyun-0:4.1.1-90.el8_4.17.x86_64",
"product": {
"name": "resource-agents-aliyun-0:4.1.1-90.el8_4.17.x86_64",
"product_id": "resource-agents-aliyun-0:4.1.1-90.el8_4.17.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-aliyun@4.1.1-90.el8_4.17?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-gcp-0:4.1.1-90.el8_4.17.x86_64",
"product": {
"name": "resource-agents-gcp-0:4.1.1-90.el8_4.17.x86_64",
"product_id": "resource-agents-gcp-0:4.1.1-90.el8_4.17.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-gcp@4.1.1-90.el8_4.17?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debugsource-0:4.1.1-90.el8_4.17.x86_64",
"product": {
"name": "resource-agents-debugsource-0:4.1.1-90.el8_4.17.x86_64",
"product_id": "resource-agents-debugsource-0:4.1.1-90.el8_4.17.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debugsource@4.1.1-90.el8_4.17?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-aliyun-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"product": {
"name": "resource-agents-aliyun-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"product_id": "resource-agents-aliyun-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-aliyun-debuginfo@4.1.1-90.el8_4.17?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"product": {
"name": "resource-agents-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"product_id": "resource-agents-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debuginfo@4.1.1-90.el8_4.17?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "resource-agents-0:4.1.1-90.el8_4.17.ppc64le",
"product": {
"name": "resource-agents-0:4.1.1-90.el8_4.17.ppc64le",
"product_id": "resource-agents-0:4.1.1-90.el8_4.17.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents@4.1.1-90.el8_4.17?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debugsource-0:4.1.1-90.el8_4.17.ppc64le",
"product": {
"name": "resource-agents-debugsource-0:4.1.1-90.el8_4.17.ppc64le",
"product_id": "resource-agents-debugsource-0:4.1.1-90.el8_4.17.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debugsource@4.1.1-90.el8_4.17?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debuginfo-0:4.1.1-90.el8_4.17.ppc64le",
"product": {
"name": "resource-agents-debuginfo-0:4.1.1-90.el8_4.17.ppc64le",
"product_id": "resource-agents-debuginfo-0:4.1.1-90.el8_4.17.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debuginfo@4.1.1-90.el8_4.17?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.1.1-90.el8_4.17.ppc64le as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:resource-agents-0:4.1.1-90.el8_4.17.ppc64le"
},
"product_reference": "resource-agents-0:4.1.1-90.el8_4.17.ppc64le",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.1.1-90.el8_4.17.src as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:resource-agents-0:4.1.1-90.el8_4.17.src"
},
"product_reference": "resource-agents-0:4.1.1-90.el8_4.17.src",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.1.1-90.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:resource-agents-0:4.1.1-90.el8_4.17.x86_64"
},
"product_reference": "resource-agents-0:4.1.1-90.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-aliyun-0:4.1.1-90.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:resource-agents-aliyun-0:4.1.1-90.el8_4.17.x86_64"
},
"product_reference": "resource-agents-aliyun-0:4.1.1-90.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-aliyun-debuginfo-0:4.1.1-90.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:resource-agents-aliyun-debuginfo-0:4.1.1-90.el8_4.17.x86_64"
},
"product_reference": "resource-agents-aliyun-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.1.1-90.el8_4.17.ppc64le as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:resource-agents-debuginfo-0:4.1.1-90.el8_4.17.ppc64le"
},
"product_reference": "resource-agents-debuginfo-0:4.1.1-90.el8_4.17.ppc64le",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.1.1-90.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:resource-agents-debuginfo-0:4.1.1-90.el8_4.17.x86_64"
},
"product_reference": "resource-agents-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.1.1-90.el8_4.17.ppc64le as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:resource-agents-debugsource-0:4.1.1-90.el8_4.17.ppc64le"
},
"product_reference": "resource-agents-debugsource-0:4.1.1-90.el8_4.17.ppc64le",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.1.1-90.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:resource-agents-debugsource-0:4.1.1-90.el8_4.17.x86_64"
},
"product_reference": "resource-agents-debugsource-0:4.1.1-90.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-gcp-0:4.1.1-90.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:resource-agents-gcp-0:4.1.1-90.el8_4.17.x86_64"
},
"product_reference": "resource-agents-gcp-0:4.1.1-90.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.1.1-90.el8_4.17.src as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:resource-agents-0:4.1.1-90.el8_4.17.src"
},
"product_reference": "resource-agents-0:4.1.1-90.el8_4.17.src",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.1.1-90.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:resource-agents-0:4.1.1-90.el8_4.17.x86_64"
},
"product_reference": "resource-agents-0:4.1.1-90.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-aliyun-0:4.1.1-90.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:resource-agents-aliyun-0:4.1.1-90.el8_4.17.x86_64"
},
"product_reference": "resource-agents-aliyun-0:4.1.1-90.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-aliyun-debuginfo-0:4.1.1-90.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:resource-agents-aliyun-debuginfo-0:4.1.1-90.el8_4.17.x86_64"
},
"product_reference": "resource-agents-aliyun-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.1.1-90.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:resource-agents-debuginfo-0:4.1.1-90.el8_4.17.x86_64"
},
"product_reference": "resource-agents-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.1.1-90.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:resource-agents-debugsource-0:4.1.1-90.el8_4.17.x86_64"
},
"product_reference": "resource-agents-debugsource-0:4.1.1-90.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-gcp-0:4.1.1-90.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:resource-agents-gcp-0:4.1.1-90.el8_4.17.x86_64"
},
"product_reference": "resource-agents-gcp-0:4.1.1-90.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"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": [
"HighAvailability-8.4.0.Z.E4S:resource-agents-0:4.1.1-90.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:resource-agents-0:4.1.1-90.el8_4.17.src",
"HighAvailability-8.4.0.Z.E4S:resource-agents-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-aliyun-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-aliyun-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-debuginfo-0:4.1.1-90.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:resource-agents-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-debugsource-0:4.1.1-90.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:resource-agents-debugsource-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-gcp-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-0:4.1.1-90.el8_4.17.src",
"HighAvailability-8.4.0.Z.TUS:resource-agents-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-aliyun-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-aliyun-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-debugsource-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-gcp-0:4.1.1-90.el8_4.17.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-03T18:17:04+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": [
"HighAvailability-8.4.0.Z.E4S:resource-agents-0:4.1.1-90.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:resource-agents-0:4.1.1-90.el8_4.17.src",
"HighAvailability-8.4.0.Z.E4S:resource-agents-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-aliyun-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-aliyun-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-debuginfo-0:4.1.1-90.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:resource-agents-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-debugsource-0:4.1.1-90.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:resource-agents-debugsource-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-gcp-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-0:4.1.1-90.el8_4.17.src",
"HighAvailability-8.4.0.Z.TUS:resource-agents-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-aliyun-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-aliyun-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-debugsource-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-gcp-0:4.1.1-90.el8_4.17.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6239"
},
{
"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": [
"HighAvailability-8.4.0.Z.E4S:resource-agents-0:4.1.1-90.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:resource-agents-0:4.1.1-90.el8_4.17.src",
"HighAvailability-8.4.0.Z.E4S:resource-agents-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-aliyun-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-aliyun-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-debuginfo-0:4.1.1-90.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:resource-agents-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-debugsource-0:4.1.1-90.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:resource-agents-debugsource-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-gcp-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-0:4.1.1-90.el8_4.17.src",
"HighAvailability-8.4.0.Z.TUS:resource-agents-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-aliyun-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-aliyun-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-debugsource-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-gcp-0:4.1.1-90.el8_4.17.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"HighAvailability-8.4.0.Z.E4S:resource-agents-0:4.1.1-90.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:resource-agents-0:4.1.1-90.el8_4.17.src",
"HighAvailability-8.4.0.Z.E4S:resource-agents-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-aliyun-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-aliyun-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-debuginfo-0:4.1.1-90.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:resource-agents-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-debugsource-0:4.1.1-90.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:resource-agents-debugsource-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-gcp-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-0:4.1.1-90.el8_4.17.src",
"HighAvailability-8.4.0.Z.TUS:resource-agents-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-aliyun-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-aliyun-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-debugsource-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-gcp-0:4.1.1-90.el8_4.17.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024:8842
Vulnerability from csaf_redhat - Published: 2024-11-05 02:46 - Updated: 2026-02-17 07:51Summary
Red Hat Security Advisory: python3.12-urllib3 security update
Notes
Topic
An update for python3.12-urllib3 is now available for Red Hat Enterprise Linux 8.
Red 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.
Details
urllib3 is a powerful, user-friendly HTTP client for Python. urllib3 brings many critical features that are missing from the Python standard libraries:
• Thread safety.
• Connection pooling.
• Client-side SSL/TLS verification.
• File uploads with multipart encoding.
• Helpers for retrying requests and dealing with HTTP redirects.
• Support for gzip, deflate, brotli, and zstd encoding.
• Proxy support for HTTP and SOCKS.
• 100% test coverage.
Security Fix(es):
* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "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 python3.12-urllib3 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": "urllib3 is a powerful, user-friendly HTTP client for Python. urllib3 brings many critical features that are missing from the Python standard libraries: \n \u2022 Thread safety.\n \u2022 Connection pooling.\n \u2022 Client-side SSL/TLS verification.\n \u2022 File uploads with multipart encoding.\n \u2022 Helpers for retrying requests and dealing with HTTP redirects.\n \u2022 Support for gzip, deflate, brotli, and zstd encoding.\n \u2022 Proxy support for HTTP and SOCKS.\n \u2022 100% test coverage.\n\nSecurity Fix(es):\n\n* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)\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-2024:8842",
"url": "https://access.redhat.com/errata/RHSA-2024:8842"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8842.json"
}
],
"title": "Red Hat Security Advisory: python3.12-urllib3 security update",
"tracking": {
"current_release_date": "2026-02-17T07:51:42+00:00",
"generator": {
"date": "2026-02-17T07:51:42+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2024:8842",
"initial_release_date": "2024-11-05T02:46:15+00:00",
"revision_history": [
{
"date": "2024-11-05T02:46:15+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-11-05T02:46:15+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-17T07:51:42+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. 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_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-urllib3-0:1.26.19-1.el8_10.src",
"product": {
"name": "python3.12-urllib3-0:1.26.19-1.el8_10.src",
"product_id": "python3.12-urllib3-0:1.26.19-1.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-urllib3@1.26.19-1.el8_10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-urllib3-0:1.26.19-1.el8_10.noarch",
"product": {
"name": "python3.12-urllib3-0:1.26.19-1.el8_10.noarch",
"product_id": "python3.12-urllib3-0:1.26.19-1.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-urllib3@1.26.19-1.el8_10?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-urllib3-0:1.26.19-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-urllib3-0:1.26.19-1.el8_10.noarch"
},
"product_reference": "python3.12-urllib3-0:1.26.19-1.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-urllib3-0:1.26.19-1.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-urllib3-0:1.26.19-1.el8_10.src"
},
"product_reference": "python3.12-urllib3-0:1.26.19-1.el8_10.src",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"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:python3.12-urllib3-0:1.26.19-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-urllib3-0:1.26.19-1.el8_10.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-11-05T02:46:15+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:python3.12-urllib3-0:1.26.19-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-urllib3-0:1.26.19-1.el8_10.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:8842"
},
{
"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:python3.12-urllib3-0:1.26.19-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-urllib3-0:1.26.19-1.el8_10.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-urllib3-0:1.26.19-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-urllib3-0:1.26.19-1.el8_10.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024:6765
Vulnerability from csaf_redhat - Published: 2024-09-18 16:07 - Updated: 2026-02-17 07:51Summary
Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.4 Product Security and Bug Fix Update
Notes
Topic
An update is now available for Red Hat Ansible Automation Platform 2.4
Red 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.
Details
Red Hat Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT Managers can provide top-down guidelines on how automation is applied to individual teams, while automation developers retain the freedom to write tasks that leverage existing knowledge without the overhead. Ansible Automation Platform makes it possible for users across an organization to share, vet, and manage automation content by means of a simple, powerful, and agentless language.
Security Fix(es):
* python3-pulpcore/python39-pulpcore: RBAC permissions incorrectly assigned in tasks that create objects (CVE-2024-7143)
* python3-urllib3/python39-urllib3: urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)
* receptor: golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses (CVE-2024-24790)
* receptor: golang: net: malformed DNS message can cause infinite loop (CVE-2024-24788)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Updates and fixes for automation controller:
* Updated fallback to use RHSM subscription credential for shipping analytics data if analytics gathering is enabled (AAP-30228)
* Upgraded 'channels-redis' library to fix Redis connection leak (AAP-30124)
* automation-controller has been updated to 4.5.11
Additional fixes:
* python3/python39-django has been updated to 4.2.16
* python3/python39-pulpcore has been updated to 3.28.32
* python3/python39-urllib3 has been updated to 1.26.20
* receptor has been updated to 1.4.8-1.1
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "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 is now available for Red Hat Ansible Automation Platform 2.4\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": "Red Hat Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT Managers can provide top-down guidelines on how automation is applied to individual teams, while automation developers retain the freedom to write tasks that leverage existing knowledge without the overhead. Ansible Automation Platform makes it possible for users across an organization to share, vet, and manage automation content by means of a simple, powerful, and agentless language.\n\nSecurity Fix(es):\n\n* python3-pulpcore/python39-pulpcore: RBAC permissions incorrectly assigned in tasks that create objects (CVE-2024-7143)\n* python3-urllib3/python39-urllib3: urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)\n* receptor: golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses (CVE-2024-24790)\n* receptor: golang: net: malformed DNS message can cause infinite loop (CVE-2024-24788)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nUpdates and fixes for automation controller:\n* Updated fallback to use RHSM subscription credential for shipping analytics data if analytics gathering is enabled (AAP-30228)\n* Upgraded \u0027channels-redis\u0027 library to fix Redis connection leak (AAP-30124)\n* automation-controller has been updated to 4.5.11\n\nAdditional fixes:\n* python3/python39-django has been updated to 4.2.16\n* python3/python39-pulpcore has been updated to 3.28.32\n* python3/python39-urllib3 has been updated to 1.26.20\n* receptor has been updated to 1.4.8-1.1",
"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-2024:6765",
"url": "https://access.redhat.com/errata/RHSA-2024:6765"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2279814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279814"
},
{
"category": "external",
"summary": "2292787",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292787"
},
{
"category": "external",
"summary": "2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "2300125",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2300125"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6765.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.4 Product Security and Bug Fix Update",
"tracking": {
"current_release_date": "2026-02-17T07:51:24+00:00",
"generator": {
"date": "2026-02-17T07:51:24+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2024:6765",
"initial_release_date": "2024-09-18T16:07:25+00:00",
"revision_history": [
{
"date": "2024-09-18T16:07:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-09-18T16:07:25+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-17T07:51:24+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.4::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.4::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_inside:2.4::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.4::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.4::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_inside:2.4::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ansible Automation Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "python-pulpcore-0:3.28.32-1.el9ap.src",
"product": {
"name": "python-pulpcore-0:3.28.32-1.el9ap.src",
"product_id": "python-pulpcore-0:3.28.32-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulpcore@3.28.32-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-django-0:4.2.16-1.el9ap.src",
"product": {
"name": "python-django-0:4.2.16-1.el9ap.src",
"product_id": "python-django-0:4.2.16-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-django@4.2.16-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-urllib3-0:1.26.20-1.el9ap.src",
"product": {
"name": "python-urllib3-0:1.26.20-1.el9ap.src",
"product_id": "python-urllib3-0:1.26.20-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-urllib3@1.26.20-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.1.el9ap.src",
"product": {
"name": "receptor-0:1.4.8-1.1.el9ap.src",
"product_id": "receptor-0:1.4.8-1.1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.11-1.el9ap.src",
"product": {
"name": "automation-controller-0:4.5.11-1.el9ap.src",
"product_id": "automation-controller-0:4.5.11-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.11-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-urllib3-0:1.26.20-1.el8ap.src",
"product": {
"name": "python3x-urllib3-0:1.26.20-1.el8ap.src",
"product_id": "python3x-urllib3-0:1.26.20-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-urllib3@1.26.20-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-pulpcore-0:3.28.32-1.el8ap.src",
"product": {
"name": "python3x-pulpcore-0:3.28.32-1.el8ap.src",
"product_id": "python3x-pulpcore-0:3.28.32-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pulpcore@3.28.32-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-django-0:4.2.16-1.el8ap.src",
"product": {
"name": "python3x-django-0:4.2.16-1.el8ap.src",
"product_id": "python3x-django-0:4.2.16-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-django@4.2.16-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.1.el8ap.src",
"product": {
"name": "receptor-0:1.4.8-1.1.el8ap.src",
"product_id": "receptor-0:1.4.8-1.1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.11-1.el8ap.src",
"product": {
"name": "automation-controller-0:4.5.11-1.el8ap.src",
"product_id": "automation-controller-0:4.5.11-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.11-1.el8ap?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"product": {
"name": "python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"product_id": "python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pulpcore@3.28.32-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-django-0:4.2.16-1.el9ap.noarch",
"product": {
"name": "python3-django-0:4.2.16-1.el9ap.noarch",
"product_id": "python3-django-0:4.2.16-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-django@4.2.16-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-urllib3-0:1.26.20-1.el9ap.noarch",
"product": {
"name": "python3-urllib3-0:1.26.20-1.el9ap.noarch",
"product_id": "python3-urllib3-0:1.26.20-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-urllib3@1.26.20-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "receptorctl-0:1.4.8-1.1.el9ap.noarch",
"product": {
"name": "receptorctl-0:1.4.8-1.1.el9ap.noarch",
"product_id": "receptorctl-0:1.4.8-1.1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptorctl@1.4.8-1.1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"product": {
"name": "automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"product_id": "automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-cli@4.5.11-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-server-0:4.5.11-1.el9ap.noarch",
"product": {
"name": "automation-controller-server-0:4.5.11-1.el9ap.noarch",
"product_id": "automation-controller-server-0:4.5.11-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-server@4.5.11-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"product": {
"name": "automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"product_id": "automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-ui@4.5.11-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-urllib3-0:1.26.20-1.el8ap.noarch",
"product": {
"name": "python39-urllib3-0:1.26.20-1.el8ap.noarch",
"product_id": "python39-urllib3-0:1.26.20-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-urllib3@1.26.20-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"product": {
"name": "python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"product_id": "python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pulpcore@3.28.32-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-django-0:4.2.16-1.el8ap.noarch",
"product": {
"name": "python39-django-0:4.2.16-1.el8ap.noarch",
"product_id": "python39-django-0:4.2.16-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-django@4.2.16-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "receptorctl-0:1.4.8-1.1.el8ap.noarch",
"product": {
"name": "receptorctl-0:1.4.8-1.1.el8ap.noarch",
"product_id": "receptorctl-0:1.4.8-1.1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptorctl@1.4.8-1.1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"product": {
"name": "automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"product_id": "automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-cli@4.5.11-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-server-0:4.5.11-1.el8ap.noarch",
"product": {
"name": "automation-controller-server-0:4.5.11-1.el8ap.noarch",
"product_id": "automation-controller-server-0:4.5.11-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-server@4.5.11-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"product": {
"name": "automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"product_id": "automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-ui@4.5.11-1.el8ap?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.1.el9ap.x86_64",
"product": {
"name": "receptor-0:1.4.8-1.1.el9ap.x86_64",
"product_id": "receptor-0:1.4.8-1.1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.11-1.el9ap.x86_64",
"product": {
"name": "automation-controller-0:4.5.11-1.el9ap.x86_64",
"product_id": "automation-controller-0:4.5.11-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.11-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"product": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"product_id": "automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.11-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.1.el8ap.x86_64",
"product": {
"name": "receptor-0:1.4.8-1.1.el8ap.x86_64",
"product_id": "receptor-0:1.4.8-1.1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.11-1.el8ap.x86_64",
"product": {
"name": "automation-controller-0:4.5.11-1.el8ap.x86_64",
"product_id": "automation-controller-0:4.5.11-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.11-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"product": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"product_id": "automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.11-1.el8ap?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.1.el9ap.ppc64le",
"product": {
"name": "receptor-0:1.4.8-1.1.el9ap.ppc64le",
"product_id": "receptor-0:1.4.8-1.1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.11-1.el9ap.ppc64le",
"product": {
"name": "automation-controller-0:4.5.11-1.el9ap.ppc64le",
"product_id": "automation-controller-0:4.5.11-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.11-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"product": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"product_id": "automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.11-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.1.el8ap.ppc64le",
"product": {
"name": "receptor-0:1.4.8-1.1.el8ap.ppc64le",
"product_id": "receptor-0:1.4.8-1.1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.11-1.el8ap.ppc64le",
"product": {
"name": "automation-controller-0:4.5.11-1.el8ap.ppc64le",
"product_id": "automation-controller-0:4.5.11-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.11-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"product": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"product_id": "automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.11-1.el8ap?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.1.el9ap.s390x",
"product": {
"name": "receptor-0:1.4.8-1.1.el9ap.s390x",
"product_id": "receptor-0:1.4.8-1.1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.11-1.el9ap.s390x",
"product": {
"name": "automation-controller-0:4.5.11-1.el9ap.s390x",
"product_id": "automation-controller-0:4.5.11-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.11-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"product": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"product_id": "automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.11-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.1.el8ap.s390x",
"product": {
"name": "receptor-0:1.4.8-1.1.el8ap.s390x",
"product_id": "receptor-0:1.4.8-1.1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.11-1.el8ap.s390x",
"product": {
"name": "automation-controller-0:4.5.11-1.el8ap.s390x",
"product_id": "automation-controller-0:4.5.11-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.11-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"product": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"product_id": "automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.11-1.el8ap?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.1.el9ap.aarch64",
"product": {
"name": "receptor-0:1.4.8-1.1.el9ap.aarch64",
"product_id": "receptor-0:1.4.8-1.1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.11-1.el9ap.aarch64",
"product": {
"name": "automation-controller-0:4.5.11-1.el9ap.aarch64",
"product_id": "automation-controller-0:4.5.11-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.11-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"product": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"product_id": "automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.11-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.1.el8ap.aarch64",
"product": {
"name": "receptor-0:1.4.8-1.1.el8ap.aarch64",
"product_id": "receptor-0:1.4.8-1.1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.11-1.el8ap.aarch64",
"product": {
"name": "automation-controller-0:4.5.11-1.el8ap.aarch64",
"product_id": "automation-controller-0:4.5.11-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.11-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"product": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"product_id": "automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.11-1.el8ap?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64"
},
"product_reference": "automation-controller-0:4.5.11-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le"
},
"product_reference": "automation-controller-0:4.5.11-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x"
},
"product_reference": "automation-controller-0:4.5.11-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src"
},
"product_reference": "automation-controller-0:4.5.11-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64"
},
"product_reference": "automation-controller-0:4.5.11-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.5.11-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.5.11-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch"
},
"product_reference": "automation-controller-server-0:4.5.11-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.5.11-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-urllib3-0:1.26.20-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch"
},
"product_reference": "python39-urllib3-0:1.26.20-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-urllib3-0:1.26.20-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src"
},
"product_reference": "python3x-urllib3-0:1.26.20-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.4.8-1.1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch"
},
"product_reference": "receptorctl-0:1.4.8-1.1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.4.8-1.1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch"
},
"product_reference": "receptorctl-0:1.4.8-1.1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64"
},
"product_reference": "automation-controller-0:4.5.11-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le"
},
"product_reference": "automation-controller-0:4.5.11-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x"
},
"product_reference": "automation-controller-0:4.5.11-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src"
},
"product_reference": "automation-controller-0:4.5.11-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64"
},
"product_reference": "automation-controller-0:4.5.11-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.5.11-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.5.11-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch"
},
"product_reference": "automation-controller-server-0:4.5.11-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.5.11-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-django-0:4.2.16-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch"
},
"product_reference": "python39-django-0:4.2.16-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pulpcore-0:3.28.32-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch"
},
"product_reference": "python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-urllib3-0:1.26.20-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch"
},
"product_reference": "python39-urllib3-0:1.26.20-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-django-0:4.2.16-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src"
},
"product_reference": "python3x-django-0:4.2.16-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pulpcore-0:3.28.32-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src"
},
"product_reference": "python3x-pulpcore-0:3.28.32-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-urllib3-0:1.26.20-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src"
},
"product_reference": "python3x-urllib3-0:1.26.20-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.4.8-1.1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch"
},
"product_reference": "receptorctl-0:1.4.8-1.1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64"
},
"product_reference": "automation-controller-0:4.5.11-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le"
},
"product_reference": "automation-controller-0:4.5.11-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x"
},
"product_reference": "automation-controller-0:4.5.11-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src"
},
"product_reference": "automation-controller-0:4.5.11-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64"
},
"product_reference": "automation-controller-0:4.5.11-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.5.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.5.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch"
},
"product_reference": "automation-controller-server-0:4.5.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.5.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.26.20-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src"
},
"product_reference": "python-urllib3-0:1.26.20-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-urllib3-0:1.26.20-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch"
},
"product_reference": "python3-urllib3-0:1.26.20-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.4.8-1.1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch"
},
"product_reference": "receptorctl-0:1.4.8-1.1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.4.8-1.1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch"
},
"product_reference": "receptorctl-0:1.4.8-1.1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64"
},
"product_reference": "automation-controller-0:4.5.11-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le"
},
"product_reference": "automation-controller-0:4.5.11-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x"
},
"product_reference": "automation-controller-0:4.5.11-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src"
},
"product_reference": "automation-controller-0:4.5.11-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64"
},
"product_reference": "automation-controller-0:4.5.11-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.5.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.5.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch"
},
"product_reference": "automation-controller-server-0:4.5.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.5.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-0:4.2.16-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src"
},
"product_reference": "python-django-0:4.2.16-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulpcore-0:3.28.32-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src"
},
"product_reference": "python-pulpcore-0:3.28.32-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.26.20-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src"
},
"product_reference": "python-urllib3-0:1.26.20-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-django-0:4.2.16-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch"
},
"product_reference": "python3-django-0:4.2.16-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pulpcore-0:3.28.32-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch"
},
"product_reference": "python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-urllib3-0:1.26.20-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch"
},
"product_reference": "python3-urllib3-0:1.26.20-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.4.8-1.1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
},
"product_reference": "receptorctl-0:1.4.8-1.1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-7143",
"cwe": {
"id": "CWE-277",
"name": "Insecure Inherited Permissions"
},
"discovery_date": "2024-07-26T19:01:06+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2300125"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Pulp package. When a role-based access control (RBAC) object in Pulp is set to assign permissions on its creation, it uses the `AutoAddObjPermsMixin` (typically the add_roles_for_object_creator method). This method finds the object creator by checking the current authenticated user. For objects that are created within a task, this current user is set by the first user with any permissions on the task object. This means the oldest user with model/domain-level task permissions will always be set as the current user of a task, even if they didn\u0027t dispatch the task. Therefore, all objects created in tasks will have their permissions assigned to this oldest user, and the creating user will receive nothing.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pulpcore: RBAC permissions incorrectly assigned in tasks that create objects",
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-7143"
},
{
"category": "external",
"summary": "RHBZ#2300125",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2300125"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-7143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7143"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-7143",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7143"
},
{
"category": "external",
"summary": "https://github.com/pulp/pulpcore/blob/93f241f34c503da0fbac94bdba739feda2636e12/pulpcore/tasking/_util.py#L108",
"url": "https://github.com/pulp/pulpcore/blob/93f241f34c503da0fbac94bdba739feda2636e12/pulpcore/tasking/_util.py#L108"
}
],
"release_date": "2024-08-07T13:50:03.893000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-18T16:07:25+00:00",
"details": "Red Hat Ansible Automation Platform",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6765"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:L",
"version": "3.0"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "pulpcore: RBAC permissions incorrectly assigned in tasks that create objects"
},
{
"cve": "CVE-2024-24788",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2024-05-09T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2279814"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net package of the Go stdlib. When a malformed DNS message is received as a response to a query, the Lookup functions within the net package can get stuck in an infinite loop. This issue can lead to resource exhaustion and denial of service (DoS) conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net: malformed DNS message can cause infinite loop",
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24788"
},
{
"category": "external",
"summary": "RHBZ#2279814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279814"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24788"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24788",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24788"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2824",
"url": "https://pkg.go.dev/vuln/GO-2024-2824"
}
],
"release_date": "2024-05-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-18T16:07:25+00:00",
"details": "Red Hat Ansible Automation Platform",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6765"
},
{
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net: malformed DNS message can cause infinite loop"
},
{
"cve": "CVE-2024-24790",
"cwe": {
"id": "CWE-115",
"name": "Misinterpretation of Input"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292787"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Go language standard library net/netip. The method Is*() (IsPrivate(), IsPublic(), etc) doesn\u0027t behave properly when working with IPv6 mapped to IPv4 addresses. The unexpected behavior can lead to integrity and confidentiality issues, specifically when these methods are used to control access to resources or data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE has been marked as moderate as for our products a network-based attack vector is simply impossible when it comes to golang code,apart from that as per CVE flaw analysis reported by golang, this only affects integrity and confidentiality and has no effect on availability, hence CVSS has been marked as such.",
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24790"
},
{
"category": "external",
"summary": "RHBZ#2292787",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292787"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24790",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24790"
}
],
"release_date": "2024-06-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-18T16:07:25+00:00",
"details": "Red Hat Ansible Automation Platform",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6765"
},
{
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses"
},
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-18T16:07:25+00:00",
"details": "Red Hat Ansible Automation Platform",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6765"
},
{
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024:8035
Vulnerability from csaf_redhat - Published: 2024-10-14 02:05 - Updated: 2026-02-17 07:51Summary
Red Hat Security Advisory: python3.11-urllib3 security update
Notes
Topic
An update for python3.11-urllib3 is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.
Red 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.
Details
The python-urllib3 package provides the Python HTTP module with connection pooling and file POST abilities.
Security Fix(es):
* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "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 python3.11-urllib3 is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The python-urllib3 package provides the Python HTTP module with connection pooling and file POST abilities.\n\nSecurity Fix(es):\n\n* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)\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-2024:8035",
"url": "https://access.redhat.com/errata/RHSA-2024:8035"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8035.json"
}
],
"title": "Red Hat Security Advisory: python3.11-urllib3 security update",
"tracking": {
"current_release_date": "2026-02-17T07:51:36+00:00",
"generator": {
"date": "2026-02-17T07:51:36+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2024:8035",
"initial_release_date": "2024-10-14T02:05:56+00:00",
"revision_history": [
{
"date": "2024-10-14T02:05:56+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-10-14T02:05:56+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-17T07:51:36+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:8.8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-urllib3-0:1.26.12-1.el8_8.1.src",
"product": {
"name": "python3.11-urllib3-0:1.26.12-1.el8_8.1.src",
"product_id": "python3.11-urllib3-0:1.26.12-1.el8_8.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-urllib3@1.26.12-1.el8_8.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-urllib3-0:1.26.12-1.el8_8.1.noarch",
"product": {
"name": "python3.11-urllib3-0:1.26.12-1.el8_8.1.noarch",
"product_id": "python3.11-urllib3-0:1.26.12-1.el8_8.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-urllib3@1.26.12-1.el8_8.1?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-urllib3-0:1.26.12-1.el8_8.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python3.11-urllib3-0:1.26.12-1.el8_8.1.noarch"
},
"product_reference": "python3.11-urllib3-0:1.26.12-1.el8_8.1.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-urllib3-0:1.26.12-1.el8_8.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python3.11-urllib3-0:1.26.12-1.el8_8.1.src"
},
"product_reference": "python3.11-urllib3-0:1.26.12-1.el8_8.1.src",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"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.8.0.Z.EUS:python3.11-urllib3-0:1.26.12-1.el8_8.1.noarch",
"AppStream-8.8.0.Z.EUS:python3.11-urllib3-0:1.26.12-1.el8_8.1.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-10-14T02:05:56+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.8.0.Z.EUS:python3.11-urllib3-0:1.26.12-1.el8_8.1.noarch",
"AppStream-8.8.0.Z.EUS:python3.11-urllib3-0:1.26.12-1.el8_8.1.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:8035"
},
{
"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.8.0.Z.EUS:python3.11-urllib3-0:1.26.12-1.el8_8.1.noarch",
"AppStream-8.8.0.Z.EUS:python3.11-urllib3-0:1.26.12-1.el8_8.1.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.EUS:python3.11-urllib3-0:1.26.12-1.el8_8.1.noarch",
"AppStream-8.8.0.Z.EUS:python3.11-urllib3-0:1.26.12-1.el8_8.1.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024:8906
Vulnerability from csaf_redhat - Published: 2024-11-05 17:49 - Updated: 2026-02-17 07:51Summary
Red Hat Security Advisory: Satellite 6.16.0 release
Notes
Topic
A new release is now available for Red Hat Satellite 6.16 for RHEL 8 and 9.
Red Hat Product Security has rated this update as having a security impact
of Critical. A Common Vulnerability Scoring System (CVSS) base score,
which gives a detailed severity rating, is available for each vulnerability
from the CVE link(s) in the References section.
Details
Red Hat Satellite is a system management solution that allows organizations to configure and maintain their systems without the necessity to provide public Internet access to their servers or other client systems. It performs provisioning and configuration management of predefined standard operating environments.
Security Fix(es):
* mosquitto: sending specific sequences of packets may trigger memory leak
(CVE-2024-8376)
* micromatch: vulnerable to Regular Expression Denial of Service (CVE-2024-4067)
urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)
* node-tar: denial of service while parsing a tar file due to lack of folders depth validation (CVE-2024-28863)
* python-django: Potential denial-of-service in django.utils.html.urlize() (CVE-2024-38875)
* python-django: Username enumeration through timing difference for users with unusable passwords (CVE-2024-39329)
* python-django: Potential directory-traversal in django.core.files.storage.Storage.save() (CVE-2024-39330)
* python-django: Potential denial-of-service in django.utils.translation.get_supported_language_variant() (CVE-2024-39614)
* github.com/jaraco/zipp: Denial of Service (infinite loop) via crafted zip file in jaraco/zipp (CVE-2024-5569)
* puppet-foreman: An authentication bypass vulnerability exists in Foreman (CVE-2024-7012)
* python-django: Potential SQL injection in QuerySet.values() and values_list() (CVE-2024-42005)
* grpc: client communicating with a HTTP/2 proxy can poison the HPACK table between the proxy and the backend (CVE-2024-7246)
* puppet-pulpcore: An authentication bypass vulnerability exists in pulpcore (CVE-2024-7923)
* foreman: Read-only access to entire DB from templates (CVE-2024-8553)
Users of Red Hat Satellite are advised to upgrade to these updated packages, which fix these bugs.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Critical"
},
"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 new release is now available for Red Hat Satellite 6.16 for RHEL 8 and 9.\n\nRed Hat Product Security has rated this update as having a security impact\nof Critical. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Satellite is a system management solution that allows organizations to configure and maintain their systems without the necessity to provide public Internet access to their servers or other client systems. It performs provisioning and configuration management of predefined standard operating environments.\n\nSecurity Fix(es):\n\n* mosquitto: sending specific sequences of packets may trigger memory leak\n(CVE-2024-8376)\n* micromatch: vulnerable to Regular Expression Denial of Service (CVE-2024-4067)\nurllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)\n* node-tar: denial of service while parsing a tar file due to lack of folders depth validation (CVE-2024-28863)\n* python-django: Potential denial-of-service in django.utils.html.urlize() (CVE-2024-38875) \n* python-django: Username enumeration through timing difference for users with unusable passwords (CVE-2024-39329)\n* python-django: Potential directory-traversal in django.core.files.storage.Storage.save() (CVE-2024-39330)\n* python-django: Potential denial-of-service in django.utils.translation.get_supported_language_variant() (CVE-2024-39614)\n* github.com/jaraco/zipp: Denial of Service (infinite loop) via crafted zip file in jaraco/zipp (CVE-2024-5569)\n* puppet-foreman: An authentication bypass vulnerability exists in Foreman (CVE-2024-7012)\n* python-django: Potential SQL injection in QuerySet.values() and values_list() (CVE-2024-42005)\n* grpc: client communicating with a HTTP/2 proxy can poison the HPACK table between the proxy and the backend (CVE-2024-7246)\n* puppet-pulpcore: An authentication bypass vulnerability exists in pulpcore (CVE-2024-7923)\n* foreman: Read-only access to entire DB from templates (CVE-2024-8553)\n\nUsers of Red Hat Satellite are advised to upgrade to these updated packages, which fix these bugs.",
"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-2024:8906",
"url": "https://access.redhat.com/errata/RHSA-2024:8906"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#critical",
"url": "https://access.redhat.com/security/updates/classification/#critical"
},
{
"category": "external",
"summary": "2280601",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280601"
},
{
"category": "external",
"summary": "2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "2293200",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2293200"
},
{
"category": "external",
"summary": "2295935",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2295935"
},
{
"category": "external",
"summary": "2295936",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2295936"
},
{
"category": "external",
"summary": "2295937",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2295937"
},
{
"category": "external",
"summary": "2295938",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2295938"
},
{
"category": "external",
"summary": "2296413",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2296413"
},
{
"category": "external",
"summary": "2299429",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2299429"
},
{
"category": "external",
"summary": "2302436",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2302436"
},
{
"category": "external",
"summary": "2305718",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2305718"
},
{
"category": "external",
"summary": "2312524",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2312524"
},
{
"category": "external",
"summary": "2318080",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2318080"
},
{
"category": "external",
"summary": "SAT-12847",
"url": "https://issues.redhat.com/browse/SAT-12847"
},
{
"category": "external",
"summary": "SAT-15089",
"url": "https://issues.redhat.com/browse/SAT-15089"
},
{
"category": "external",
"summary": "SAT-15466",
"url": "https://issues.redhat.com/browse/SAT-15466"
},
{
"category": "external",
"summary": "SAT-15467",
"url": "https://issues.redhat.com/browse/SAT-15467"
},
{
"category": "external",
"summary": "SAT-15549",
"url": "https://issues.redhat.com/browse/SAT-15549"
},
{
"category": "external",
"summary": "SAT-16224",
"url": "https://issues.redhat.com/browse/SAT-16224"
},
{
"category": "external",
"summary": "SAT-16247",
"url": "https://issues.redhat.com/browse/SAT-16247"
},
{
"category": "external",
"summary": "SAT-16381",
"url": "https://issues.redhat.com/browse/SAT-16381"
},
{
"category": "external",
"summary": "SAT-16537",
"url": "https://issues.redhat.com/browse/SAT-16537"
},
{
"category": "external",
"summary": "SAT-16593",
"url": "https://issues.redhat.com/browse/SAT-16593"
},
{
"category": "external",
"summary": "SAT-17442",
"url": "https://issues.redhat.com/browse/SAT-17442"
},
{
"category": "external",
"summary": "SAT-17443",
"url": "https://issues.redhat.com/browse/SAT-17443"
},
{
"category": "external",
"summary": "SAT-17785",
"url": "https://issues.redhat.com/browse/SAT-17785"
},
{
"category": "external",
"summary": "SAT-18093",
"url": "https://issues.redhat.com/browse/SAT-18093"
},
{
"category": "external",
"summary": "SAT-18270",
"url": "https://issues.redhat.com/browse/SAT-18270"
},
{
"category": "external",
"summary": "SAT-18327",
"url": "https://issues.redhat.com/browse/SAT-18327"
},
{
"category": "external",
"summary": "SAT-18410",
"url": "https://issues.redhat.com/browse/SAT-18410"
},
{
"category": "external",
"summary": "SAT-18461",
"url": "https://issues.redhat.com/browse/SAT-18461"
},
{
"category": "external",
"summary": "SAT-18568",
"url": "https://issues.redhat.com/browse/SAT-18568"
},
{
"category": "external",
"summary": "SAT-18610",
"url": "https://issues.redhat.com/browse/SAT-18610"
},
{
"category": "external",
"summary": "SAT-18705",
"url": "https://issues.redhat.com/browse/SAT-18705"
},
{
"category": "external",
"summary": "SAT-18721",
"url": "https://issues.redhat.com/browse/SAT-18721"
},
{
"category": "external",
"summary": "SAT-18859",
"url": "https://issues.redhat.com/browse/SAT-18859"
},
{
"category": "external",
"summary": "SAT-18993",
"url": "https://issues.redhat.com/browse/SAT-18993"
},
{
"category": "external",
"summary": "SAT-19018",
"url": "https://issues.redhat.com/browse/SAT-19018"
},
{
"category": "external",
"summary": "SAT-19269",
"url": "https://issues.redhat.com/browse/SAT-19269"
},
{
"category": "external",
"summary": "SAT-19342",
"url": "https://issues.redhat.com/browse/SAT-19342"
},
{
"category": "external",
"summary": "SAT-19389",
"url": "https://issues.redhat.com/browse/SAT-19389"
},
{
"category": "external",
"summary": "SAT-19394",
"url": "https://issues.redhat.com/browse/SAT-19394"
},
{
"category": "external",
"summary": "SAT-19501",
"url": "https://issues.redhat.com/browse/SAT-19501"
},
{
"category": "external",
"summary": "SAT-19502",
"url": "https://issues.redhat.com/browse/SAT-19502"
},
{
"category": "external",
"summary": "SAT-19504",
"url": "https://issues.redhat.com/browse/SAT-19504"
},
{
"category": "external",
"summary": "SAT-19511",
"url": "https://issues.redhat.com/browse/SAT-19511"
},
{
"category": "external",
"summary": "SAT-19592",
"url": "https://issues.redhat.com/browse/SAT-19592"
},
{
"category": "external",
"summary": "SAT-19614",
"url": "https://issues.redhat.com/browse/SAT-19614"
},
{
"category": "external",
"summary": "SAT-19621",
"url": "https://issues.redhat.com/browse/SAT-19621"
},
{
"category": "external",
"summary": "SAT-19748",
"url": "https://issues.redhat.com/browse/SAT-19748"
},
{
"category": "external",
"summary": "SAT-19789",
"url": "https://issues.redhat.com/browse/SAT-19789"
},
{
"category": "external",
"summary": "SAT-19922",
"url": "https://issues.redhat.com/browse/SAT-19922"
},
{
"category": "external",
"summary": "SAT-19993",
"url": "https://issues.redhat.com/browse/SAT-19993"
},
{
"category": "external",
"summary": "SAT-19999",
"url": "https://issues.redhat.com/browse/SAT-19999"
},
{
"category": "external",
"summary": "SAT-20099",
"url": "https://issues.redhat.com/browse/SAT-20099"
},
{
"category": "external",
"summary": "SAT-20361",
"url": "https://issues.redhat.com/browse/SAT-20361"
},
{
"category": "external",
"summary": "SAT-20445",
"url": "https://issues.redhat.com/browse/SAT-20445"
},
{
"category": "external",
"summary": "SAT-20553",
"url": "https://issues.redhat.com/browse/SAT-20553"
},
{
"category": "external",
"summary": "SAT-21261",
"url": "https://issues.redhat.com/browse/SAT-21261"
},
{
"category": "external",
"summary": "SAT-21266",
"url": "https://issues.redhat.com/browse/SAT-21266"
},
{
"category": "external",
"summary": "SAT-21268",
"url": "https://issues.redhat.com/browse/SAT-21268"
},
{
"category": "external",
"summary": "SAT-21273",
"url": "https://issues.redhat.com/browse/SAT-21273"
},
{
"category": "external",
"summary": "SAT-21353",
"url": "https://issues.redhat.com/browse/SAT-21353"
},
{
"category": "external",
"summary": "SAT-21374",
"url": "https://issues.redhat.com/browse/SAT-21374"
},
{
"category": "external",
"summary": "SAT-21375",
"url": "https://issues.redhat.com/browse/SAT-21375"
},
{
"category": "external",
"summary": "SAT-21395",
"url": "https://issues.redhat.com/browse/SAT-21395"
},
{
"category": "external",
"summary": "SAT-21396",
"url": "https://issues.redhat.com/browse/SAT-21396"
},
{
"category": "external",
"summary": "SAT-21421",
"url": "https://issues.redhat.com/browse/SAT-21421"
},
{
"category": "external",
"summary": "SAT-21463",
"url": "https://issues.redhat.com/browse/SAT-21463"
},
{
"category": "external",
"summary": "SAT-21682",
"url": "https://issues.redhat.com/browse/SAT-21682"
},
{
"category": "external",
"summary": "SAT-21757",
"url": "https://issues.redhat.com/browse/SAT-21757"
},
{
"category": "external",
"summary": "SAT-21920",
"url": "https://issues.redhat.com/browse/SAT-21920"
},
{
"category": "external",
"summary": "SAT-21994",
"url": "https://issues.redhat.com/browse/SAT-21994"
},
{
"category": "external",
"summary": "SAT-22047",
"url": "https://issues.redhat.com/browse/SAT-22047"
},
{
"category": "external",
"summary": "SAT-22048",
"url": "https://issues.redhat.com/browse/SAT-22048"
},
{
"category": "external",
"summary": "SAT-22156",
"url": "https://issues.redhat.com/browse/SAT-22156"
},
{
"category": "external",
"summary": "SAT-22172",
"url": "https://issues.redhat.com/browse/SAT-22172"
},
{
"category": "external",
"summary": "SAT-22358",
"url": "https://issues.redhat.com/browse/SAT-22358"
},
{
"category": "external",
"summary": "SAT-22442",
"url": "https://issues.redhat.com/browse/SAT-22442"
},
{
"category": "external",
"summary": "SAT-22491",
"url": "https://issues.redhat.com/browse/SAT-22491"
},
{
"category": "external",
"summary": "SAT-22554",
"url": "https://issues.redhat.com/browse/SAT-22554"
},
{
"category": "external",
"summary": "SAT-22579",
"url": "https://issues.redhat.com/browse/SAT-22579"
},
{
"category": "external",
"summary": "SAT-22626",
"url": "https://issues.redhat.com/browse/SAT-22626"
},
{
"category": "external",
"summary": "SAT-22849",
"url": "https://issues.redhat.com/browse/SAT-22849"
},
{
"category": "external",
"summary": "SAT-22872",
"url": "https://issues.redhat.com/browse/SAT-22872"
},
{
"category": "external",
"summary": "SAT-22889",
"url": "https://issues.redhat.com/browse/SAT-22889"
},
{
"category": "external",
"summary": "SAT-22900",
"url": "https://issues.redhat.com/browse/SAT-22900"
},
{
"category": "external",
"summary": "SAT-23047",
"url": "https://issues.redhat.com/browse/SAT-23047"
},
{
"category": "external",
"summary": "SAT-23077",
"url": "https://issues.redhat.com/browse/SAT-23077"
},
{
"category": "external",
"summary": "SAT-23093",
"url": "https://issues.redhat.com/browse/SAT-23093"
},
{
"category": "external",
"summary": "SAT-23096",
"url": "https://issues.redhat.com/browse/SAT-23096"
},
{
"category": "external",
"summary": "SAT-23109",
"url": "https://issues.redhat.com/browse/SAT-23109"
},
{
"category": "external",
"summary": "SAT-23124",
"url": "https://issues.redhat.com/browse/SAT-23124"
},
{
"category": "external",
"summary": "SAT-23167",
"url": "https://issues.redhat.com/browse/SAT-23167"
},
{
"category": "external",
"summary": "SAT-23211",
"url": "https://issues.redhat.com/browse/SAT-23211"
},
{
"category": "external",
"summary": "SAT-23228",
"url": "https://issues.redhat.com/browse/SAT-23228"
},
{
"category": "external",
"summary": "SAT-23279",
"url": "https://issues.redhat.com/browse/SAT-23279"
},
{
"category": "external",
"summary": "SAT-23288",
"url": "https://issues.redhat.com/browse/SAT-23288"
},
{
"category": "external",
"summary": "SAT-23302",
"url": "https://issues.redhat.com/browse/SAT-23302"
},
{
"category": "external",
"summary": "SAT-23335",
"url": "https://issues.redhat.com/browse/SAT-23335"
},
{
"category": "external",
"summary": "SAT-23405",
"url": "https://issues.redhat.com/browse/SAT-23405"
},
{
"category": "external",
"summary": "SAT-23407",
"url": "https://issues.redhat.com/browse/SAT-23407"
},
{
"category": "external",
"summary": "SAT-23424",
"url": "https://issues.redhat.com/browse/SAT-23424"
},
{
"category": "external",
"summary": "SAT-23426",
"url": "https://issues.redhat.com/browse/SAT-23426"
},
{
"category": "external",
"summary": "SAT-23487",
"url": "https://issues.redhat.com/browse/SAT-23487"
},
{
"category": "external",
"summary": "SAT-23505",
"url": "https://issues.redhat.com/browse/SAT-23505"
},
{
"category": "external",
"summary": "SAT-23544",
"url": "https://issues.redhat.com/browse/SAT-23544"
},
{
"category": "external",
"summary": "SAT-23573",
"url": "https://issues.redhat.com/browse/SAT-23573"
},
{
"category": "external",
"summary": "SAT-23592",
"url": "https://issues.redhat.com/browse/SAT-23592"
},
{
"category": "external",
"summary": "SAT-23610",
"url": "https://issues.redhat.com/browse/SAT-23610"
},
{
"category": "external",
"summary": "SAT-23752",
"url": "https://issues.redhat.com/browse/SAT-23752"
},
{
"category": "external",
"summary": "SAT-23841",
"url": "https://issues.redhat.com/browse/SAT-23841"
},
{
"category": "external",
"summary": "SAT-23894",
"url": "https://issues.redhat.com/browse/SAT-23894"
},
{
"category": "external",
"summary": "SAT-23943",
"url": "https://issues.redhat.com/browse/SAT-23943"
},
{
"category": "external",
"summary": "SAT-23947",
"url": "https://issues.redhat.com/browse/SAT-23947"
},
{
"category": "external",
"summary": "SAT-23951",
"url": "https://issues.redhat.com/browse/SAT-23951"
},
{
"category": "external",
"summary": "SAT-23954",
"url": "https://issues.redhat.com/browse/SAT-23954"
},
{
"category": "external",
"summary": "SAT-23957",
"url": "https://issues.redhat.com/browse/SAT-23957"
},
{
"category": "external",
"summary": "SAT-23990",
"url": "https://issues.redhat.com/browse/SAT-23990"
},
{
"category": "external",
"summary": "SAT-23992",
"url": "https://issues.redhat.com/browse/SAT-23992"
},
{
"category": "external",
"summary": "SAT-24050",
"url": "https://issues.redhat.com/browse/SAT-24050"
},
{
"category": "external",
"summary": "SAT-24064",
"url": "https://issues.redhat.com/browse/SAT-24064"
},
{
"category": "external",
"summary": "SAT-24073",
"url": "https://issues.redhat.com/browse/SAT-24073"
},
{
"category": "external",
"summary": "SAT-24111",
"url": "https://issues.redhat.com/browse/SAT-24111"
},
{
"category": "external",
"summary": "SAT-24132",
"url": "https://issues.redhat.com/browse/SAT-24132"
},
{
"category": "external",
"summary": "SAT-24197",
"url": "https://issues.redhat.com/browse/SAT-24197"
},
{
"category": "external",
"summary": "SAT-24470",
"url": "https://issues.redhat.com/browse/SAT-24470"
},
{
"category": "external",
"summary": "SAT-24478",
"url": "https://issues.redhat.com/browse/SAT-24478"
},
{
"category": "external",
"summary": "SAT-24479",
"url": "https://issues.redhat.com/browse/SAT-24479"
},
{
"category": "external",
"summary": "SAT-24489",
"url": "https://issues.redhat.com/browse/SAT-24489"
},
{
"category": "external",
"summary": "SAT-24521",
"url": "https://issues.redhat.com/browse/SAT-24521"
},
{
"category": "external",
"summary": "SAT-24526",
"url": "https://issues.redhat.com/browse/SAT-24526"
},
{
"category": "external",
"summary": "SAT-24531",
"url": "https://issues.redhat.com/browse/SAT-24531"
},
{
"category": "external",
"summary": "SAT-24545",
"url": "https://issues.redhat.com/browse/SAT-24545"
},
{
"category": "external",
"summary": "SAT-24548",
"url": "https://issues.redhat.com/browse/SAT-24548"
},
{
"category": "external",
"summary": "SAT-24577",
"url": "https://issues.redhat.com/browse/SAT-24577"
},
{
"category": "external",
"summary": "SAT-24600",
"url": "https://issues.redhat.com/browse/SAT-24600"
},
{
"category": "external",
"summary": "SAT-24769",
"url": "https://issues.redhat.com/browse/SAT-24769"
},
{
"category": "external",
"summary": "SAT-24771",
"url": "https://issues.redhat.com/browse/SAT-24771"
},
{
"category": "external",
"summary": "SAT-24774",
"url": "https://issues.redhat.com/browse/SAT-24774"
},
{
"category": "external",
"summary": "SAT-24779",
"url": "https://issues.redhat.com/browse/SAT-24779"
},
{
"category": "external",
"summary": "SAT-24781",
"url": "https://issues.redhat.com/browse/SAT-24781"
},
{
"category": "external",
"summary": "SAT-24786",
"url": "https://issues.redhat.com/browse/SAT-24786"
},
{
"category": "external",
"summary": "SAT-24787",
"url": "https://issues.redhat.com/browse/SAT-24787"
},
{
"category": "external",
"summary": "SAT-24801",
"url": "https://issues.redhat.com/browse/SAT-24801"
},
{
"category": "external",
"summary": "SAT-24805",
"url": "https://issues.redhat.com/browse/SAT-24805"
},
{
"category": "external",
"summary": "SAT-24837",
"url": "https://issues.redhat.com/browse/SAT-24837"
},
{
"category": "external",
"summary": "SAT-24854",
"url": "https://issues.redhat.com/browse/SAT-24854"
},
{
"category": "external",
"summary": "SAT-24878",
"url": "https://issues.redhat.com/browse/SAT-24878"
},
{
"category": "external",
"summary": "SAT-24884",
"url": "https://issues.redhat.com/browse/SAT-24884"
},
{
"category": "external",
"summary": "SAT-24893",
"url": "https://issues.redhat.com/browse/SAT-24893"
},
{
"category": "external",
"summary": "SAT-24917",
"url": "https://issues.redhat.com/browse/SAT-24917"
},
{
"category": "external",
"summary": "SAT-24918",
"url": "https://issues.redhat.com/browse/SAT-24918"
},
{
"category": "external",
"summary": "SAT-24919",
"url": "https://issues.redhat.com/browse/SAT-24919"
},
{
"category": "external",
"summary": "SAT-24920",
"url": "https://issues.redhat.com/browse/SAT-24920"
},
{
"category": "external",
"summary": "SAT-24932",
"url": "https://issues.redhat.com/browse/SAT-24932"
},
{
"category": "external",
"summary": "SAT-24936",
"url": "https://issues.redhat.com/browse/SAT-24936"
},
{
"category": "external",
"summary": "SAT-24943",
"url": "https://issues.redhat.com/browse/SAT-24943"
},
{
"category": "external",
"summary": "SAT-24988",
"url": "https://issues.redhat.com/browse/SAT-24988"
},
{
"category": "external",
"summary": "SAT-25032",
"url": "https://issues.redhat.com/browse/SAT-25032"
},
{
"category": "external",
"summary": "SAT-25129",
"url": "https://issues.redhat.com/browse/SAT-25129"
},
{
"category": "external",
"summary": "SAT-25152",
"url": "https://issues.redhat.com/browse/SAT-25152"
},
{
"category": "external",
"summary": "SAT-25155",
"url": "https://issues.redhat.com/browse/SAT-25155"
},
{
"category": "external",
"summary": "SAT-25159",
"url": "https://issues.redhat.com/browse/SAT-25159"
},
{
"category": "external",
"summary": "SAT-25160",
"url": "https://issues.redhat.com/browse/SAT-25160"
},
{
"category": "external",
"summary": "SAT-25194",
"url": "https://issues.redhat.com/browse/SAT-25194"
},
{
"category": "external",
"summary": "SAT-25213",
"url": "https://issues.redhat.com/browse/SAT-25213"
},
{
"category": "external",
"summary": "SAT-25217",
"url": "https://issues.redhat.com/browse/SAT-25217"
},
{
"category": "external",
"summary": "SAT-25243",
"url": "https://issues.redhat.com/browse/SAT-25243"
},
{
"category": "external",
"summary": "SAT-25250",
"url": "https://issues.redhat.com/browse/SAT-25250"
},
{
"category": "external",
"summary": "SAT-25328",
"url": "https://issues.redhat.com/browse/SAT-25328"
},
{
"category": "external",
"summary": "SAT-25368",
"url": "https://issues.redhat.com/browse/SAT-25368"
},
{
"category": "external",
"summary": "SAT-25429",
"url": "https://issues.redhat.com/browse/SAT-25429"
},
{
"category": "external",
"summary": "SAT-25437",
"url": "https://issues.redhat.com/browse/SAT-25437"
},
{
"category": "external",
"summary": "SAT-25455",
"url": "https://issues.redhat.com/browse/SAT-25455"
},
{
"category": "external",
"summary": "SAT-25467",
"url": "https://issues.redhat.com/browse/SAT-25467"
},
{
"category": "external",
"summary": "SAT-25503",
"url": "https://issues.redhat.com/browse/SAT-25503"
},
{
"category": "external",
"summary": "SAT-25569",
"url": "https://issues.redhat.com/browse/SAT-25569"
},
{
"category": "external",
"summary": "SAT-25583",
"url": "https://issues.redhat.com/browse/SAT-25583"
},
{
"category": "external",
"summary": "SAT-25655",
"url": "https://issues.redhat.com/browse/SAT-25655"
},
{
"category": "external",
"summary": "SAT-25658",
"url": "https://issues.redhat.com/browse/SAT-25658"
},
{
"category": "external",
"summary": "SAT-25678",
"url": "https://issues.redhat.com/browse/SAT-25678"
},
{
"category": "external",
"summary": "SAT-25713",
"url": "https://issues.redhat.com/browse/SAT-25713"
},
{
"category": "external",
"summary": "SAT-25774",
"url": "https://issues.redhat.com/browse/SAT-25774"
},
{
"category": "external",
"summary": "SAT-25789",
"url": "https://issues.redhat.com/browse/SAT-25789"
},
{
"category": "external",
"summary": "SAT-25795",
"url": "https://issues.redhat.com/browse/SAT-25795"
},
{
"category": "external",
"summary": "SAT-25813",
"url": "https://issues.redhat.com/browse/SAT-25813"
},
{
"category": "external",
"summary": "SAT-25869",
"url": "https://issues.redhat.com/browse/SAT-25869"
},
{
"category": "external",
"summary": "SAT-25936",
"url": "https://issues.redhat.com/browse/SAT-25936"
},
{
"category": "external",
"summary": "SAT-25946",
"url": "https://issues.redhat.com/browse/SAT-25946"
},
{
"category": "external",
"summary": "SAT-26012",
"url": "https://issues.redhat.com/browse/SAT-26012"
},
{
"category": "external",
"summary": "SAT-26031",
"url": "https://issues.redhat.com/browse/SAT-26031"
},
{
"category": "external",
"summary": "SAT-26040",
"url": "https://issues.redhat.com/browse/SAT-26040"
},
{
"category": "external",
"summary": "SAT-26064",
"url": "https://issues.redhat.com/browse/SAT-26064"
},
{
"category": "external",
"summary": "SAT-26078",
"url": "https://issues.redhat.com/browse/SAT-26078"
},
{
"category": "external",
"summary": "SAT-26084",
"url": "https://issues.redhat.com/browse/SAT-26084"
},
{
"category": "external",
"summary": "SAT-26105",
"url": "https://issues.redhat.com/browse/SAT-26105"
},
{
"category": "external",
"summary": "SAT-26202",
"url": "https://issues.redhat.com/browse/SAT-26202"
},
{
"category": "external",
"summary": "SAT-26242",
"url": "https://issues.redhat.com/browse/SAT-26242"
},
{
"category": "external",
"summary": "SAT-26269",
"url": "https://issues.redhat.com/browse/SAT-26269"
},
{
"category": "external",
"summary": "SAT-26397",
"url": "https://issues.redhat.com/browse/SAT-26397"
},
{
"category": "external",
"summary": "SAT-26417",
"url": "https://issues.redhat.com/browse/SAT-26417"
},
{
"category": "external",
"summary": "SAT-26493",
"url": "https://issues.redhat.com/browse/SAT-26493"
},
{
"category": "external",
"summary": "SAT-26563",
"url": "https://issues.redhat.com/browse/SAT-26563"
},
{
"category": "external",
"summary": "SAT-26588",
"url": "https://issues.redhat.com/browse/SAT-26588"
},
{
"category": "external",
"summary": "SAT-26758",
"url": "https://issues.redhat.com/browse/SAT-26758"
},
{
"category": "external",
"summary": "SAT-26762",
"url": "https://issues.redhat.com/browse/SAT-26762"
},
{
"category": "external",
"summary": "SAT-26767",
"url": "https://issues.redhat.com/browse/SAT-26767"
},
{
"category": "external",
"summary": "SAT-26834",
"url": "https://issues.redhat.com/browse/SAT-26834"
},
{
"category": "external",
"summary": "SAT-26835",
"url": "https://issues.redhat.com/browse/SAT-26835"
},
{
"category": "external",
"summary": "SAT-26837",
"url": "https://issues.redhat.com/browse/SAT-26837"
},
{
"category": "external",
"summary": "SAT-26901",
"url": "https://issues.redhat.com/browse/SAT-26901"
},
{
"category": "external",
"summary": "SAT-26967",
"url": "https://issues.redhat.com/browse/SAT-26967"
},
{
"category": "external",
"summary": "SAT-27144",
"url": "https://issues.redhat.com/browse/SAT-27144"
},
{
"category": "external",
"summary": "SAT-27182",
"url": "https://issues.redhat.com/browse/SAT-27182"
},
{
"category": "external",
"summary": "SAT-27211",
"url": "https://issues.redhat.com/browse/SAT-27211"
},
{
"category": "external",
"summary": "SAT-27276",
"url": "https://issues.redhat.com/browse/SAT-27276"
},
{
"category": "external",
"summary": "SAT-27384",
"url": "https://issues.redhat.com/browse/SAT-27384"
},
{
"category": "external",
"summary": "SAT-27401",
"url": "https://issues.redhat.com/browse/SAT-27401"
},
{
"category": "external",
"summary": "SAT-27411",
"url": "https://issues.redhat.com/browse/SAT-27411"
},
{
"category": "external",
"summary": "SAT-27485",
"url": "https://issues.redhat.com/browse/SAT-27485"
},
{
"category": "external",
"summary": "SAT-27506",
"url": "https://issues.redhat.com/browse/SAT-27506"
},
{
"category": "external",
"summary": "SAT-27512",
"url": "https://issues.redhat.com/browse/SAT-27512"
},
{
"category": "external",
"summary": "SAT-27569",
"url": "https://issues.redhat.com/browse/SAT-27569"
},
{
"category": "external",
"summary": "SAT-27593",
"url": "https://issues.redhat.com/browse/SAT-27593"
},
{
"category": "external",
"summary": "SAT-27595",
"url": "https://issues.redhat.com/browse/SAT-27595"
},
{
"category": "external",
"summary": "SAT-27604",
"url": "https://issues.redhat.com/browse/SAT-27604"
},
{
"category": "external",
"summary": "SAT-27622",
"url": "https://issues.redhat.com/browse/SAT-27622"
},
{
"category": "external",
"summary": "SAT-27676",
"url": "https://issues.redhat.com/browse/SAT-27676"
},
{
"category": "external",
"summary": "SAT-27677",
"url": "https://issues.redhat.com/browse/SAT-27677"
},
{
"category": "external",
"summary": "SAT-27702",
"url": "https://issues.redhat.com/browse/SAT-27702"
},
{
"category": "external",
"summary": "SAT-27752",
"url": "https://issues.redhat.com/browse/SAT-27752"
},
{
"category": "external",
"summary": "SAT-27778",
"url": "https://issues.redhat.com/browse/SAT-27778"
},
{
"category": "external",
"summary": "SAT-27779",
"url": "https://issues.redhat.com/browse/SAT-27779"
},
{
"category": "external",
"summary": "SAT-27814",
"url": "https://issues.redhat.com/browse/SAT-27814"
},
{
"category": "external",
"summary": "SAT-27830",
"url": "https://issues.redhat.com/browse/SAT-27830"
},
{
"category": "external",
"summary": "SAT-27834",
"url": "https://issues.redhat.com/browse/SAT-27834"
},
{
"category": "external",
"summary": "SAT-27836",
"url": "https://issues.redhat.com/browse/SAT-27836"
},
{
"category": "external",
"summary": "SAT-27891",
"url": "https://issues.redhat.com/browse/SAT-27891"
},
{
"category": "external",
"summary": "SAT-27900",
"url": "https://issues.redhat.com/browse/SAT-27900"
},
{
"category": "external",
"summary": "SAT-27901",
"url": "https://issues.redhat.com/browse/SAT-27901"
},
{
"category": "external",
"summary": "SAT-27940",
"url": "https://issues.redhat.com/browse/SAT-27940"
},
{
"category": "external",
"summary": "SAT-27943",
"url": "https://issues.redhat.com/browse/SAT-27943"
},
{
"category": "external",
"summary": "SAT-27981",
"url": "https://issues.redhat.com/browse/SAT-27981"
},
{
"category": "external",
"summary": "SAT-28012",
"url": "https://issues.redhat.com/browse/SAT-28012"
},
{
"category": "external",
"summary": "SAT-28046",
"url": "https://issues.redhat.com/browse/SAT-28046"
},
{
"category": "external",
"summary": "SAT-28048",
"url": "https://issues.redhat.com/browse/SAT-28048"
},
{
"category": "external",
"summary": "SAT-28162",
"url": "https://issues.redhat.com/browse/SAT-28162"
},
{
"category": "external",
"summary": "SAT-28269",
"url": "https://issues.redhat.com/browse/SAT-28269"
},
{
"category": "external",
"summary": "SAT-28275",
"url": "https://issues.redhat.com/browse/SAT-28275"
},
{
"category": "external",
"summary": "SAT-28336",
"url": "https://issues.redhat.com/browse/SAT-28336"
},
{
"category": "external",
"summary": "SAT-28361",
"url": "https://issues.redhat.com/browse/SAT-28361"
},
{
"category": "external",
"summary": "SAT-28362",
"url": "https://issues.redhat.com/browse/SAT-28362"
},
{
"category": "external",
"summary": "SAT-28367",
"url": "https://issues.redhat.com/browse/SAT-28367"
},
{
"category": "external",
"summary": "SAT-28394",
"url": "https://issues.redhat.com/browse/SAT-28394"
},
{
"category": "external",
"summary": "SAT-28435",
"url": "https://issues.redhat.com/browse/SAT-28435"
},
{
"category": "external",
"summary": "SAT-28467",
"url": "https://issues.redhat.com/browse/SAT-28467"
},
{
"category": "external",
"summary": "SAT-28667",
"url": "https://issues.redhat.com/browse/SAT-28667"
},
{
"category": "external",
"summary": "SAT-7770",
"url": "https://issues.redhat.com/browse/SAT-7770"
},
{
"category": "external",
"summary": "SAT-8076",
"url": "https://issues.redhat.com/browse/SAT-8076"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8906.json"
}
],
"title": "Red Hat Security Advisory: Satellite 6.16.0 release",
"tracking": {
"current_release_date": "2026-02-17T07:51:44+00:00",
"generator": {
"date": "2026-02-17T07:51:44+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2024:8906",
"initial_release_date": "2024-11-05T17:49:17+00:00",
"revision_history": [
{
"date": "2024-11-05T17:49:17+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-11-05T17:49:17+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-17T07:51:44+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Satellite 6.16 for RHEL 8",
"product": {
"name": "Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite:6.16::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.16 for RHEL 8",
"product": {
"name": "Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_capsule:6.16::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.16 for RHEL 8",
"product": {
"name": "Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_utils:6.16::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.16 for RHEL 8",
"product": {
"name": "Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-maintenance",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_maintenance:6.16::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.16 for RHEL 9",
"product": {
"name": "Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite:6.16::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.16 for RHEL 9",
"product": {
"name": "Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_capsule:6.16::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.16 for RHEL 9",
"product": {
"name": "Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_utils:6.16::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.16 for RHEL 9",
"product": {
"name": "Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-maintenance",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_maintenance:6.16::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Satellite 6"
},
{
"branches": [
{
"category": "product_version",
"name": "ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"product": {
"name": "ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"product_id": "ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-collection-redhat-satellite@4.2.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"product": {
"name": "ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"product_id": "ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-collection-redhat-satellite_operations@3.0.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-lint-0:5.4.0-1.el8pc.src",
"product": {
"name": "ansible-lint-0:5.4.0-1.el8pc.src",
"product_id": "ansible-lint-0:5.4.0-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-lint@5.4.0-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"product": {
"name": "ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"product_id": "ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansiblerole-foreman_scap_client@0.3.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"product": {
"name": "ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"product_id": "ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansiblerole-insights-client@1.7.1-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-runner-0:2.2.1-6.el8sat.src",
"product": {
"name": "ansible-runner-0:2.2.1-6.el8sat.src",
"product_id": "ansible-runner-0:2.2.1-6.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-runner@2.2.1-6.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "candlepin-0:4.4.16-1.el8sat.src",
"product": {
"name": "candlepin-0:4.4.16-1.el8sat.src",
"product_id": "candlepin-0:4.4.16-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/candlepin@4.4.16-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "cjson-0:1.7.17-1.el8sat.src",
"product": {
"name": "cjson-0:1.7.17-1.el8sat.src",
"product_id": "cjson-0:1.7.17-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjson@1.7.17-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "createrepo_c-0:1.1.3-1.el8pc.src",
"product": {
"name": "createrepo_c-0:1.1.3-1.el8pc.src",
"product_id": "createrepo_c-0:1.1.3-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/createrepo_c@1.1.3-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "dynflow-utils-0:1.6.3-1.el8sat.src",
"product": {
"name": "dynflow-utils-0:1.6.3-1.el8sat.src",
"product_id": "dynflow-utils-0:1.6.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dynflow-utils@1.6.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "foreman-0:3.12.0.1-1.el8sat.src",
"product": {
"name": "foreman-0:3.12.0.1-1.el8sat.src",
"product_id": "foreman-0:3.12.0.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman@3.12.0.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"product": {
"name": "foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"product_id": "foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-bootloaders-redhat@202102220000-3.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "foreman-discovery-image-1:4.1.0-61.el8sat.src",
"product": {
"name": "foreman-discovery-image-1:4.1.0-61.el8sat.src",
"product_id": "foreman-discovery-image-1:4.1.0-61.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-discovery-image@4.1.0-61.el8sat?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"product": {
"name": "foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"product_id": "foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-discovery-image-service@1.0.0-4.1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"product": {
"name": "foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"product_id": "foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-fapolicyd@1.0.1-3.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "foreman-installer-1:3.12.0.1-1.el8sat.src",
"product": {
"name": "foreman-installer-1:3.12.0.1-1.el8sat.src",
"product_id": "foreman-installer-1:3.12.0.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-installer@3.12.0.1-1.el8sat?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "foreman-obsolete-packages-0:1.10-1.el8sat.src",
"product": {
"name": "foreman-obsolete-packages-0:1.10-1.el8sat.src",
"product_id": "foreman-obsolete-packages-0:1.10-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-obsolete-packages@1.10-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "foreman-proxy-0:3.12.0-1.el8sat.src",
"product": {
"name": "foreman-proxy-0:3.12.0-1.el8sat.src",
"product_id": "foreman-proxy-0:3.12.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-proxy@3.12.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "foreman-selinux-0:3.12.0-1.el8sat.src",
"product": {
"name": "foreman-selinux-0:3.12.0-1.el8sat.src",
"product_id": "foreman-selinux-0:3.12.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-selinux@3.12.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "katello-0:4.14.0-0.1.rc2.el8sat.src",
"product": {
"name": "katello-0:4.14.0-0.1.rc2.el8sat.src",
"product_id": "katello-0:4.14.0-0.1.rc2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/katello@4.14.0-0.1.rc2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "katello-certs-tools-0:2.10.0-1.el8sat.src",
"product": {
"name": "katello-certs-tools-0:2.10.0-1.el8sat.src",
"product_id": "katello-certs-tools-0:2.10.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/katello-certs-tools@2.10.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"product": {
"name": "katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"product_id": "katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/katello-client-bootstrap@1.7.9-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "katello-selinux-0:5.0.2-1.el8sat.src",
"product": {
"name": "katello-selinux-0:5.0.2-1.el8sat.src",
"product_id": "katello-selinux-0:5.0.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/katello-selinux@5.0.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "libcomps-0:0.1.21-1.el8pc.src",
"product": {
"name": "libcomps-0:0.1.21-1.el8pc.src",
"product_id": "libcomps-0:0.1.21-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcomps@0.1.21-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "libsodium-0:1.0.17-3.el8sat.src",
"product": {
"name": "libsodium-0:1.0.17-3.el8sat.src",
"product_id": "libsodium-0:1.0.17-3.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsodium@1.0.17-3.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "libsolv-1:0.7.20-6.el8sat.src",
"product": {
"name": "libsolv-1:0.7.20-6.el8sat.src",
"product_id": "libsolv-1:0.7.20-6.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsolv@0.7.20-6.el8sat?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "mosquitto-0:2.0.19-1.el8sat.src",
"product": {
"name": "mosquitto-0:2.0.19-1.el8sat.src",
"product_id": "mosquitto-0:2.0.19-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mosquitto@2.0.19-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "postgresql-evr-0:0.0.2-3.el8sat.src",
"product": {
"name": "postgresql-evr-0:0.0.2-3.el8sat.src",
"product_id": "postgresql-evr-0:0.0.2-3.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-evr@0.0.2-3.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"product": {
"name": "pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"product_id": "pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pulpcore-obsolete-packages@1.2.0-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "pulpcore-selinux-0:2.0.1-1.el8pc.src",
"product": {
"name": "pulpcore-selinux-0:2.0.1-1.el8pc.src",
"product_id": "pulpcore-selinux-0:2.0.1-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pulpcore-selinux@2.0.1-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "puppet-agent-0:8.8.1-1.el8sat.src",
"product": {
"name": "puppet-agent-0:8.8.1-1.el8sat.src",
"product_id": "puppet-agent-0:8.8.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-agent@8.8.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"product": {
"name": "puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"product_id": "puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-agent-oauth@0.5.10-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"product": {
"name": "puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"product_id": "puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-foreman_scap_client@1.0.0-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"product": {
"name": "puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"product_id": "puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppetlabs-stdlib@9.4.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "puppetserver-0:8.6.2-2.el8sat.src",
"product": {
"name": "puppetserver-0:8.6.2-2.el8sat.src",
"product_id": "puppetserver-0:8.6.2-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppetserver@8.6.2-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-aiodns-0:3.0.0-7.el8pc.src",
"product": {
"name": "python-aiodns-0:3.0.0-7.el8pc.src",
"product_id": "python-aiodns-0:3.0.0-7.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiodns@3.0.0-7.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-aiofiles-0:22.1.0-5.el8pc.src",
"product": {
"name": "python-aiofiles-0:22.1.0-5.el8pc.src",
"product_id": "python-aiofiles-0:22.1.0-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiofiles@22.1.0-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-aiohttp-0:3.9.4-1.el8pc.src",
"product": {
"name": "python-aiohttp-0:3.9.4-1.el8pc.src",
"product_id": "python-aiohttp-0:3.9.4-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiohttp@3.9.4-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"product": {
"name": "python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"product_id": "python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiohttp-xmlrpc@1.5.0-6.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-aioredis-0:2.0.1-6.el8pc.src",
"product": {
"name": "python-aioredis-0:2.0.1-6.el8pc.src",
"product_id": "python-aioredis-0:2.0.1-6.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aioredis@2.0.1-6.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-aiosignal-0:1.3.1-5.el8pc.src",
"product": {
"name": "python-aiosignal-0:1.3.1-5.el8pc.src",
"product_id": "python-aiosignal-0:1.3.1-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiosignal@1.3.1-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-ansible-builder-0:3.0.0-1.el8pc.src",
"product": {
"name": "python-ansible-builder-0:3.0.0-1.el8pc.src",
"product_id": "python-ansible-builder-0:3.0.0-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ansible-builder@3.0.0-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-asgiref-0:3.6.0-5.el8pc.src",
"product": {
"name": "python-asgiref-0:3.6.0-5.el8pc.src",
"product_id": "python-asgiref-0:3.6.0-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-asgiref@3.6.0-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"product": {
"name": "python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"product_id": "python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-asyncio-throttle@1.0.2-7.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-async-lru-0:1.0.3-5.el8pc.src",
"product": {
"name": "python-async-lru-0:1.0.3-5.el8pc.src",
"product_id": "python-async-lru-0:1.0.3-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-async-lru@1.0.3-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-async-timeout-0:4.0.2-6.el8pc.src",
"product": {
"name": "python-async-timeout-0:4.0.2-6.el8pc.src",
"product_id": "python-async-timeout-0:4.0.2-6.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-async-timeout@4.0.2-6.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-attrs-0:21.4.0-6.el8pc.src",
"product": {
"name": "python-attrs-0:21.4.0-6.el8pc.src",
"product_id": "python-attrs-0:21.4.0-6.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-attrs@21.4.0-6.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-backoff-0:2.2.1-5.el8pc.src",
"product": {
"name": "python-backoff-0:2.2.1-5.el8pc.src",
"product_id": "python-backoff-0:2.2.1-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-backoff@2.2.1-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-bindep-0:2.11.0-5.el8pc.src",
"product": {
"name": "python-bindep-0:2.11.0-5.el8pc.src",
"product_id": "python-bindep-0:2.11.0-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-bindep@2.11.0-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-bleach-0:3.3.1-6.el8pc.src",
"product": {
"name": "python-bleach-0:3.3.1-6.el8pc.src",
"product_id": "python-bleach-0:3.3.1-6.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-bleach@3.3.1-6.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"product": {
"name": "python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"product_id": "python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-bleach-allowlist@1.0.3-7.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-bracex-0:2.2.1-6.el8pc.src",
"product": {
"name": "python-bracex-0:2.2.1-6.el8pc.src",
"product_id": "python-bracex-0:2.2.1-6.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-bracex@2.2.1-6.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-brotli-0:1.0.9-6.el8pc.src",
"product": {
"name": "python-brotli-0:1.0.9-6.el8pc.src",
"product_id": "python-brotli-0:1.0.9-6.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-brotli@1.0.9-6.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-certifi-0:2022.12.7-5.el8pc.src",
"product": {
"name": "python-certifi-0:2022.12.7-5.el8pc.src",
"product_id": "python-certifi-0:2022.12.7-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-certifi@2022.12.7-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-cffi-0:1.15.1-5.el8pc.src",
"product": {
"name": "python-cffi-0:1.15.1-5.el8pc.src",
"product_id": "python-cffi-0:1.15.1-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi@1.15.1-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-chardet-0:5.0.0-2.el8pc.src",
"product": {
"name": "python-chardet-0:5.0.0-2.el8pc.src",
"product_id": "python-chardet-0:5.0.0-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-chardet@5.0.0-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-charset-normalizer-0:2.1.1-5.el8pc.src",
"product": {
"name": "python-charset-normalizer-0:2.1.1-5.el8pc.src",
"product_id": "python-charset-normalizer-0:2.1.1-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-charset-normalizer@2.1.1-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-click-0:8.1.3-5.el8pc.src",
"product": {
"name": "python-click-0:8.1.3-5.el8pc.src",
"product_id": "python-click-0:8.1.3-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-click@8.1.3-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-click-shell-0:2.1-7.el8pc.src",
"product": {
"name": "python-click-shell-0:2.1-7.el8pc.src",
"product_id": "python-click-shell-0:2.1-7.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-click-shell@2.1-7.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-colorama-0:0.4.4-7.el8pc.src",
"product": {
"name": "python-colorama-0:0.4.4-7.el8pc.src",
"product_id": "python-colorama-0:0.4.4-7.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-colorama@0.4.4-7.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-commonmark-0:0.9.1-9.el8pc.src",
"product": {
"name": "python-commonmark-0:0.9.1-9.el8pc.src",
"product_id": "python-commonmark-0:0.9.1-9.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-commonmark@0.9.1-9.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-contextlib2-0:21.6.0-7.el8pc.src",
"product": {
"name": "python-contextlib2-0:21.6.0-7.el8pc.src",
"product_id": "python-contextlib2-0:21.6.0-7.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-contextlib2@21.6.0-7.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-0:42.0.8-1.el8pc.src",
"product": {
"name": "python-cryptography-0:42.0.8-1.el8pc.src",
"product_id": "python-cryptography-0:42.0.8-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography@42.0.8-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-daemon-0:2.3.1-3.el8sat.src",
"product": {
"name": "python-daemon-0:2.3.1-3.el8sat.src",
"product_id": "python-daemon-0:2.3.1-3.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-daemon@2.3.1-3.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-dataclasses-0:0.8-7.el8pc.src",
"product": {
"name": "python-dataclasses-0:0.8-7.el8pc.src",
"product_id": "python-dataclasses-0:0.8-7.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-dataclasses@0.8-7.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-dateutil-0:2.8.2-5.el8pc.src",
"product": {
"name": "python-dateutil-0:2.8.2-5.el8pc.src",
"product_id": "python-dateutil-0:2.8.2-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-dateutil@2.8.2-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-debian-0:0.1.44-7.el8pc.src",
"product": {
"name": "python-debian-0:0.1.44-7.el8pc.src",
"product_id": "python-debian-0:0.1.44-7.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-debian@0.1.44-7.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-defusedxml-0:0.7.1-7.el8pc.src",
"product": {
"name": "python-defusedxml-0:0.7.1-7.el8pc.src",
"product_id": "python-defusedxml-0:0.7.1-7.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-defusedxml@0.7.1-7.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-deprecated-0:1.2.13-5.el8pc.src",
"product": {
"name": "python-deprecated-0:1.2.13-5.el8pc.src",
"product_id": "python-deprecated-0:1.2.13-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-deprecated@1.2.13-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-diff-match-patch-0:20200713-7.el8pc.src",
"product": {
"name": "python-diff-match-patch-0:20200713-7.el8pc.src",
"product_id": "python-diff-match-patch-0:20200713-7.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-diff-match-patch@20200713-7.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-distro-0:1.7.0-4.el8pc.src",
"product": {
"name": "python-distro-0:1.7.0-4.el8pc.src",
"product_id": "python-distro-0:1.7.0-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-distro@1.7.0-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-django-0:4.2.16-1.el8pc.src",
"product": {
"name": "python-django-0:4.2.16-1.el8pc.src",
"product_id": "python-django-0:4.2.16-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-django@4.2.16-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-django-filter-0:23.2-4.el8pc.src",
"product": {
"name": "python-django-filter-0:23.2-4.el8pc.src",
"product_id": "python-django-filter-0:23.2-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-django-filter@23.2-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-django-guid-0:3.3.0-5.el8pc.src",
"product": {
"name": "python-django-guid-0:3.3.0-5.el8pc.src",
"product_id": "python-django-guid-0:3.3.0-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-django-guid@3.3.0-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-django-import-export-0:3.1.0-4.el8pc.src",
"product": {
"name": "python-django-import-export-0:3.1.0-4.el8pc.src",
"product_id": "python-django-import-export-0:3.1.0-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-django-import-export@3.1.0-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-django-lifecycle-0:1.0.0-4.el8pc.src",
"product": {
"name": "python-django-lifecycle-0:1.0.0-4.el8pc.src",
"product_id": "python-django-lifecycle-0:1.0.0-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-django-lifecycle@1.0.0-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-django-readonly-field-0:1.1.2-4.el8pc.src",
"product": {
"name": "python-django-readonly-field-0:1.1.2-4.el8pc.src",
"product_id": "python-django-readonly-field-0:1.1.2-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-django-readonly-field@1.1.2-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-djangorestframework-0:3.14.0-4.el8pc.src",
"product": {
"name": "python-djangorestframework-0:3.14.0-4.el8pc.src",
"product_id": "python-djangorestframework-0:3.14.0-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-djangorestframework@3.14.0-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"product": {
"name": "python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"product_id": "python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-djangorestframework-queryfields@1.0.0-8.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-docutils-0:0.20.1-4.el8pc.src",
"product": {
"name": "python-docutils-0:0.20.1-4.el8pc.src",
"product_id": "python-docutils-0:0.20.1-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-docutils@0.20.1-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-drf-access-policy-0:1.3.0-4.el8pc.src",
"product": {
"name": "python-drf-access-policy-0:1.3.0-4.el8pc.src",
"product_id": "python-drf-access-policy-0:1.3.0-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-drf-access-policy@1.3.0-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"product": {
"name": "python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"product_id": "python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-drf-nested-routers@0.93.4-6.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-drf-spectacular-0:0.26.5-5.el8pc.src",
"product": {
"name": "python-drf-spectacular-0:0.26.5-5.el8pc.src",
"product_id": "python-drf-spectacular-0:0.26.5-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-drf-spectacular@0.26.5-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-dynaconf-0:3.1.12-4.el8pc.src",
"product": {
"name": "python-dynaconf-0:3.1.12-4.el8pc.src",
"product_id": "python-dynaconf-0:3.1.12-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-dynaconf@3.1.12-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-ecdsa-0:0.18.0-5.el8pc.src",
"product": {
"name": "python-ecdsa-0:0.18.0-5.el8pc.src",
"product_id": "python-ecdsa-0:0.18.0-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ecdsa@0.18.0-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-enrich-0:1.2.6-7.el8pc.src",
"product": {
"name": "python-enrich-0:1.2.6-7.el8pc.src",
"product_id": "python-enrich-0:1.2.6-7.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-enrich@1.2.6-7.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-et-xmlfile-0:1.1.0-6.el8pc.src",
"product": {
"name": "python-et-xmlfile-0:1.1.0-6.el8pc.src",
"product_id": "python-et-xmlfile-0:1.1.0-6.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-et-xmlfile@1.1.0-6.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-flake8-0:5.0.0-3.el8pc.src",
"product": {
"name": "python-flake8-0:5.0.0-3.el8pc.src",
"product_id": "python-flake8-0:5.0.0-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-flake8@5.0.0-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-frozenlist-0:1.3.3-5.el8pc.src",
"product": {
"name": "python-frozenlist-0:1.3.3-5.el8pc.src",
"product_id": "python-frozenlist-0:1.3.3-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-frozenlist@1.3.3-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-future-0:0.18.3-5.el8pc.src",
"product": {
"name": "python-future-0:0.18.3-5.el8pc.src",
"product_id": "python-future-0:0.18.3-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-future@0.18.3-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-galaxy-importer-0:0.4.19-2.el8pc.src",
"product": {
"name": "python-galaxy-importer-0:0.4.19-2.el8pc.src",
"product_id": "python-galaxy-importer-0:0.4.19-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-galaxy-importer@0.4.19-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-gitdb-0:4.0.10-5.el8pc.src",
"product": {
"name": "python-gitdb-0:4.0.10-5.el8pc.src",
"product_id": "python-gitdb-0:4.0.10-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gitdb@4.0.10-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-gitpython-0:3.1.40-3.el8pc.src",
"product": {
"name": "python-gitpython-0:3.1.40-3.el8pc.src",
"product_id": "python-gitpython-0:3.1.40-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gitpython@3.1.40-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-gnupg-0:0.5.0-4.el8pc.src",
"product": {
"name": "python-gnupg-0:0.5.0-4.el8pc.src",
"product_id": "python-gnupg-0:0.5.0-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gnupg@0.5.0-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"product": {
"name": "python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"product_id": "python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-googleapis-common-protos@1.59.1-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-grpcio-0:1.65.4-1.el8pc.src",
"product": {
"name": "python-grpcio-0:1.65.4-1.el8pc.src",
"product_id": "python-grpcio-0:1.65.4-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-grpcio@1.65.4-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-gunicorn-0:22.0.0-1.el8pc.src",
"product": {
"name": "python-gunicorn-0:22.0.0-1.el8pc.src",
"product_id": "python-gunicorn-0:22.0.0-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gunicorn@22.0.0-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-importlib-metadata-0:6.0.1-3.el8pc.src",
"product": {
"name": "python-importlib-metadata-0:6.0.1-3.el8pc.src",
"product_id": "python-importlib-metadata-0:6.0.1-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-importlib-metadata@6.0.1-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-inflection-0:0.5.1-6.el8pc.src",
"product": {
"name": "python-inflection-0:0.5.1-6.el8pc.src",
"product_id": "python-inflection-0:0.5.1-6.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-inflection@0.5.1-6.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-iniparse-0:0.4-39.el8pc.src",
"product": {
"name": "python-iniparse-0:0.4-39.el8pc.src",
"product_id": "python-iniparse-0:0.4-39.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-iniparse@0.4-39.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-jinja2-0:3.1.4-1.el8pc.src",
"product": {
"name": "python-jinja2-0:3.1.4-1.el8pc.src",
"product_id": "python-jinja2-0:3.1.4-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-jinja2@3.1.4-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-jq-0:1.6.0-3.el8pc.src",
"product": {
"name": "python-jq-0:1.6.0-3.el8pc.src",
"product_id": "python-jq-0:1.6.0-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-jq@1.6.0-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-jsonschema-0:4.10.3-3.el8pc.src",
"product": {
"name": "python-jsonschema-0:4.10.3-3.el8pc.src",
"product_id": "python-jsonschema-0:4.10.3-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-jsonschema@4.10.3-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-json-stream-0:2.3.2-4.el8pc.src",
"product": {
"name": "python-json-stream-0:2.3.2-4.el8pc.src",
"product_id": "python-json-stream-0:2.3.2-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-json-stream@2.3.2-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"product": {
"name": "python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"product_id": "python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-json-stream-rs-tokenizer@0.4.25-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-lockfile-0:0.12.2-4.el8pc.src",
"product": {
"name": "python-lockfile-0:0.12.2-4.el8pc.src",
"product_id": "python-lockfile-0:0.12.2-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lockfile@0.12.2-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-lxml-0:4.9.2-4.el8pc.src",
"product": {
"name": "python-lxml-0:4.9.2-4.el8pc.src",
"product_id": "python-lxml-0:4.9.2-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml@4.9.2-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-markdown-0:3.4.1-3.el8pc.src",
"product": {
"name": "python-markdown-0:3.4.1-3.el8pc.src",
"product_id": "python-markdown-0:3.4.1-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markdown@3.4.1-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-markuppy-0:1.14-6.el8pc.src",
"product": {
"name": "python-markuppy-0:1.14-6.el8pc.src",
"product_id": "python-markuppy-0:1.14-6.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markuppy@1.14-6.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-0:2.1.2-4.el8pc.src",
"product": {
"name": "python-markupsafe-0:2.1.2-4.el8pc.src",
"product_id": "python-markupsafe-0:2.1.2-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe@2.1.2-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-mccabe-0:0.7.0-3.el8pc.src",
"product": {
"name": "python-mccabe-0:0.7.0-3.el8pc.src",
"product_id": "python-mccabe-0:0.7.0-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-mccabe@0.7.0-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-multidict-0:6.0.4-4.el8pc.src",
"product": {
"name": "python-multidict-0:6.0.4-4.el8pc.src",
"product_id": "python-multidict-0:6.0.4-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-multidict@6.0.4-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-odfpy-0:1.4.1-9.el8pc.src",
"product": {
"name": "python-odfpy-0:1.4.1-9.el8pc.src",
"product_id": "python-odfpy-0:1.4.1-9.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-odfpy@1.4.1-9.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-openpyxl-0:3.1.0-4.el8pc.src",
"product": {
"name": "python-openpyxl-0:3.1.0-4.el8pc.src",
"product_id": "python-openpyxl-0:3.1.0-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-openpyxl@3.1.0-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"product": {
"name": "python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"product_id": "python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_api@1.19.0-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"product": {
"name": "python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"product_id": "python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_distro@0.40b0-7.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"product": {
"name": "python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"product_id": "python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_exporter_otlp@1.19.0-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"product": {
"name": "python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"product_id": "python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_exporter_otlp_proto_common@1.19.0-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"product": {
"name": "python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"product_id": "python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_exporter_otlp_proto_grpc@1.19.0-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"product": {
"name": "python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"product_id": "python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_exporter_otlp_proto_http@1.19.0-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"product": {
"name": "python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"product_id": "python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_instrumentation@0.40b0-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"product": {
"name": "python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"product_id": "python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_instrumentation_django@0.40b0-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"product": {
"name": "python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"product_id": "python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_instrumentation_wsgi@0.40b0-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"product": {
"name": "python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"product_id": "python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_proto@1.19.0-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"product": {
"name": "python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"product_id": "python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_sdk@1.19.0-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"product": {
"name": "python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"product_id": "python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_semantic_conventions@0.40b0-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"product": {
"name": "python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"product_id": "python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_util_http@0.40b0-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-packaging-0:21.3-6.el8pc.src",
"product": {
"name": "python-packaging-0:21.3-6.el8pc.src",
"product_id": "python-packaging-0:21.3-6.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-packaging@21.3-6.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-parsley-0:1.3-5.el8pc.src",
"product": {
"name": "python-parsley-0:1.3-5.el8pc.src",
"product_id": "python-parsley-0:1.3-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-parsley@1.3-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pbr-0:5.8.0-7.el8pc.src",
"product": {
"name": "python-pbr-0:5.8.0-7.el8pc.src",
"product_id": "python-pbr-0:5.8.0-7.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pbr@5.8.0-7.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pexpect-0:4.8.0-5.el8pc.src",
"product": {
"name": "python-pexpect-0:4.8.0-5.el8pc.src",
"product_id": "python-pexpect-0:4.8.0-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pexpect@4.8.0-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pillow-0:10.3.0-1.el8pc.src",
"product": {
"name": "python-pillow-0:10.3.0-1.el8pc.src",
"product_id": "python-pillow-0:10.3.0-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow@10.3.0-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-productmd-0:1.33-5.el8pc.src",
"product": {
"name": "python-productmd-0:1.33-5.el8pc.src",
"product_id": "python-productmd-0:1.33-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-productmd@1.33-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-protobuf-0:4.21.6-5.el8pc.src",
"product": {
"name": "python-protobuf-0:4.21.6-5.el8pc.src",
"product_id": "python-protobuf-0:4.21.6-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-protobuf@4.21.6-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-psycopg-0:3.1.9-3.el8pc.src",
"product": {
"name": "python-psycopg-0:3.1.9-3.el8pc.src",
"product_id": "python-psycopg-0:3.1.9-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg@3.1.9-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-ptyprocess-0:0.7.0-2.el8sat.src",
"product": {
"name": "python-ptyprocess-0:0.7.0-2.el8sat.src",
"product_id": "python-ptyprocess-0:0.7.0-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ptyprocess@0.7.0-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-ansible-1:0.21.8-1.el8pc.src",
"product": {
"name": "python-pulp-ansible-1:0.21.8-1.el8pc.src",
"product_id": "python-pulp-ansible-1:0.21.8-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-ansible@0.21.8-1.el8pc?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python-pulp-cli-0:0.27.2-1.el8pc.src",
"product": {
"name": "python-pulp-cli-0:0.27.2-1.el8pc.src",
"product_id": "python-pulp-cli-0:0.27.2-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-cli@0.27.2-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-container-0:2.20.2-1.el8pc.src",
"product": {
"name": "python-pulp-container-0:2.20.2-1.el8pc.src",
"product_id": "python-pulp-container-0:2.20.2-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-container@2.20.2-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulpcore-0:3.49.19-1.el8pc.src",
"product": {
"name": "python-pulpcore-0:3.49.19-1.el8pc.src",
"product_id": "python-pulpcore-0:3.49.19-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulpcore@3.49.19-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-deb-0:3.2.1-1.el8pc.src",
"product": {
"name": "python-pulp-deb-0:3.2.1-1.el8pc.src",
"product_id": "python-pulp-deb-0:3.2.1-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-deb@3.2.1-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-file-0:1.15.1-2.el8pc.src",
"product": {
"name": "python-pulp-file-0:1.15.1-2.el8pc.src",
"product_id": "python-pulp-file-0:1.15.1-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-file@1.15.1-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-glue-0:0.27.2-1.el8pc.src",
"product": {
"name": "python-pulp-glue-0:0.27.2-1.el8pc.src",
"product_id": "python-pulp-glue-0:0.27.2-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-glue@0.27.2-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp_manifest-0:3.0.0-5.el8pc.src",
"product": {
"name": "python-pulp_manifest-0:3.0.0-5.el8pc.src",
"product_id": "python-pulp_manifest-0:3.0.0-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp_manifest@3.0.0-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-rpm-0:3.26.1-1.el8pc.src",
"product": {
"name": "python-pulp-rpm-0:3.26.1-1.el8pc.src",
"product_id": "python-pulp-rpm-0:3.26.1-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-rpm@3.26.1-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pycares-0:4.1.2-4.el8pc.src",
"product": {
"name": "python-pycares-0:4.1.2-4.el8pc.src",
"product_id": "python-pycares-0:4.1.2-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycares@4.1.2-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pycodestyle-0:2.9.1-2.el8pc.src",
"product": {
"name": "python-pycodestyle-0:2.9.1-2.el8pc.src",
"product_id": "python-pycodestyle-0:2.9.1-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycodestyle@2.9.1-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pycparser-0:2.21-5.el8pc.src",
"product": {
"name": "python-pycparser-0:2.21-5.el8pc.src",
"product_id": "python-pycparser-0:2.21-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycparser@2.21-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pycryptodomex-0:3.20.0-1.el8pc.src",
"product": {
"name": "python-pycryptodomex-0:3.20.0-1.el8pc.src",
"product_id": "python-pycryptodomex-0:3.20.0-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycryptodomex@3.20.0-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyflakes-0:2.5.0-2.el8pc.src",
"product": {
"name": "python-pyflakes-0:2.5.0-2.el8pc.src",
"product_id": "python-pyflakes-0:2.5.0-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyflakes@2.5.0-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pygments-0:2.17.0-1.el8pc.src",
"product": {
"name": "python-pygments-0:2.17.0-1.el8pc.src",
"product_id": "python-pygments-0:2.17.0-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pygments@2.17.0-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pygtrie-0:2.5.0-4.el8pc.src",
"product": {
"name": "python-pygtrie-0:2.5.0-4.el8pc.src",
"product_id": "python-pygtrie-0:2.5.0-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pygtrie@2.5.0-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyjwkest-0:1.4.2-8.el8pc.src",
"product": {
"name": "python-pyjwkest-0:1.4.2-8.el8pc.src",
"product_id": "python-pyjwkest-0:1.4.2-8.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyjwkest@1.4.2-8.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyjwt-0:2.5.0-4.el8pc.src",
"product": {
"name": "python-pyjwt-0:2.5.0-4.el8pc.src",
"product_id": "python-pyjwt-0:2.5.0-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyjwt@2.5.0-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"product": {
"name": "python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"product_id": "python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyOpenSSL@24.1.0-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyparsing-0:3.1.1-3.el8pc.src",
"product": {
"name": "python-pyparsing-0:3.1.1-3.el8pc.src",
"product_id": "python-pyparsing-0:3.1.1-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyparsing@3.1.1-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyrsistent-0:0.18.1-5.el8pc.src",
"product": {
"name": "python-pyrsistent-0:0.18.1-5.el8pc.src",
"product_id": "python-pyrsistent-0:0.18.1-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyrsistent@0.18.1-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pytz-0:2022.2.1-6.el8pc.src",
"product": {
"name": "python-pytz-0:2022.2.1-6.el8pc.src",
"product_id": "python-pytz-0:2022.2.1-6.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pytz@2022.2.1-6.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-redis-0:4.3.4-4.el8pc.src",
"product": {
"name": "python-redis-0:4.3.4-4.el8pc.src",
"product_id": "python-redis-0:4.3.4-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-redis@4.3.4-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-requests-0:2.31.0-4.el8pc.src",
"product": {
"name": "python-requests-0:2.31.0-4.el8pc.src",
"product_id": "python-requests-0:2.31.0-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-requests@2.31.0-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-requirements-parser-0:0.2.0-6.el8pc.src",
"product": {
"name": "python-requirements-parser-0:0.2.0-6.el8pc.src",
"product_id": "python-requirements-parser-0:0.2.0-6.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-requirements-parser@0.2.0-6.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-rhsm-0:1.19.2-6.el8pc.src",
"product": {
"name": "python-rhsm-0:1.19.2-6.el8pc.src",
"product_id": "python-rhsm-0:1.19.2-6.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-rhsm@1.19.2-6.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-rich-0:13.3.1-7.el8pc.src",
"product": {
"name": "python-rich-0:13.3.1-7.el8pc.src",
"product_id": "python-rich-0:13.3.1-7.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-rich@13.3.1-7.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"product": {
"name": "python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"product_id": "python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ruamel-yaml@0.17.21-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"product": {
"name": "python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"product_id": "python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ruamel-yaml-clib@0.2.7-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-schema-0:0.7.5-5.el8pc.src",
"product": {
"name": "python-schema-0:0.7.5-5.el8pc.src",
"product_id": "python-schema-0:0.7.5-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-schema@0.7.5-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-semantic-version-0:2.10.0-5.el8pc.src",
"product": {
"name": "python-semantic-version-0:2.10.0-5.el8pc.src",
"product_id": "python-semantic-version-0:2.10.0-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-semantic-version@2.10.0-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-six-0:1.16.0-5.el8pc.src",
"product": {
"name": "python-six-0:1.16.0-5.el8pc.src",
"product_id": "python-six-0:1.16.0-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-six@1.16.0-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-smmap-0:5.0.0-5.el8pc.src",
"product": {
"name": "python-smmap-0:5.0.0-5.el8pc.src",
"product_id": "python-smmap-0:5.0.0-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-smmap@5.0.0-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-solv-0:0.7.28-1.el8pc.src",
"product": {
"name": "python-solv-0:0.7.28-1.el8pc.src",
"product_id": "python-solv-0:0.7.28-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-solv@0.7.28-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-sqlparse-0:0.5.0-1.el8pc.src",
"product": {
"name": "python-sqlparse-0:0.5.0-1.el8pc.src",
"product_id": "python-sqlparse-0:0.5.0-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sqlparse@0.5.0-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-tablib-0:3.3.0-4.el8pc.src",
"product": {
"name": "python-tablib-0:3.3.0-4.el8pc.src",
"product_id": "python-tablib-0:3.3.0-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tablib@3.3.0-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-tenacity-0:7.0.0-5.el8pc.src",
"product": {
"name": "python-tenacity-0:7.0.0-5.el8pc.src",
"product_id": "python-tenacity-0:7.0.0-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tenacity@7.0.0-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-toml-0:0.10.2-5.el8pc.src",
"product": {
"name": "python-toml-0:0.10.2-5.el8pc.src",
"product_id": "python-toml-0:0.10.2-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-toml@0.10.2-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"product": {
"name": "python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"product_id": "python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-types-cryptography@3.3.23.2-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-typing-extensions-0:4.7.1-5.el8pc.src",
"product": {
"name": "python-typing-extensions-0:4.7.1-5.el8pc.src",
"product_id": "python-typing-extensions-0:4.7.1-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-typing-extensions@4.7.1-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-uritemplate-0:4.1.1-4.el8pc.src",
"product": {
"name": "python-uritemplate-0:4.1.1-4.el8pc.src",
"product_id": "python-uritemplate-0:4.1.1-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-uritemplate@4.1.1-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-urllib3-0:2.2.3-1.el8pc.src",
"product": {
"name": "python-urllib3-0:2.2.3-1.el8pc.src",
"product_id": "python-urllib3-0:2.2.3-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-urllib3@2.2.3-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-urlman-0:2.0.1-3.el8pc.src",
"product": {
"name": "python-urlman-0:2.0.1-3.el8pc.src",
"product_id": "python-urlman-0:2.0.1-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-urlman@2.0.1-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-url-normalize-0:1.4.3-6.el8pc.src",
"product": {
"name": "python-url-normalize-0:1.4.3-6.el8pc.src",
"product_id": "python-url-normalize-0:1.4.3-6.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-url-normalize@1.4.3-6.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-uuid6-0:2023.5.2-4.el8pc.src",
"product": {
"name": "python-uuid6-0:2023.5.2-4.el8pc.src",
"product_id": "python-uuid6-0:2023.5.2-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-uuid6@2023.5.2-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-wcmatch-0:8.3-5.el8pc.src",
"product": {
"name": "python-wcmatch-0:8.3-5.el8pc.src",
"product_id": "python-wcmatch-0:8.3-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wcmatch@8.3-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-webencodings-0:0.5.1-6.el8pc.src",
"product": {
"name": "python-webencodings-0:0.5.1-6.el8pc.src",
"product_id": "python-webencodings-0:0.5.1-6.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-webencodings@0.5.1-6.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-whitenoise-0:6.0.0-4.el8pc.src",
"product": {
"name": "python-whitenoise-0:6.0.0-4.el8pc.src",
"product_id": "python-whitenoise-0:6.0.0-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-whitenoise@6.0.0-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-wrapt-0:1.14.1-4.el8pc.src",
"product": {
"name": "python-wrapt-0:1.14.1-4.el8pc.src",
"product_id": "python-wrapt-0:1.14.1-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wrapt@1.14.1-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-xlrd-0:2.0.1-8.el8pc.src",
"product": {
"name": "python-xlrd-0:2.0.1-8.el8pc.src",
"product_id": "python-xlrd-0:2.0.1-8.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-xlrd@2.0.1-8.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-xlwt-0:1.3.0-6.el8pc.src",
"product": {
"name": "python-xlwt-0:1.3.0-6.el8pc.src",
"product_id": "python-xlwt-0:1.3.0-6.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-xlwt@1.3.0-6.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-yarl-0:1.8.2-4.el8pc.src",
"product": {
"name": "python-yarl-0:1.8.2-4.el8pc.src",
"product_id": "python-yarl-0:1.8.2-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-yarl@1.8.2-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-zipp-0:3.20.2-1.el8pc.src",
"product": {
"name": "python-zipp-0:3.20.2-1.el8pc.src",
"product_id": "python-zipp-0:3.20.2-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-zipp@3.20.2-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-websockify-0:0.10.0-3.el8sat.src",
"product": {
"name": "python-websockify-0:0.10.0-3.el8sat.src",
"product_id": "python-websockify-0:0.10.0-3.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-websockify@0.10.0-3.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-actioncable-0:6.1.7.8-1.el8sat.src",
"product": {
"name": "rubygem-actioncable-0:6.1.7.8-1.el8sat.src",
"product_id": "rubygem-actioncable-0:6.1.7.8-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-actioncable@6.1.7.8-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-actionmailbox-0:6.1.7.8-1.el8sat.src",
"product": {
"name": "rubygem-actionmailbox-0:6.1.7.8-1.el8sat.src",
"product_id": "rubygem-actionmailbox-0:6.1.7.8-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-actionmailbox@6.1.7.8-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-actionmailer-0:6.1.7.8-1.el8sat.src",
"product": {
"name": "rubygem-actionmailer-0:6.1.7.8-1.el8sat.src",
"product_id": "rubygem-actionmailer-0:6.1.7.8-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-actionmailer@6.1.7.8-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-actionpack-0:6.1.7.8-1.el8sat.src",
"product": {
"name": "rubygem-actionpack-0:6.1.7.8-1.el8sat.src",
"product_id": "rubygem-actionpack-0:6.1.7.8-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-actionpack@6.1.7.8-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-actiontext-0:6.1.7.8-1.el8sat.src",
"product": {
"name": "rubygem-actiontext-0:6.1.7.8-1.el8sat.src",
"product_id": "rubygem-actiontext-0:6.1.7.8-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-actiontext@6.1.7.8-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-actionview-0:6.1.7.8-1.el8sat.src",
"product": {
"name": "rubygem-actionview-0:6.1.7.8-1.el8sat.src",
"product_id": "rubygem-actionview-0:6.1.7.8-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-actionview@6.1.7.8-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-activejob-0:6.1.7.8-1.el8sat.src",
"product": {
"name": "rubygem-activejob-0:6.1.7.8-1.el8sat.src",
"product_id": "rubygem-activejob-0:6.1.7.8-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activejob@6.1.7.8-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-activemodel-0:6.1.7.8-1.el8sat.src",
"product": {
"name": "rubygem-activemodel-0:6.1.7.8-1.el8sat.src",
"product_id": "rubygem-activemodel-0:6.1.7.8-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activemodel@6.1.7.8-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-activerecord-0:6.1.7.8-1.el8sat.src",
"product": {
"name": "rubygem-activerecord-0:6.1.7.8-1.el8sat.src",
"product_id": "rubygem-activerecord-0:6.1.7.8-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activerecord@6.1.7.8-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-activerecord-import-0:1.7.0-1.el8sat.src",
"product": {
"name": "rubygem-activerecord-import-0:1.7.0-1.el8sat.src",
"product_id": "rubygem-activerecord-import-0:1.7.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activerecord-import@1.7.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-activerecord-session_store-0:2.1.0-1.el8sat.src",
"product": {
"name": "rubygem-activerecord-session_store-0:2.1.0-1.el8sat.src",
"product_id": "rubygem-activerecord-session_store-0:2.1.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activerecord-session_store@2.1.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-activestorage-0:6.1.7.8-1.el8sat.src",
"product": {
"name": "rubygem-activestorage-0:6.1.7.8-1.el8sat.src",
"product_id": "rubygem-activestorage-0:6.1.7.8-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activestorage@6.1.7.8-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"product": {
"name": "rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"product_id": "rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activesupport@6.1.7.8-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"product": {
"name": "rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"product_id": "rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-acts_as_list@1.0.3-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-addressable-0:2.8.7-1.el8sat.src",
"product": {
"name": "rubygem-addressable-0:2.8.7-1.el8sat.src",
"product_id": "rubygem-addressable-0:2.8.7-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-addressable@2.8.7-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-algebrick-0:0.7.5-1.el8sat.src",
"product": {
"name": "rubygem-algebrick-0:0.7.5-1.el8sat.src",
"product_id": "rubygem-algebrick-0:0.7.5-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-algebrick@0.7.5-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"product": {
"name": "rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"product_id": "rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-amazing_print@1.6.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-ancestry-0:4.3.3-1.el8sat.src",
"product": {
"name": "rubygem-ancestry-0:4.3.3-1.el8sat.src",
"product_id": "rubygem-ancestry-0:4.3.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ancestry@4.3.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"product": {
"name": "rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"product_id": "rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-angular-rails-templates@1.1.0-2.el8sat?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-ansi-0:1.5.0-3.el8sat.src",
"product": {
"name": "rubygem-ansi-0:1.5.0-3.el8sat.src",
"product_id": "rubygem-ansi-0:1.5.0-3.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ansi@1.5.0-3.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"product": {
"name": "rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"product_id": "rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-apipie-bindings@0.6.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-apipie-dsl-0:2.6.2-1.el8sat.src",
"product": {
"name": "rubygem-apipie-dsl-0:2.6.2-1.el8sat.src",
"product_id": "rubygem-apipie-dsl-0:2.6.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-apipie-dsl@2.6.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"product": {
"name": "rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"product_id": "rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-apipie-params@0.0.5-5.1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-apipie-rails-0:1.4.2-1.el8sat.src",
"product": {
"name": "rubygem-apipie-rails-0:1.4.2-1.el8sat.src",
"product_id": "rubygem-apipie-rails-0:1.4.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-apipie-rails@1.4.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-audited-0:5.7.0-1.el8sat.src",
"product": {
"name": "rubygem-audited-0:5.7.0-1.el8sat.src",
"product_id": "rubygem-audited-0:5.7.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-audited@5.7.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"product": {
"name": "rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"product_id": "rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-azure_mgmt_compute@0.22.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"product": {
"name": "rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"product_id": "rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-azure_mgmt_network@0.26.1-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"product": {
"name": "rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"product_id": "rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-azure_mgmt_resources@0.18.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"product": {
"name": "rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"product_id": "rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-azure_mgmt_storage@0.23.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"product": {
"name": "rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"product_id": "rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-azure_mgmt_subscriptions@0.18.5-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-bcrypt-0:3.1.20-1.el8sat.src",
"product": {
"name": "rubygem-bcrypt-0:3.1.20-1.el8sat.src",
"product_id": "rubygem-bcrypt-0:3.1.20-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bcrypt@3.1.20-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-builder-0:3.3.0-1.el8sat.src",
"product": {
"name": "rubygem-builder-0:3.3.0-1.el8sat.src",
"product_id": "rubygem-builder-0:3.3.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-builder@3.3.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"product": {
"name": "rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"product_id": "rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bundler_ext@0.4.1-6.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-clamp-0:1.3.2-1.el8sat.src",
"product": {
"name": "rubygem-clamp-0:1.3.2-1.el8sat.src",
"product_id": "rubygem-clamp-0:1.3.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-clamp@1.3.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"product": {
"name": "rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"product_id": "rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-coffee-rails@5.0.0-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"product": {
"name": "rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"product_id": "rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-coffee-script@2.4.1-5.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"product": {
"name": "rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"product_id": "rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-coffee-script-source@1.12.2-5.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-colorize-0:0.8.1-2.el8sat.src",
"product": {
"name": "rubygem-colorize-0:0.8.1-2.el8sat.src",
"product_id": "rubygem-colorize-0:0.8.1-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-colorize@0.8.1-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"product": {
"name": "rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"product_id": "rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-concurrent-ruby@1.1.10-1.el8sat?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"product": {
"name": "rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"product_id": "rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-concurrent-ruby-edge@0.6.0-3.el8sat?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"product": {
"name": "rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"product_id": "rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-connection_pool@2.4.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-crass-0:1.0.6-2.el8sat.src",
"product": {
"name": "rubygem-crass-0:1.0.6-2.el8sat.src",
"product_id": "rubygem-crass-0:1.0.6-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-crass@1.0.6-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-css_parser-0:1.17.1-1.el8sat.src",
"product": {
"name": "rubygem-css_parser-0:1.17.1-1.el8sat.src",
"product_id": "rubygem-css_parser-0:1.17.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-css_parser@1.17.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-daemons-0:1.4.1-1.el8sat.src",
"product": {
"name": "rubygem-daemons-0:1.4.1-1.el8sat.src",
"product_id": "rubygem-daemons-0:1.4.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-daemons@1.4.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-deacon-0:1.0.0-5.el8sat.src",
"product": {
"name": "rubygem-deacon-0:1.0.0-5.el8sat.src",
"product_id": "rubygem-deacon-0:1.0.0-5.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-deacon@1.0.0-5.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-declarative-0:0.0.20-1.el8sat.src",
"product": {
"name": "rubygem-declarative-0:0.0.20-1.el8sat.src",
"product_id": "rubygem-declarative-0:0.0.20-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-declarative@0.0.20-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"product": {
"name": "rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"product_id": "rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-deep_cloneable@3.2.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-deface-0:1.9.0-1.el8sat.src",
"product": {
"name": "rubygem-deface-0:1.9.0-1.el8sat.src",
"product_id": "rubygem-deface-0:1.9.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-deface@1.9.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-diffy-0:3.4.2-1.el8sat.src",
"product": {
"name": "rubygem-diffy-0:3.4.2-1.el8sat.src",
"product_id": "rubygem-diffy-0:3.4.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-diffy@3.4.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"product": {
"name": "rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"product_id": "rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-domain_name@0.6.20240107-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-dynflow-0:1.9.0-1.el8sat.src",
"product": {
"name": "rubygem-dynflow-0:1.9.0-1.el8sat.src",
"product_id": "rubygem-dynflow-0:1.9.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-dynflow@1.9.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-erubi-0:1.13.0-1.el8sat.src",
"product": {
"name": "rubygem-erubi-0:1.13.0-1.el8sat.src",
"product_id": "rubygem-erubi-0:1.13.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-erubi@1.13.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"product": {
"name": "rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"product_id": "rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-et-orbi@1.2.7-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-excon-0:0.111.0-1.el8sat.src",
"product": {
"name": "rubygem-excon-0:0.111.0-1.el8sat.src",
"product_id": "rubygem-excon-0:0.111.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-excon@0.111.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-execjs-0:2.9.1-1.el8sat.src",
"product": {
"name": "rubygem-execjs-0:2.9.1-1.el8sat.src",
"product_id": "rubygem-execjs-0:2.9.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-execjs@2.9.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-facter-0:4.7.1-1.el8sat.src",
"product": {
"name": "rubygem-facter-0:4.7.1-1.el8sat.src",
"product_id": "rubygem-facter-0:4.7.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-facter@4.7.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-0:1.10.2-1.el8sat.src",
"product": {
"name": "rubygem-faraday-0:1.10.2-1.el8sat.src",
"product_id": "rubygem-faraday-0:1.10.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday@1.10.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"product": {
"name": "rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"product_id": "rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-cookie_jar@0.0.6-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"product": {
"name": "rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"product_id": "rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-em_http@1.0.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"product": {
"name": "rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"product_id": "rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-em_synchrony@1.0.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"product": {
"name": "rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"product_id": "rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-excon@1.1.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"product": {
"name": "rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"product_id": "rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-httpclient@1.0.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"product": {
"name": "rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"product_id": "rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday_middleware@1.2.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"product": {
"name": "rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"product_id": "rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-multipart@1.0.4-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"product": {
"name": "rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"product_id": "rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-net_http@1.0.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"product": {
"name": "rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"product_id": "rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-net_http_persistent@1.2.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"product": {
"name": "rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"product_id": "rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-patron@1.0.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"product": {
"name": "rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"product_id": "rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-rack@1.0.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"product": {
"name": "rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"product_id": "rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-retry@1.0.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"product": {
"name": "rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"product_id": "rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fast_gettext@2.4.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-ffi-0:1.16.3-2.el8sat.src",
"product": {
"name": "rubygem-ffi-0:1.16.3-2.el8sat.src",
"product_id": "rubygem-ffi-0:1.16.3-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ffi@1.16.3-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-aws-0:3.23.0-1.el8sat.src",
"product": {
"name": "rubygem-fog-aws-0:3.23.0-1.el8sat.src",
"product_id": "rubygem-fog-aws-0:3.23.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-aws@3.23.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-core-0:2.4.0-1.el8sat.src",
"product": {
"name": "rubygem-fog-core-0:2.4.0-1.el8sat.src",
"product_id": "rubygem-fog-core-0:2.4.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-core@2.4.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-json-0:1.2.0-4.el8sat.src",
"product": {
"name": "rubygem-fog-json-0:1.2.0-4.el8sat.src",
"product_id": "rubygem-fog-json-0:1.2.0-4.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-json@1.2.0-4.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"product": {
"name": "rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"product_id": "rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-kubevirt@1.3.7-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-libvirt-0:0.12.2-1.el8sat.src",
"product": {
"name": "rubygem-fog-libvirt-0:0.12.2-1.el8sat.src",
"product_id": "rubygem-fog-libvirt-0:0.12.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-libvirt@0.12.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-openstack-0:1.1.3-1.el8sat.src",
"product": {
"name": "rubygem-fog-openstack-0:1.1.3-1.el8sat.src",
"product_id": "rubygem-fog-openstack-0:1.1.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-openstack@1.1.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"product": {
"name": "rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"product_id": "rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-ovirt@2.0.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-vsphere-0:3.7.0-1.el8sat.src",
"product": {
"name": "rubygem-fog-vsphere-0:3.7.0-1.el8sat.src",
"product_id": "rubygem-fog-vsphere-0:3.7.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-vsphere@3.7.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"product": {
"name": "rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"product_id": "rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-xml@0.1.4-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_ansible-0:14.2.1-1.el8sat.src",
"product": {
"name": "rubygem-foreman_ansible-0:14.2.1-1.el8sat.src",
"product_id": "rubygem-foreman_ansible-0:14.2.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_ansible@14.2.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.src",
"product": {
"name": "rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.src",
"product_id": "rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_azure_rm@2.3.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.src",
"product": {
"name": "rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.src",
"product_id": "rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_bootdisk@21.2.3-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_discovery-0:24.0.2-1.el8sat.src",
"product": {
"name": "rubygem-foreman_discovery-0:24.0.2-1.el8sat.src",
"product_id": "rubygem-foreman_discovery-0:24.0.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_discovery@24.0.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_google-0:2.0.1-2.el8sat.src",
"product": {
"name": "rubygem-foreman_google-0:2.0.1-2.el8sat.src",
"product_id": "rubygem-foreman_google-0:2.0.1-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_google@2.0.1-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.src",
"product": {
"name": "rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.src",
"product_id": "rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_kubevirt@0.2.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_leapp-0:1.2.1-2.el8sat.src",
"product": {
"name": "rubygem-foreman_leapp-0:1.2.1-2.el8sat.src",
"product_id": "rubygem-foreman_leapp-0:1.2.1-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_leapp@1.2.1-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"product": {
"name": "rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"product_id": "rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_maintain@1.7.5-1.el8sat?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_openscap-0:9.0.4-1.el8sat.src",
"product": {
"name": "rubygem-foreman_openscap-0:9.0.4-1.el8sat.src",
"product_id": "rubygem-foreman_openscap-0:9.0.4-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_openscap@9.0.4-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_puppet-0:7.0.0-1.el8sat.src",
"product": {
"name": "rubygem-foreman_puppet-0:7.0.0-1.el8sat.src",
"product_id": "rubygem-foreman_puppet-0:7.0.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_puppet@7.0.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.src",
"product": {
"name": "rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.src",
"product_id": "rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_remote_execution@13.2.5-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.src",
"product": {
"name": "rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.src",
"product_id": "rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_rh_cloud@10.0.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"product": {
"name": "rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"product_id": "rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_scap_client@0.5.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman-tasks-0:9.2.3-1.el8sat.src",
"product": {
"name": "rubygem-foreman-tasks-0:9.2.3-1.el8sat.src",
"product_id": "rubygem-foreman-tasks-0:9.2.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman-tasks@9.2.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_templates-0:9.5.1-1.el8sat.src",
"product": {
"name": "rubygem-foreman_templates-0:9.5.1-1.el8sat.src",
"product_id": "rubygem-foreman_templates-0:9.5.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_templates@9.5.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.src",
"product": {
"name": "rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.src",
"product_id": "rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_theme_satellite@13.3.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.src",
"product": {
"name": "rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.src",
"product_id": "rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_virt_who_configure@0.5.23-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_webhooks-0:3.2.3-1.el8sat.src",
"product": {
"name": "rubygem-foreman_webhooks-0:3.2.3-1.el8sat.src",
"product_id": "rubygem-foreman_webhooks-0:3.2.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_webhooks@3.2.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-formatador-0:1.1.0-1.el8sat.src",
"product": {
"name": "rubygem-formatador-0:1.1.0-1.el8sat.src",
"product_id": "rubygem-formatador-0:1.1.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-formatador@1.1.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-friendly_id-0:5.5.1-1.el8sat.src",
"product": {
"name": "rubygem-friendly_id-0:5.5.1-1.el8sat.src",
"product_id": "rubygem-friendly_id-0:5.5.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-friendly_id@5.5.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-fugit-0:1.8.1-1.el8sat.src",
"product": {
"name": "rubygem-fugit-0:1.8.1-1.el8sat.src",
"product_id": "rubygem-fugit-0:1.8.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fugit@1.8.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-fx-0:0.7.0-1.el8sat.src",
"product": {
"name": "rubygem-fx-0:0.7.0-1.el8sat.src",
"product_id": "rubygem-fx-0:0.7.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fx@0.7.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"product": {
"name": "rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"product_id": "rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-gapic-common@0.12.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-get_process_mem-0:1.0.0-1.el8sat.src",
"product": {
"name": "rubygem-get_process_mem-0:1.0.0-1.el8sat.src",
"product_id": "rubygem-get_process_mem-0:1.0.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-get_process_mem@1.0.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.src",
"product": {
"name": "rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.src",
"product_id": "rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-gettext_i18n_rails@1.13.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-git-0:1.18.0-1.el8sat.src",
"product": {
"name": "rubygem-git-0:1.18.0-1.el8sat.src",
"product_id": "rubygem-git-0:1.18.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-git@1.18.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"product": {
"name": "rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"product_id": "rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-gitlab-sidekiq-fetcher@0.9.0-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-globalid-0:1.2.1-1.el8sat.src",
"product": {
"name": "rubygem-globalid-0:1.2.1-1.el8sat.src",
"product_id": "rubygem-globalid-0:1.2.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-globalid@1.2.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"product": {
"name": "rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"product_id": "rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-googleapis-common-protos@1.3.12-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"product": {
"name": "rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"product_id": "rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-googleapis-common-protos-types@1.4.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"product": {
"name": "rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"product_id": "rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-apis-compute_v1@0.54.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"product": {
"name": "rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"product_id": "rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-apis-core@0.9.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-googleauth-0:1.3.0-1.el8sat.src",
"product": {
"name": "rubygem-googleauth-0:1.3.0-1.el8sat.src",
"product_id": "rubygem-googleauth-0:1.3.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-googleauth@1.3.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"product": {
"name": "rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"product_id": "rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-cloud-common@1.1.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"product": {
"name": "rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"product_id": "rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-cloud-compute@0.5.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"product": {
"name": "rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"product_id": "rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-cloud-compute-v1@1.7.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"product": {
"name": "rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"product_id": "rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-cloud-core@1.6.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"product": {
"name": "rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"product_id": "rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-cloud-env@1.6.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"product": {
"name": "rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"product_id": "rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-cloud-errors@1.3.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-protobuf-0:3.24.3-2.el8sat.src",
"product": {
"name": "rubygem-google-protobuf-0:3.24.3-2.el8sat.src",
"product_id": "rubygem-google-protobuf-0:3.24.3-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-protobuf@3.24.3-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-graphql-0:1.13.23-1.el8sat.src",
"product": {
"name": "rubygem-graphql-0:1.13.23-1.el8sat.src",
"product_id": "rubygem-graphql-0:1.13.23-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-graphql@1.13.23-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-graphql-batch-0:0.6.0-1.el8sat.src",
"product": {
"name": "rubygem-graphql-batch-0:0.6.0-1.el8sat.src",
"product_id": "rubygem-graphql-batch-0:0.6.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-graphql-batch@0.6.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-grpc-0:1.58.0-2.el8sat.src",
"product": {
"name": "rubygem-grpc-0:1.58.0-2.el8sat.src",
"product_id": "rubygem-grpc-0:1.58.0-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-grpc@1.58.0-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-gssapi-0:1.3.1-1.el8sat.src",
"product": {
"name": "rubygem-gssapi-0:1.3.1-1.el8sat.src",
"product_id": "rubygem-gssapi-0:1.3.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-gssapi@1.3.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"product": {
"name": "rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"product_id": "rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli@3.12.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"product_id": "rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman@3.12.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"product_id": "rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_admin@1.2.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"product_id": "rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_ansible@0.7.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"product_id": "rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_azure_rm@0.3.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"product_id": "rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_bootdisk@0.4.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"product_id": "rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_discovery@1.3.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"product_id": "rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_google@1.1.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.src",
"product_id": "rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_kubevirt@0.2.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"product_id": "rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_leapp@0.1.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"product_id": "rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_openscap@0.2.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.src",
"product_id": "rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_puppet@0.1.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"product_id": "rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_remote_execution@0.3.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"product_id": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_tasks@0.0.21-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"product_id": "rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_templates@0.3.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"product_id": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_virt_who_configure@0.1.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"product_id": "rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_webhooks@0.1.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"product": {
"name": "rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"product_id": "rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_katello@1.14.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hashie-0:5.0.0-1.el8sat.src",
"product": {
"name": "rubygem-hashie-0:5.0.0-1.el8sat.src",
"product_id": "rubygem-hashie-0:5.0.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hashie@5.0.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-highline-0:2.1.0-1.el8sat.src",
"product": {
"name": "rubygem-highline-0:2.1.0-1.el8sat.src",
"product_id": "rubygem-highline-0:2.1.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-highline@2.1.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hocon-0:1.4.0-1.el8sat.src",
"product": {
"name": "rubygem-hocon-0:1.4.0-1.el8sat.src",
"product_id": "rubygem-hocon-0:1.4.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hocon@1.4.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-http-0:3.3.0-2.el8sat.src",
"product": {
"name": "rubygem-http-0:3.3.0-2.el8sat.src",
"product_id": "rubygem-http-0:3.3.0-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-http@3.3.0-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-http-accept-0:1.7.0-1.el8sat.src",
"product": {
"name": "rubygem-http-accept-0:1.7.0-1.el8sat.src",
"product_id": "rubygem-http-accept-0:1.7.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-http-accept@1.7.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-httpclient-0:2.8.3-4.el8sat.src",
"product": {
"name": "rubygem-httpclient-0:2.8.3-4.el8sat.src",
"product_id": "rubygem-httpclient-0:2.8.3-4.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-httpclient@2.8.3-4.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"product": {
"name": "rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"product_id": "rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-http-cookie@1.0.6-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"product": {
"name": "rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"product_id": "rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-http-form_data@2.1.1-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-http_parser.rb-0:0.6.0-4.el8sat.src",
"product": {
"name": "rubygem-http_parser.rb-0:0.6.0-4.el8sat.src",
"product_id": "rubygem-http_parser.rb-0:0.6.0-4.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-http_parser.rb@0.6.0-4.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-i18n-0:1.14.5-1.el8sat.src",
"product": {
"name": "rubygem-i18n-0:1.14.5-1.el8sat.src",
"product_id": "rubygem-i18n-0:1.14.5-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-i18n@1.14.5-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-infoblox-0:3.0.0-4.el8sat.src",
"product": {
"name": "rubygem-infoblox-0:3.0.0-4.el8sat.src",
"product_id": "rubygem-infoblox-0:3.0.0-4.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-infoblox@3.0.0-4.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-jgrep-0:1.3.3-11.el8sat.src",
"product": {
"name": "rubygem-jgrep-0:1.3.3-11.el8sat.src",
"product_id": "rubygem-jgrep-0:1.3.3-11.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-jgrep@1.3.3-11.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"product": {
"name": "rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"product_id": "rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-journald-logger@3.1.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-journald-native-0:1.0.12-1.el8sat.src",
"product": {
"name": "rubygem-journald-native-0:1.0.12-1.el8sat.src",
"product_id": "rubygem-journald-native-0:1.0.12-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-journald-native@1.0.12-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"product": {
"name": "rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"product_id": "rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-jsonpath@1.1.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-jwt-0:2.8.2-1.el8sat.src",
"product": {
"name": "rubygem-jwt-0:2.8.2-1.el8sat.src",
"product_id": "rubygem-jwt-0:2.8.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-jwt@2.8.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-kafo-0:7.4.0-1.el8sat.src",
"product": {
"name": "rubygem-kafo-0:7.4.0-1.el8sat.src",
"product_id": "rubygem-kafo-0:7.4.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-kafo@7.4.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"product": {
"name": "rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"product_id": "rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-kafo_parsers@1.2.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"product": {
"name": "rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"product_id": "rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-kafo_wizards@0.0.2-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-katello-0:4.14.0.3-1.el8sat.src",
"product": {
"name": "rubygem-katello-0:4.14.0.3-1.el8sat.src",
"product_id": "rubygem-katello-0:4.14.0.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-katello@4.14.0.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"product": {
"name": "rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"product_id": "rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-kubeclient@4.10.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-ldap_fluff-0:0.7.0-1.el8sat.src",
"product": {
"name": "rubygem-ldap_fluff-0:0.7.0-1.el8sat.src",
"product_id": "rubygem-ldap_fluff-0:0.7.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ldap_fluff@0.7.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"product": {
"name": "rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"product_id": "rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-little-plugger@1.1.4-3.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-locale-0:2.1.4-1.el8sat.src",
"product": {
"name": "rubygem-locale-0:2.1.4-1.el8sat.src",
"product_id": "rubygem-locale-0:2.1.4-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-locale@2.1.4-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-logging-0:2.4.0-1.el8sat.src",
"product": {
"name": "rubygem-logging-0:2.4.0-1.el8sat.src",
"product_id": "rubygem-logging-0:2.4.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-logging@2.4.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"product": {
"name": "rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"product_id": "rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-logging-journald@2.1.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-loofah-0:2.22.0-1.el8sat.src",
"product": {
"name": "rubygem-loofah-0:2.22.0-1.el8sat.src",
"product_id": "rubygem-loofah-0:2.22.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-loofah@2.22.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-mail-0:2.8.1-2.el8sat.src",
"product": {
"name": "rubygem-mail-0:2.8.1-2.el8sat.src",
"product_id": "rubygem-mail-0:2.8.1-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mail@2.8.1-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-marcel-0:1.0.4-1.el8sat.src",
"product": {
"name": "rubygem-marcel-0:1.0.4-1.el8sat.src",
"product_id": "rubygem-marcel-0:1.0.4-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-marcel@1.0.4-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-memoist-0:0.16.2-1.el8sat.src",
"product": {
"name": "rubygem-memoist-0:0.16.2-1.el8sat.src",
"product_id": "rubygem-memoist-0:0.16.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-memoist@0.16.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-method_source-0:1.1.0-1.el8sat.src",
"product": {
"name": "rubygem-method_source-0:1.1.0-1.el8sat.src",
"product_id": "rubygem-method_source-0:1.1.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-method_source@1.1.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-mime-types-0:3.5.2-1.el8sat.src",
"product": {
"name": "rubygem-mime-types-0:3.5.2-1.el8sat.src",
"product_id": "rubygem-mime-types-0:3.5.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mime-types@3.5.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"product": {
"name": "rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"product_id": "rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mime-types-data@3.2024.0806-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-mini_mime-0:1.1.5-1.el8sat.src",
"product": {
"name": "rubygem-mini_mime-0:1.1.5-1.el8sat.src",
"product_id": "rubygem-mini_mime-0:1.1.5-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mini_mime@1.1.5-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-mqtt-0:0.5.0-1.el8sat.src",
"product": {
"name": "rubygem-mqtt-0:0.5.0-1.el8sat.src",
"product_id": "rubygem-mqtt-0:0.5.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mqtt@0.5.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-msgpack-0:1.7.2-1.el8sat.src",
"product": {
"name": "rubygem-msgpack-0:1.7.2-1.el8sat.src",
"product_id": "rubygem-msgpack-0:1.7.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-msgpack@1.7.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"product": {
"name": "rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"product_id": "rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ms_rest@0.7.6-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"product": {
"name": "rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"product_id": "rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ms_rest_azure@0.12.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-multi_json-0:1.15.0-1.el8sat.src",
"product": {
"name": "rubygem-multi_json-0:1.15.0-1.el8sat.src",
"product_id": "rubygem-multi_json-0:1.15.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-multi_json@1.15.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"product": {
"name": "rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"product_id": "rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-multipart-post@2.2.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-mustermann-0:2.0.2-1.el8sat.src",
"product": {
"name": "rubygem-mustermann-0:2.0.2-1.el8sat.src",
"product_id": "rubygem-mustermann-0:2.0.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mustermann@2.0.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"product": {
"name": "rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"product_id": "rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-net_http_unix@0.2.2-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-net-ldap-0:0.19.0-1.el8sat.src",
"product": {
"name": "rubygem-net-ldap-0:0.19.0-1.el8sat.src",
"product_id": "rubygem-net-ldap-0:0.19.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-net-ldap@0.19.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-net-ping-0:2.0.8-1.el8sat.src",
"product": {
"name": "rubygem-net-ping-0:2.0.8-1.el8sat.src",
"product_id": "rubygem-net-ping-0:2.0.8-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-net-ping@2.0.8-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-netrc-0:0.11.0-6.el8sat.src",
"product": {
"name": "rubygem-netrc-0:0.11.0-6.el8sat.src",
"product_id": "rubygem-netrc-0:0.11.0-6.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-netrc@0.11.0-6.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-net-scp-0:4.0.0-1.el8sat.src",
"product": {
"name": "rubygem-net-scp-0:4.0.0-1.el8sat.src",
"product_id": "rubygem-net-scp-0:4.0.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-net-scp@4.0.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"product": {
"name": "rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"product_id": "rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-net-ssh@7.2.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"product": {
"name": "rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"product_id": "rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-net-ssh-krb@0.4.0-4.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-newt-0:0.9.7-3.1.el8sat.src",
"product": {
"name": "rubygem-newt-0:0.9.7-3.1.el8sat.src",
"product_id": "rubygem-newt-0:0.9.7-3.1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-newt@0.9.7-3.1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-nio4r-0:2.7.3-1.el8sat.src",
"product": {
"name": "rubygem-nio4r-0:2.7.3-1.el8sat.src",
"product_id": "rubygem-nio4r-0:2.7.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-nio4r@2.7.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"product": {
"name": "rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"product_id": "rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-nokogiri@1.15.6-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-oauth-0:1.1.0-1.el8sat.src",
"product": {
"name": "rubygem-oauth-0:1.1.0-1.el8sat.src",
"product_id": "rubygem-oauth-0:1.1.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-oauth@1.1.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"product": {
"name": "rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"product_id": "rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-oauth-tty@1.0.5-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-openscap-0:0.4.9-9.el8sat.src",
"product": {
"name": "rubygem-openscap-0:0.4.9-9.el8sat.src",
"product_id": "rubygem-openscap-0:0.4.9-9.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-openscap@0.4.9-9.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"product": {
"name": "rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"product_id": "rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-openscap_parser@1.0.2-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-optimist-0:3.1.0-1.el8sat.src",
"product": {
"name": "rubygem-optimist-0:3.1.0-1.el8sat.src",
"product_id": "rubygem-optimist-0:3.1.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-optimist@3.1.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-os-0:1.1.4-1.el8sat.src",
"product": {
"name": "rubygem-os-0:1.1.4-1.el8sat.src",
"product_id": "rubygem-os-0:1.1.4-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-os@1.1.4-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.src",
"product": {
"name": "rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.src",
"product_id": "rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ovirt-engine-sdk@4.6.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"product": {
"name": "rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"product_id": "rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ovirt_provision_plugin@2.0.3-3.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-parallel-0:1.25.1-1.el8sat.src",
"product": {
"name": "rubygem-parallel-0:1.25.1-1.el8sat.src",
"product_id": "rubygem-parallel-0:1.25.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-parallel@1.25.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-0:1.5.7-1.el8sat.src",
"product": {
"name": "rubygem-pg-0:1.5.7-1.el8sat.src",
"product_id": "rubygem-pg-0:1.5.7-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg@1.5.7-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"product": {
"name": "rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"product_id": "rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-polyglot@0.3.5-3.1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-powerbar-0:2.0.1-3.el8sat.src",
"product": {
"name": "rubygem-powerbar-0:2.0.1-3.el8sat.src",
"product_id": "rubygem-powerbar-0:2.0.1-3.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-powerbar@2.0.1-3.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-prometheus-client-0:4.2.3-1.el8sat.src",
"product": {
"name": "rubygem-prometheus-client-0:4.2.3-1.el8sat.src",
"product_id": "rubygem-prometheus-client-0:4.2.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-prometheus-client@4.2.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"product": {
"name": "rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"product_id": "rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-promise.rb@0.7.4-3.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-public_suffix-0:5.1.1-1.el8sat.src",
"product": {
"name": "rubygem-public_suffix-0:5.1.1-1.el8sat.src",
"product_id": "rubygem-public_suffix-0:5.1.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-public_suffix@5.1.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.src",
"product": {
"name": "rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.src",
"product_id": "rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_ansible_client@0.21.7-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.src",
"product": {
"name": "rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.src",
"product_id": "rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_certguard_client@3.49.17-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_container_client-0:2.20.2-1.el8sat.src",
"product": {
"name": "rubygem-pulp_container_client-0:2.20.2-1.el8sat.src",
"product_id": "rubygem-pulp_container_client-0:2.20.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_container_client@2.20.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulpcore_client-1:3.49.17-1.el8sat.src",
"product": {
"name": "rubygem-pulpcore_client-1:3.49.17-1.el8sat.src",
"product_id": "rubygem-pulpcore_client-1:3.49.17-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulpcore_client@3.49.17-1.el8sat?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_deb_client-0:3.2.1-1.el8sat.src",
"product": {
"name": "rubygem-pulp_deb_client-0:3.2.1-1.el8sat.src",
"product_id": "rubygem-pulp_deb_client-0:3.2.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_deb_client@3.2.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_file_client-0:3.49.17-1.el8sat.src",
"product": {
"name": "rubygem-pulp_file_client-0:3.49.17-1.el8sat.src",
"product_id": "rubygem-pulp_file_client-0:3.49.17-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_file_client@3.49.17-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.src",
"product": {
"name": "rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.src",
"product_id": "rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_ostree_client@2.3.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_python_client-0:3.11.2-1.el8sat.src",
"product": {
"name": "rubygem-pulp_python_client-0:3.11.2-1.el8sat.src",
"product_id": "rubygem-pulp_python_client-0:3.11.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_python_client@3.11.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.src",
"product": {
"name": "rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.src",
"product_id": "rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_rpm_client@3.26.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-puma-0:6.4.3-1.el8sat.src",
"product": {
"name": "rubygem-puma-0:6.4.3-1.el8sat.src",
"product_id": "rubygem-puma-0:6.4.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-puma@6.4.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-puma-status-0:1.6-1.el8sat.src",
"product": {
"name": "rubygem-puma-status-0:1.6-1.el8sat.src",
"product_id": "rubygem-puma-status-0:1.6-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-puma-status@1.6-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-raabro-0:1.4.0-1.el8sat.src",
"product": {
"name": "rubygem-raabro-0:1.4.0-1.el8sat.src",
"product_id": "rubygem-raabro-0:1.4.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-raabro@1.4.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rabl-0:0.16.1-1.el8sat.src",
"product": {
"name": "rubygem-rabl-0:0.16.1-1.el8sat.src",
"product_id": "rubygem-rabl-0:0.16.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rabl@0.16.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rack-0:2.2.8.1-1.el8sat.src",
"product": {
"name": "rubygem-rack-0:2.2.8.1-1.el8sat.src",
"product_id": "rubygem-rack-0:2.2.8.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack@2.2.8.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"product": {
"name": "rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"product_id": "rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack-cors@1.1.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"product": {
"name": "rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"product_id": "rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack-jsonp@1.3.1-10.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"product": {
"name": "rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"product_id": "rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack-protection@2.2.4-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rack-test-0:2.1.0-1.el8sat.src",
"product": {
"name": "rubygem-rack-test-0:2.1.0-1.el8sat.src",
"product_id": "rubygem-rack-test-0:2.1.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack-test@2.1.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rails-0:6.1.7.8-1.el8sat.src",
"product": {
"name": "rubygem-rails-0:6.1.7.8-1.el8sat.src",
"product_id": "rubygem-rails-0:6.1.7.8-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rails@6.1.7.8-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rails-dom-testing-0:2.2.0-1.el8sat.src",
"product": {
"name": "rubygem-rails-dom-testing-0:2.2.0-1.el8sat.src",
"product_id": "rubygem-rails-dom-testing-0:2.2.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rails-dom-testing@2.2.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.src",
"product": {
"name": "rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.src",
"product_id": "rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rails-html-sanitizer@1.6.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rails-i18n-0:7.0.9-1.el8sat.src",
"product": {
"name": "rubygem-rails-i18n-0:7.0.9-1.el8sat.src",
"product_id": "rubygem-rails-i18n-0:7.0.9-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rails-i18n@7.0.9-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-railties-0:6.1.7.8-1.el8sat.src",
"product": {
"name": "rubygem-railties-0:6.1.7.8-1.el8sat.src",
"product_id": "rubygem-railties-0:6.1.7.8-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-railties@6.1.7.8-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rainbow-0:2.2.2-1.el8sat.src",
"product": {
"name": "rubygem-rainbow-0:2.2.2-1.el8sat.src",
"product_id": "rubygem-rainbow-0:2.2.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rainbow@2.2.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"product": {
"name": "rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"product_id": "rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rb-inotify@0.11.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"product": {
"name": "rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"product_id": "rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbnacl@4.0.2-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbvmomi2-0:3.7.1-1.el8sat.src",
"product": {
"name": "rubygem-rbvmomi2-0:3.7.1-1.el8sat.src",
"product_id": "rubygem-rbvmomi2-0:3.7.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbvmomi2@3.7.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rchardet-0:1.8.0-1.el8sat.src",
"product": {
"name": "rubygem-rchardet-0:1.8.0-1.el8sat.src",
"product_id": "rubygem-rchardet-0:1.8.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rchardet@1.8.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"product": {
"name": "rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"product_id": "rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-recursive-open-struct@1.1.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"product": {
"name": "rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"product_id": "rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-redfish_client@0.6.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-redis-0:4.5.1-1.el8sat.src",
"product": {
"name": "rubygem-redis-0:4.5.1-1.el8sat.src",
"product_id": "rubygem-redis-0:4.5.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-redis@4.5.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-representable-0:3.2.0-1.el8sat.src",
"product": {
"name": "rubygem-representable-0:3.2.0-1.el8sat.src",
"product_id": "rubygem-representable-0:3.2.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-representable@3.2.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-responders-0:3.1.1-1.el8sat.src",
"product": {
"name": "rubygem-responders-0:3.1.1-1.el8sat.src",
"product_id": "rubygem-responders-0:3.1.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-responders@3.1.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rest-client-0:2.1.0-1.el8sat.src",
"product": {
"name": "rubygem-rest-client-0:2.1.0-1.el8sat.src",
"product_id": "rubygem-rest-client-0:2.1.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rest-client@2.1.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-retriable-0:3.1.2-3.el8sat.src",
"product": {
"name": "rubygem-retriable-0:3.1.2-3.el8sat.src",
"product_id": "rubygem-retriable-0:3.1.2-3.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-retriable@3.1.2-3.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"product": {
"name": "rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"product_id": "rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rkerberos@0.1.5-21.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-roadie-0:5.2.1-1.el8sat.src",
"product": {
"name": "rubygem-roadie-0:5.2.1-1.el8sat.src",
"product_id": "rubygem-roadie-0:5.2.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-roadie@5.2.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-roadie-rails-0:3.2.0-1.el8sat.src",
"product": {
"name": "rubygem-roadie-rails-0:3.2.0-1.el8sat.src",
"product_id": "rubygem-roadie-rails-0:3.2.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-roadie-rails@3.2.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rsec-0:0.4.3-5.el8sat.src",
"product": {
"name": "rubygem-rsec-0:0.4.3-5.el8sat.src",
"product_id": "rubygem-rsec-0:0.4.3-5.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rsec@0.4.3-5.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"product": {
"name": "rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"product_id": "rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ruby2_keywords@0.0.5-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-ruby2ruby-0:2.5.1-1.el8sat.src",
"product": {
"name": "rubygem-ruby2ruby-0:2.5.1-1.el8sat.src",
"product_id": "rubygem-ruby2ruby-0:2.5.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ruby2ruby@2.5.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"product": {
"name": "rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"product_id": "rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rubyipmi@0.11.1-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"product": {
"name": "rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"product_id": "rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ruby-libvirt@0.8.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-ruby_parser-0:3.21.1-1.el8sat.src",
"product": {
"name": "rubygem-ruby_parser-0:3.21.1-1.el8sat.src",
"product_id": "rubygem-ruby_parser-0:3.21.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ruby_parser@3.21.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-safemode-0:1.5.0-1.el8sat.src",
"product": {
"name": "rubygem-safemode-0:1.5.0-1.el8sat.src",
"product_id": "rubygem-safemode-0:1.5.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-safemode@1.5.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-scoped_search-0:4.1.12-1.el8sat.src",
"product": {
"name": "rubygem-scoped_search-0:4.1.12-1.el8sat.src",
"product_id": "rubygem-scoped_search-0:4.1.12-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-scoped_search@4.1.12-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"product": {
"name": "rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"product_id": "rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sd_notify@0.1.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-secure_headers-0:6.7.0-1.el8sat.src",
"product": {
"name": "rubygem-secure_headers-0:6.7.0-1.el8sat.src",
"product_id": "rubygem-secure_headers-0:6.7.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-secure_headers@6.7.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-sequel-0:5.83.1-1.el8sat.src",
"product": {
"name": "rubygem-sequel-0:5.83.1-1.el8sat.src",
"product_id": "rubygem-sequel-0:5.83.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sequel@5.83.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"product": {
"name": "rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"product_id": "rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-server_sent_events@0.1.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-sexp_processor-0:4.17.2-1.el8sat.src",
"product": {
"name": "rubygem-sexp_processor-0:4.17.2-1.el8sat.src",
"product_id": "rubygem-sexp_processor-0:4.17.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sexp_processor@4.17.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-sidekiq-0:6.5.12-1.el8sat.src",
"product": {
"name": "rubygem-sidekiq-0:6.5.12-1.el8sat.src",
"product_id": "rubygem-sidekiq-0:6.5.12-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sidekiq@6.5.12-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-signet-0:0.17.0-1.el8sat.src",
"product": {
"name": "rubygem-signet-0:0.17.0-1.el8sat.src",
"product_id": "rubygem-signet-0:0.17.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-signet@0.17.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-sinatra-1:2.2.4-1.el8sat.src",
"product": {
"name": "rubygem-sinatra-1:2.2.4-1.el8sat.src",
"product_id": "rubygem-sinatra-1:2.2.4-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sinatra@2.2.4-1.el8sat?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"product": {
"name": "rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"product_id": "rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_ansible@3.5.6-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"product": {
"name": "rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"product_id": "rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_container_gateway@3.1.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"product": {
"name": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"product_id": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_dhcp_infoblox@0.0.18-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"product": {
"name": "rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"product_id": "rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_dhcp_remote_isc@0.0.5-6.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"product": {
"name": "rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"product_id": "rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_discovery@1.0.5-10.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"product": {
"name": "rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"product_id": "rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_discovery_image@1.6.0-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"product": {
"name": "rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"product_id": "rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_dns_infoblox@1.2.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"product": {
"name": "rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"product_id": "rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_dynflow@0.9.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"product": {
"name": "rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"product_id": "rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_dynflow_core@0.4.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"product": {
"name": "rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"product_id": "rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_openscap@0.11.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"product": {
"name": "rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"product_id": "rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_pulp@3.3.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"product": {
"name": "rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"product_id": "rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_remote_execution_ssh@0.11.4-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"product": {
"name": "rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"product_id": "rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_shellhooks@0.9.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"product": {
"name": "rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"product_id": "rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-snaky_hash@2.0.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-spidr-0:0.7.1-1.el8sat.src",
"product": {
"name": "rubygem-spidr-0:0.7.1-1.el8sat.src",
"product_id": "rubygem-spidr-0:0.7.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-spidr@0.7.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-sprockets-0:4.2.1-1.el8sat.src",
"product": {
"name": "rubygem-sprockets-0:4.2.1-1.el8sat.src",
"product_id": "rubygem-sprockets-0:4.2.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sprockets@4.2.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-sprockets-rails-0:3.5.2-1.el8sat.src",
"product": {
"name": "rubygem-sprockets-rails-0:3.5.2-1.el8sat.src",
"product_id": "rubygem-sprockets-rails-0:3.5.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sprockets-rails@3.5.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"product": {
"name": "rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"product_id": "rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sqlite3@1.4.4-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-sshkey-0:2.0.0-1.el8sat.src",
"product": {
"name": "rubygem-sshkey-0:2.0.0-1.el8sat.src",
"product_id": "rubygem-sshkey-0:2.0.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sshkey@2.0.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"product": {
"name": "rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"product_id": "rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-statsd-instrument@2.9.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-stomp-0:1.4.10-1.el8sat.src",
"product": {
"name": "rubygem-stomp-0:1.4.10-1.el8sat.src",
"product_id": "rubygem-stomp-0:1.4.10-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-stomp@1.4.10-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-thor-0:1.3.0-1.el8sat.src",
"product": {
"name": "rubygem-thor-0:1.3.0-1.el8sat.src",
"product_id": "rubygem-thor-0:1.3.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-thor@1.3.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-tilt-0:2.4.0-1.el8sat.src",
"product": {
"name": "rubygem-tilt-0:2.4.0-1.el8sat.src",
"product_id": "rubygem-tilt-0:2.4.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-tilt@2.4.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-timeliness-0:0.3.10-2.el8sat.src",
"product": {
"name": "rubygem-timeliness-0:0.3.10-2.el8sat.src",
"product_id": "rubygem-timeliness-0:0.3.10-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-timeliness@0.3.10-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"product": {
"name": "rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"product_id": "rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-trailblazer-option@0.1.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"product": {
"name": "rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"product_id": "rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-tzinfo@2.0.6-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-uber-0:0.1.0-3.el8sat.src",
"product": {
"name": "rubygem-uber-0:0.1.0-3.el8sat.src",
"product_id": "rubygem-uber-0:0.1.0-3.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-uber@0.1.0-3.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"product": {
"name": "rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"product_id": "rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-unicode-display_width@2.4.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"product": {
"name": "rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"product_id": "rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-validates_lengths_from_database@0.8.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-version_gem-0:1.1.4-1.el8sat.src",
"product": {
"name": "rubygem-version_gem-0:1.1.4-1.el8sat.src",
"product_id": "rubygem-version_gem-0:1.1.4-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-version_gem@1.1.4-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-webrick-0:1.8.2-1.el8sat.src",
"product": {
"name": "rubygem-webrick-0:1.8.2-1.el8sat.src",
"product_id": "rubygem-webrick-0:1.8.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-webrick@1.8.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-websocket-driver-0:0.7.6-1.el8sat.src",
"product": {
"name": "rubygem-websocket-driver-0:0.7.6-1.el8sat.src",
"product_id": "rubygem-websocket-driver-0:0.7.6-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-websocket-driver@0.7.6-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"product": {
"name": "rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"product_id": "rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-websocket-extensions@0.1.5-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"product": {
"name": "rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"product_id": "rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-will_paginate@3.3.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"product": {
"name": "rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"product_id": "rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-xmlrpc@0.3.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"product": {
"name": "rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"product_id": "rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-zeitwerk@2.6.17-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.16.0-2.el8sat.src",
"product": {
"name": "satellite-0:6.16.0-2.el8sat.src",
"product_id": "satellite-0:6.16.0-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.16.0-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.src",
"product": {
"name": "satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.src",
"product_id": "satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-convert2rhel-toolkit@1.0.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "satellite-installer-0:6.16.0.2-1.el8sat.src",
"product": {
"name": "satellite-installer-0:6.16.0.2-1.el8sat.src",
"product_id": "satellite-installer-0:6.16.0.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-installer@6.16.0.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "satellite-lifecycle-0:6.16.0-1.el8sat.src",
"product": {
"name": "satellite-lifecycle-0:6.16.0-1.el8sat.src",
"product_id": "satellite-lifecycle-0:6.16.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-lifecycle@6.16.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "satellite-maintain-0:0.0.2-1.el8sat.src",
"product": {
"name": "satellite-maintain-0:0.0.2-1.el8sat.src",
"product_id": "satellite-maintain-0:0.0.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-maintain@0.0.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.src",
"product": {
"name": "yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.src",
"product_id": "yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-worker-forwarder@0.0.3-3.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "satellite-clone-0:3.6.2-1.el8sat.src",
"product": {
"name": "satellite-clone-0:3.6.2-1.el8sat.src",
"product_id": "satellite-clone-0:3.6.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-clone@3.6.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"product": {
"name": "ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"product_id": "ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-collection-redhat-satellite@4.2.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"product": {
"name": "ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"product_id": "ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-collection-redhat-satellite_operations@3.0.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"product": {
"name": "ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"product_id": "ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansiblerole-foreman_scap_client@0.3.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"product": {
"name": "ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"product_id": "ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansiblerole-insights-client@1.7.1-2.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-runner-0:2.2.1-5.el9pc.src",
"product": {
"name": "ansible-runner-0:2.2.1-5.el9pc.src",
"product_id": "ansible-runner-0:2.2.1-5.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-runner@2.2.1-5.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "candlepin-0:4.4.16-1.el9sat.src",
"product": {
"name": "candlepin-0:4.4.16-1.el9sat.src",
"product_id": "candlepin-0:4.4.16-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/candlepin@4.4.16-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "cjson-0:1.7.17-1.el9sat.src",
"product": {
"name": "cjson-0:1.7.17-1.el9sat.src",
"product_id": "cjson-0:1.7.17-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjson@1.7.17-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "createrepo_c-0:1.1.3-1.el9pc.src",
"product": {
"name": "createrepo_c-0:1.1.3-1.el9pc.src",
"product_id": "createrepo_c-0:1.1.3-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/createrepo_c@1.1.3-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "dynflow-utils-0:1.6.3-1.el9sat.src",
"product": {
"name": "dynflow-utils-0:1.6.3-1.el9sat.src",
"product_id": "dynflow-utils-0:1.6.3-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dynflow-utils@1.6.3-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "foreman-0:3.12.0.1-1.el9sat.src",
"product": {
"name": "foreman-0:3.12.0.1-1.el9sat.src",
"product_id": "foreman-0:3.12.0.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman@3.12.0.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"product": {
"name": "foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"product_id": "foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-bootloaders-redhat@202102220000-3.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"product": {
"name": "foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"product_id": "foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-fapolicyd@1.0.1-3.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "foreman-installer-1:3.12.0.1-1.el9sat.src",
"product": {
"name": "foreman-installer-1:3.12.0.1-1.el9sat.src",
"product_id": "foreman-installer-1:3.12.0.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-installer@3.12.0.1-1.el9sat?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "foreman-obsolete-packages-0:1.10-1.el9sat.src",
"product": {
"name": "foreman-obsolete-packages-0:1.10-1.el9sat.src",
"product_id": "foreman-obsolete-packages-0:1.10-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-obsolete-packages@1.10-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "foreman-proxy-0:3.12.0-1.el9sat.src",
"product": {
"name": "foreman-proxy-0:3.12.0-1.el9sat.src",
"product_id": "foreman-proxy-0:3.12.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-proxy@3.12.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "katello-0:4.14.0-0.1.rc2.el9sat.src",
"product": {
"name": "katello-0:4.14.0-0.1.rc2.el9sat.src",
"product_id": "katello-0:4.14.0-0.1.rc2.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/katello@4.14.0-0.1.rc2.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "foreman-selinux-0:3.12.0-1.el9sat.src",
"product": {
"name": "foreman-selinux-0:3.12.0-1.el9sat.src",
"product_id": "foreman-selinux-0:3.12.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-selinux@3.12.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "katello-certs-tools-0:2.10.0-1.el9sat.src",
"product": {
"name": "katello-certs-tools-0:2.10.0-1.el9sat.src",
"product_id": "katello-certs-tools-0:2.10.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/katello-certs-tools@2.10.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"product": {
"name": "katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"product_id": "katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/katello-client-bootstrap@1.7.9-2.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "katello-selinux-0:5.0.2-1.el9sat.src",
"product": {
"name": "katello-selinux-0:5.0.2-1.el9sat.src",
"product_id": "katello-selinux-0:5.0.2-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/katello-selinux@5.0.2-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "libcomps-0:0.1.21-1.el9pc.src",
"product": {
"name": "libcomps-0:0.1.21-1.el9pc.src",
"product_id": "libcomps-0:0.1.21-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcomps@0.1.21-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "libsodium-0:1.0.17-3.el9sat.src",
"product": {
"name": "libsodium-0:1.0.17-3.el9sat.src",
"product_id": "libsodium-0:1.0.17-3.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsodium@1.0.17-3.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "mosquitto-0:2.0.19-1.el9sat.src",
"product": {
"name": "mosquitto-0:2.0.19-1.el9sat.src",
"product_id": "mosquitto-0:2.0.19-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mosquitto@2.0.19-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "postgresql-evr-0:0.0.2-3.el9sat.src",
"product": {
"name": "postgresql-evr-0:0.0.2-3.el9sat.src",
"product_id": "postgresql-evr-0:0.0.2-3.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-evr@0.0.2-3.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"product": {
"name": "pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"product_id": "pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pulpcore-obsolete-packages@1.2.0-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "pulpcore-selinux-0:2.0.1-1.el9pc.src",
"product": {
"name": "pulpcore-selinux-0:2.0.1-1.el9pc.src",
"product_id": "pulpcore-selinux-0:2.0.1-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pulpcore-selinux@2.0.1-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "puppet-agent-0:8.8.1-1.el9sat.src",
"product": {
"name": "puppet-agent-0:8.8.1-1.el9sat.src",
"product_id": "puppet-agent-0:8.8.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-agent@8.8.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"product": {
"name": "puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"product_id": "puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-agent-oauth@0.5.10-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"product": {
"name": "puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"product_id": "puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-foreman_scap_client@1.0.0-2.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"product": {
"name": "puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"product_id": "puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppetlabs-stdlib@9.4.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "puppetserver-0:8.6.2-2.el9sat.src",
"product": {
"name": "puppetserver-0:8.6.2-2.el9sat.src",
"product_id": "puppetserver-0:8.6.2-2.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppetserver@8.6.2-2.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-aiodns-0:3.0.0-7.el9pc.src",
"product": {
"name": "python-aiodns-0:3.0.0-7.el9pc.src",
"product_id": "python-aiodns-0:3.0.0-7.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiodns@3.0.0-7.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-aiofiles-0:22.1.0-5.el9pc.src",
"product": {
"name": "python-aiofiles-0:22.1.0-5.el9pc.src",
"product_id": "python-aiofiles-0:22.1.0-5.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiofiles@22.1.0-5.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-aiohttp-0:3.9.4-1.el9pc.src",
"product": {
"name": "python-aiohttp-0:3.9.4-1.el9pc.src",
"product_id": "python-aiohttp-0:3.9.4-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiohttp@3.9.4-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"product": {
"name": "python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"product_id": "python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiohttp-xmlrpc@1.5.0-6.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-aioredis-0:2.0.1-6.el9pc.src",
"product": {
"name": "python-aioredis-0:2.0.1-6.el9pc.src",
"product_id": "python-aioredis-0:2.0.1-6.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aioredis@2.0.1-6.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-aiosignal-0:1.3.1-5.el9pc.src",
"product": {
"name": "python-aiosignal-0:1.3.1-5.el9pc.src",
"product_id": "python-aiosignal-0:1.3.1-5.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiosignal@1.3.1-5.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-ansible-builder-0:3.0.0-1.el9pc.src",
"product": {
"name": "python-ansible-builder-0:3.0.0-1.el9pc.src",
"product_id": "python-ansible-builder-0:3.0.0-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ansible-builder@3.0.0-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-asgiref-0:3.6.0-5.el9pc.src",
"product": {
"name": "python-asgiref-0:3.6.0-5.el9pc.src",
"product_id": "python-asgiref-0:3.6.0-5.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-asgiref@3.6.0-5.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"product": {
"name": "python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"product_id": "python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-asyncio-throttle@1.0.2-7.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-async-lru-0:1.0.3-5.el9pc.src",
"product": {
"name": "python-async-lru-0:1.0.3-5.el9pc.src",
"product_id": "python-async-lru-0:1.0.3-5.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-async-lru@1.0.3-5.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-async-timeout-0:4.0.2-6.el9pc.src",
"product": {
"name": "python-async-timeout-0:4.0.2-6.el9pc.src",
"product_id": "python-async-timeout-0:4.0.2-6.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-async-timeout@4.0.2-6.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-attrs-0:21.4.0-6.el9pc.src",
"product": {
"name": "python-attrs-0:21.4.0-6.el9pc.src",
"product_id": "python-attrs-0:21.4.0-6.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-attrs@21.4.0-6.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-backoff-0:2.2.1-5.el9pc.src",
"product": {
"name": "python-backoff-0:2.2.1-5.el9pc.src",
"product_id": "python-backoff-0:2.2.1-5.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-backoff@2.2.1-5.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-bindep-0:2.11.0-5.el9pc.src",
"product": {
"name": "python-bindep-0:2.11.0-5.el9pc.src",
"product_id": "python-bindep-0:2.11.0-5.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-bindep@2.11.0-5.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-bleach-0:3.3.1-6.el9pc.src",
"product": {
"name": "python-bleach-0:3.3.1-6.el9pc.src",
"product_id": "python-bleach-0:3.3.1-6.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-bleach@3.3.1-6.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"product": {
"name": "python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"product_id": "python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-bleach-allowlist@1.0.3-7.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-brotli-0:1.0.9-6.el9pc.src",
"product": {
"name": "python-brotli-0:1.0.9-6.el9pc.src",
"product_id": "python-brotli-0:1.0.9-6.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-brotli@1.0.9-6.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-certifi-0:2022.12.7-5.el9pc.src",
"product": {
"name": "python-certifi-0:2022.12.7-5.el9pc.src",
"product_id": "python-certifi-0:2022.12.7-5.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-certifi@2022.12.7-5.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-cffi-0:1.15.1-5.el9pc.src",
"product": {
"name": "python-cffi-0:1.15.1-5.el9pc.src",
"product_id": "python-cffi-0:1.15.1-5.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi@1.15.1-5.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-chardet-0:5.0.0-2.el9pc.src",
"product": {
"name": "python-chardet-0:5.0.0-2.el9pc.src",
"product_id": "python-chardet-0:5.0.0-2.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-chardet@5.0.0-2.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-charset-normalizer-0:2.1.1-5.el9pc.src",
"product": {
"name": "python-charset-normalizer-0:2.1.1-5.el9pc.src",
"product_id": "python-charset-normalizer-0:2.1.1-5.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-charset-normalizer@2.1.1-5.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-click-0:8.1.3-5.el9pc.src",
"product": {
"name": "python-click-0:8.1.3-5.el9pc.src",
"product_id": "python-click-0:8.1.3-5.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-click@8.1.3-5.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-click-shell-0:2.1-7.el9pc.src",
"product": {
"name": "python-click-shell-0:2.1-7.el9pc.src",
"product_id": "python-click-shell-0:2.1-7.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-click-shell@2.1-7.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-contextlib2-0:21.6.0-7.el9pc.src",
"product": {
"name": "python-contextlib2-0:21.6.0-7.el9pc.src",
"product_id": "python-contextlib2-0:21.6.0-7.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-contextlib2@21.6.0-7.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-0:42.0.8-1.el9pc.src",
"product": {
"name": "python-cryptography-0:42.0.8-1.el9pc.src",
"product_id": "python-cryptography-0:42.0.8-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography@42.0.8-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-daemon-0:2.3.1-4.3.el9pc.src",
"product": {
"name": "python-daemon-0:2.3.1-4.3.el9pc.src",
"product_id": "python-daemon-0:2.3.1-4.3.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-daemon@2.3.1-4.3.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-dateutil-0:2.8.2-5.el9pc.src",
"product": {
"name": "python-dateutil-0:2.8.2-5.el9pc.src",
"product_id": "python-dateutil-0:2.8.2-5.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-dateutil@2.8.2-5.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-debian-0:0.1.44-7.el9pc.src",
"product": {
"name": "python-debian-0:0.1.44-7.el9pc.src",
"product_id": "python-debian-0:0.1.44-7.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-debian@0.1.44-7.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-defusedxml-0:0.7.1-7.el9pc.src",
"product": {
"name": "python-defusedxml-0:0.7.1-7.el9pc.src",
"product_id": "python-defusedxml-0:0.7.1-7.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-defusedxml@0.7.1-7.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-deprecated-0:1.2.13-5.el9pc.src",
"product": {
"name": "python-deprecated-0:1.2.13-5.el9pc.src",
"product_id": "python-deprecated-0:1.2.13-5.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-deprecated@1.2.13-5.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-diff-match-patch-0:20200713-7.el9pc.src",
"product": {
"name": "python-diff-match-patch-0:20200713-7.el9pc.src",
"product_id": "python-diff-match-patch-0:20200713-7.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-diff-match-patch@20200713-7.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-distro-0:1.7.0-4.el9pc.src",
"product": {
"name": "python-distro-0:1.7.0-4.el9pc.src",
"product_id": "python-distro-0:1.7.0-4.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-distro@1.7.0-4.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-django-0:4.2.16-1.el9pc.src",
"product": {
"name": "python-django-0:4.2.16-1.el9pc.src",
"product_id": "python-django-0:4.2.16-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-django@4.2.16-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-django-filter-0:23.2-4.el9pc.src",
"product": {
"name": "python-django-filter-0:23.2-4.el9pc.src",
"product_id": "python-django-filter-0:23.2-4.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-django-filter@23.2-4.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-django-guid-0:3.3.0-5.el9pc.src",
"product": {
"name": "python-django-guid-0:3.3.0-5.el9pc.src",
"product_id": "python-django-guid-0:3.3.0-5.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-django-guid@3.3.0-5.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-django-import-export-0:3.1.0-4.el9pc.src",
"product": {
"name": "python-django-import-export-0:3.1.0-4.el9pc.src",
"product_id": "python-django-import-export-0:3.1.0-4.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-django-import-export@3.1.0-4.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-django-lifecycle-0:1.0.0-4.el9pc.src",
"product": {
"name": "python-django-lifecycle-0:1.0.0-4.el9pc.src",
"product_id": "python-django-lifecycle-0:1.0.0-4.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-django-lifecycle@1.0.0-4.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-django-readonly-field-0:1.1.2-4.el9pc.src",
"product": {
"name": "python-django-readonly-field-0:1.1.2-4.el9pc.src",
"product_id": "python-django-readonly-field-0:1.1.2-4.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-django-readonly-field@1.1.2-4.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-djangorestframework-0:3.14.0-4.el9pc.src",
"product": {
"name": "python-djangorestframework-0:3.14.0-4.el9pc.src",
"product_id": "python-djangorestframework-0:3.14.0-4.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-djangorestframework@3.14.0-4.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"product": {
"name": "python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"product_id": "python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-djangorestframework-queryfields@1.0.0-8.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-docutils-0:0.20.1-4.el9pc.src",
"product": {
"name": "python-docutils-0:0.20.1-4.el9pc.src",
"product_id": "python-docutils-0:0.20.1-4.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-docutils@0.20.1-4.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-drf-access-policy-0:1.3.0-4.el9pc.src",
"product": {
"name": "python-drf-access-policy-0:1.3.0-4.el9pc.src",
"product_id": "python-drf-access-policy-0:1.3.0-4.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-drf-access-policy@1.3.0-4.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"product": {
"name": "python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"product_id": "python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-drf-nested-routers@0.93.4-6.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-drf-spectacular-0:0.26.5-5.el9pc.src",
"product": {
"name": "python-drf-spectacular-0:0.26.5-5.el9pc.src",
"product_id": "python-drf-spectacular-0:0.26.5-5.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-drf-spectacular@0.26.5-5.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-dynaconf-0:3.1.12-4.el9pc.src",
"product": {
"name": "python-dynaconf-0:3.1.12-4.el9pc.src",
"product_id": "python-dynaconf-0:3.1.12-4.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-dynaconf@3.1.12-4.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-ecdsa-0:0.18.0-5.el9pc.src",
"product": {
"name": "python-ecdsa-0:0.18.0-5.el9pc.src",
"product_id": "python-ecdsa-0:0.18.0-5.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ecdsa@0.18.0-5.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-et-xmlfile-0:1.1.0-6.el9pc.src",
"product": {
"name": "python-et-xmlfile-0:1.1.0-6.el9pc.src",
"product_id": "python-et-xmlfile-0:1.1.0-6.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-et-xmlfile@1.1.0-6.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-flake8-0:5.0.0-3.el9pc.src",
"product": {
"name": "python-flake8-0:5.0.0-3.el9pc.src",
"product_id": "python-flake8-0:5.0.0-3.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-flake8@5.0.0-3.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-frozenlist-0:1.3.3-5.el9pc.src",
"product": {
"name": "python-frozenlist-0:1.3.3-5.el9pc.src",
"product_id": "python-frozenlist-0:1.3.3-5.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-frozenlist@1.3.3-5.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-future-0:0.18.3-5.el9pc.src",
"product": {
"name": "python-future-0:0.18.3-5.el9pc.src",
"product_id": "python-future-0:0.18.3-5.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-future@0.18.3-5.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-galaxy-importer-0:0.4.19-2.el9pc.src",
"product": {
"name": "python-galaxy-importer-0:0.4.19-2.el9pc.src",
"product_id": "python-galaxy-importer-0:0.4.19-2.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-galaxy-importer@0.4.19-2.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-gitdb-0:4.0.10-5.el9pc.src",
"product": {
"name": "python-gitdb-0:4.0.10-5.el9pc.src",
"product_id": "python-gitdb-0:4.0.10-5.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gitdb@4.0.10-5.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-gitpython-0:3.1.40-3.el9pc.src",
"product": {
"name": "python-gitpython-0:3.1.40-3.el9pc.src",
"product_id": "python-gitpython-0:3.1.40-3.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gitpython@3.1.40-3.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-gnupg-0:0.5.0-4.el9pc.src",
"product": {
"name": "python-gnupg-0:0.5.0-4.el9pc.src",
"product_id": "python-gnupg-0:0.5.0-4.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gnupg@0.5.0-4.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"product": {
"name": "python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"product_id": "python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-googleapis-common-protos@1.59.1-4.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-grpcio-0:1.65.4-1.el9pc.src",
"product": {
"name": "python-grpcio-0:1.65.4-1.el9pc.src",
"product_id": "python-grpcio-0:1.65.4-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-grpcio@1.65.4-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-gunicorn-0:22.0.0-1.el9pc.src",
"product": {
"name": "python-gunicorn-0:22.0.0-1.el9pc.src",
"product_id": "python-gunicorn-0:22.0.0-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gunicorn@22.0.0-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-importlib-metadata-0:6.0.1-3.el9pc.src",
"product": {
"name": "python-importlib-metadata-0:6.0.1-3.el9pc.src",
"product_id": "python-importlib-metadata-0:6.0.1-3.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-importlib-metadata@6.0.1-3.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-inflection-0:0.5.1-6.el9pc.src",
"product": {
"name": "python-inflection-0:0.5.1-6.el9pc.src",
"product_id": "python-inflection-0:0.5.1-6.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-inflection@0.5.1-6.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-iniparse-0:0.4-39.el9pc.src",
"product": {
"name": "python-iniparse-0:0.4-39.el9pc.src",
"product_id": "python-iniparse-0:0.4-39.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-iniparse@0.4-39.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-jinja2-0:3.1.4-1.el9pc.src",
"product": {
"name": "python-jinja2-0:3.1.4-1.el9pc.src",
"product_id": "python-jinja2-0:3.1.4-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-jinja2@3.1.4-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-jq-0:1.6.0-3.el9pc.src",
"product": {
"name": "python-jq-0:1.6.0-3.el9pc.src",
"product_id": "python-jq-0:1.6.0-3.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-jq@1.6.0-3.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-jsonschema-0:4.10.3-3.el9pc.src",
"product": {
"name": "python-jsonschema-0:4.10.3-3.el9pc.src",
"product_id": "python-jsonschema-0:4.10.3-3.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-jsonschema@4.10.3-3.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-json-stream-0:2.3.2-4.el9pc.src",
"product": {
"name": "python-json-stream-0:2.3.2-4.el9pc.src",
"product_id": "python-json-stream-0:2.3.2-4.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-json-stream@2.3.2-4.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"product": {
"name": "python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"product_id": "python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-json-stream-rs-tokenizer@0.4.25-3.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-lockfile-0:0.12.2-4.el9pc.src",
"product": {
"name": "python-lockfile-0:0.12.2-4.el9pc.src",
"product_id": "python-lockfile-0:0.12.2-4.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lockfile@0.12.2-4.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-lxml-0:4.9.2-4.el9pc.src",
"product": {
"name": "python-lxml-0:4.9.2-4.el9pc.src",
"product_id": "python-lxml-0:4.9.2-4.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml@4.9.2-4.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-markdown-0:3.4.1-3.el9pc.src",
"product": {
"name": "python-markdown-0:3.4.1-3.el9pc.src",
"product_id": "python-markdown-0:3.4.1-3.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markdown@3.4.1-3.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-markuppy-0:1.14-6.el9pc.src",
"product": {
"name": "python-markuppy-0:1.14-6.el9pc.src",
"product_id": "python-markuppy-0:1.14-6.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markuppy@1.14-6.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-0:2.1.2-4.el9pc.src",
"product": {
"name": "python-markupsafe-0:2.1.2-4.el9pc.src",
"product_id": "python-markupsafe-0:2.1.2-4.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe@2.1.2-4.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-mccabe-0:0.7.0-3.el9pc.src",
"product": {
"name": "python-mccabe-0:0.7.0-3.el9pc.src",
"product_id": "python-mccabe-0:0.7.0-3.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-mccabe@0.7.0-3.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-multidict-0:6.0.4-4.el9pc.src",
"product": {
"name": "python-multidict-0:6.0.4-4.el9pc.src",
"product_id": "python-multidict-0:6.0.4-4.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-multidict@6.0.4-4.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-odfpy-0:1.4.1-9.el9pc.src",
"product": {
"name": "python-odfpy-0:1.4.1-9.el9pc.src",
"product_id": "python-odfpy-0:1.4.1-9.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-odfpy@1.4.1-9.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-openpyxl-0:3.1.0-4.el9pc.src",
"product": {
"name": "python-openpyxl-0:3.1.0-4.el9pc.src",
"product_id": "python-openpyxl-0:3.1.0-4.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-openpyxl@3.1.0-4.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"product": {
"name": "python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"product_id": "python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_api@1.19.0-3.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"product": {
"name": "python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"product_id": "python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_distro@0.40b0-7.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"product": {
"name": "python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"product_id": "python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_exporter_otlp@1.19.0-4.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"product": {
"name": "python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"product_id": "python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_exporter_otlp_proto_common@1.19.0-3.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"product": {
"name": "python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"product_id": "python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_exporter_otlp_proto_grpc@1.19.0-5.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"product": {
"name": "python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"product_id": "python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_exporter_otlp_proto_http@1.19.0-5.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"product": {
"name": "python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"product_id": "python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_instrumentation@0.40b0-5.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"product": {
"name": "python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"product_id": "python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_instrumentation_django@0.40b0-4.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"product": {
"name": "python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"product_id": "python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_instrumentation_wsgi@0.40b0-4.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"product": {
"name": "python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"product_id": "python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_proto@1.19.0-4.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"product": {
"name": "python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"product_id": "python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_sdk@1.19.0-4.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"product": {
"name": "python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"product_id": "python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_semantic_conventions@0.40b0-3.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"product": {
"name": "python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"product_id": "python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-opentelemetry_util_http@0.40b0-3.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.11-packaging-0:21.3-6.1.el9pc.src",
"product": {
"name": "python3.11-packaging-0:21.3-6.1.el9pc.src",
"product_id": "python3.11-packaging-0:21.3-6.1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-packaging@21.3-6.1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-parsley-0:1.3-5.el9pc.src",
"product": {
"name": "python-parsley-0:1.3-5.el9pc.src",
"product_id": "python-parsley-0:1.3-5.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-parsley@1.3-5.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pbr-0:5.8.0-7.el9pc.src",
"product": {
"name": "python-pbr-0:5.8.0-7.el9pc.src",
"product_id": "python-pbr-0:5.8.0-7.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pbr@5.8.0-7.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pexpect-0:4.8.0-5.el9pc.src",
"product": {
"name": "python-pexpect-0:4.8.0-5.el9pc.src",
"product_id": "python-pexpect-0:4.8.0-5.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pexpect@4.8.0-5.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pillow-0:10.3.0-1.el9pc.src",
"product": {
"name": "python-pillow-0:10.3.0-1.el9pc.src",
"product_id": "python-pillow-0:10.3.0-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow@10.3.0-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-productmd-0:1.33-5.el9pc.src",
"product": {
"name": "python-productmd-0:1.33-5.el9pc.src",
"product_id": "python-productmd-0:1.33-5.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-productmd@1.33-5.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-protobuf-0:4.21.6-5.el9pc.src",
"product": {
"name": "python-protobuf-0:4.21.6-5.el9pc.src",
"product_id": "python-protobuf-0:4.21.6-5.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-protobuf@4.21.6-5.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-psycopg-0:3.1.9-3.el9pc.src",
"product": {
"name": "python-psycopg-0:3.1.9-3.el9pc.src",
"product_id": "python-psycopg-0:3.1.9-3.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg@3.1.9-3.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-ptyprocess-0:0.7.0-3.el9pc.src",
"product": {
"name": "python-ptyprocess-0:0.7.0-3.el9pc.src",
"product_id": "python-ptyprocess-0:0.7.0-3.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ptyprocess@0.7.0-3.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-ansible-1:0.21.8-1.el9pc.src",
"product": {
"name": "python-pulp-ansible-1:0.21.8-1.el9pc.src",
"product_id": "python-pulp-ansible-1:0.21.8-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-ansible@0.21.8-1.el9pc?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python-pulp-certguard-0:1.7.1-2.el9pc.src",
"product": {
"name": "python-pulp-certguard-0:1.7.1-2.el9pc.src",
"product_id": "python-pulp-certguard-0:1.7.1-2.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-certguard@1.7.1-2.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-cli-0:0.27.2-1.el9pc.src",
"product": {
"name": "python-pulp-cli-0:0.27.2-1.el9pc.src",
"product_id": "python-pulp-cli-0:0.27.2-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-cli@0.27.2-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-container-0:2.20.2-1.el9pc.src",
"product": {
"name": "python-pulp-container-0:2.20.2-1.el9pc.src",
"product_id": "python-pulp-container-0:2.20.2-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-container@2.20.2-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulpcore-0:3.49.19-1.el9pc.src",
"product": {
"name": "python-pulpcore-0:3.49.19-1.el9pc.src",
"product_id": "python-pulpcore-0:3.49.19-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulpcore@3.49.19-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-deb-0:3.2.1-1.el9pc.src",
"product": {
"name": "python-pulp-deb-0:3.2.1-1.el9pc.src",
"product_id": "python-pulp-deb-0:3.2.1-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-deb@3.2.1-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-file-0:1.15.1-2.el9pc.src",
"product": {
"name": "python-pulp-file-0:1.15.1-2.el9pc.src",
"product_id": "python-pulp-file-0:1.15.1-2.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-file@1.15.1-2.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-glue-0:0.27.2-1.el9pc.src",
"product": {
"name": "python-pulp-glue-0:0.27.2-1.el9pc.src",
"product_id": "python-pulp-glue-0:0.27.2-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-glue@0.27.2-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp_manifest-0:3.0.0-5.el9pc.src",
"product": {
"name": "python-pulp_manifest-0:3.0.0-5.el9pc.src",
"product_id": "python-pulp_manifest-0:3.0.0-5.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp_manifest@3.0.0-5.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-rpm-0:3.26.1-1.el9pc.src",
"product": {
"name": "python-pulp-rpm-0:3.26.1-1.el9pc.src",
"product_id": "python-pulp-rpm-0:3.26.1-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-rpm@3.26.1-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pycares-0:4.1.2-4.el9pc.src",
"product": {
"name": "python-pycares-0:4.1.2-4.el9pc.src",
"product_id": "python-pycares-0:4.1.2-4.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycares@4.1.2-4.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pycodestyle-0:2.9.1-2.el9pc.src",
"product": {
"name": "python-pycodestyle-0:2.9.1-2.el9pc.src",
"product_id": "python-pycodestyle-0:2.9.1-2.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycodestyle@2.9.1-2.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pycparser-0:2.21-5.el9pc.src",
"product": {
"name": "python-pycparser-0:2.21-5.el9pc.src",
"product_id": "python-pycparser-0:2.21-5.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycparser@2.21-5.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pycryptodomex-0:3.20.0-1.el9pc.src",
"product": {
"name": "python-pycryptodomex-0:3.20.0-1.el9pc.src",
"product_id": "python-pycryptodomex-0:3.20.0-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycryptodomex@3.20.0-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyflakes-0:2.5.0-2.el9pc.src",
"product": {
"name": "python-pyflakes-0:2.5.0-2.el9pc.src",
"product_id": "python-pyflakes-0:2.5.0-2.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyflakes@2.5.0-2.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pygments-0:2.17.0-1.el9pc.src",
"product": {
"name": "python-pygments-0:2.17.0-1.el9pc.src",
"product_id": "python-pygments-0:2.17.0-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pygments@2.17.0-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pygtrie-0:2.5.0-4.el9pc.src",
"product": {
"name": "python-pygtrie-0:2.5.0-4.el9pc.src",
"product_id": "python-pygtrie-0:2.5.0-4.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pygtrie@2.5.0-4.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyjwkest-0:1.4.2-8.el9pc.src",
"product": {
"name": "python-pyjwkest-0:1.4.2-8.el9pc.src",
"product_id": "python-pyjwkest-0:1.4.2-8.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyjwkest@1.4.2-8.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyjwt-0:2.5.0-4.el9pc.src",
"product": {
"name": "python-pyjwt-0:2.5.0-4.el9pc.src",
"product_id": "python-pyjwt-0:2.5.0-4.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyjwt@2.5.0-4.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"product": {
"name": "python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"product_id": "python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyOpenSSL@24.1.0-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyparsing-0:3.1.1-3.el9pc.src",
"product": {
"name": "python-pyparsing-0:3.1.1-3.el9pc.src",
"product_id": "python-pyparsing-0:3.1.1-3.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyparsing@3.1.1-3.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyrsistent-0:0.18.1-5.el9pc.src",
"product": {
"name": "python-pyrsistent-0:0.18.1-5.el9pc.src",
"product_id": "python-pyrsistent-0:0.18.1-5.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyrsistent@0.18.1-5.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pytz-0:2022.2.1-6.el9pc.src",
"product": {
"name": "python-pytz-0:2022.2.1-6.el9pc.src",
"product_id": "python-pytz-0:2022.2.1-6.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pytz@2022.2.1-6.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-redis-0:4.3.4-4.el9pc.src",
"product": {
"name": "python-redis-0:4.3.4-4.el9pc.src",
"product_id": "python-redis-0:4.3.4-4.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-redis@4.3.4-4.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-requests-0:2.31.0-4.el9pc.src",
"product": {
"name": "python-requests-0:2.31.0-4.el9pc.src",
"product_id": "python-requests-0:2.31.0-4.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-requests@2.31.0-4.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-requirements-parser-0:0.2.0-6.el9pc.src",
"product": {
"name": "python-requirements-parser-0:0.2.0-6.el9pc.src",
"product_id": "python-requirements-parser-0:0.2.0-6.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-requirements-parser@0.2.0-6.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-rhsm-0:1.19.2-6.el9pc.src",
"product": {
"name": "python-rhsm-0:1.19.2-6.el9pc.src",
"product_id": "python-rhsm-0:1.19.2-6.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-rhsm@1.19.2-6.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-schema-0:0.7.5-5.el9pc.src",
"product": {
"name": "python-schema-0:0.7.5-5.el9pc.src",
"product_id": "python-schema-0:0.7.5-5.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-schema@0.7.5-5.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-semantic-version-0:2.10.0-5.el9pc.src",
"product": {
"name": "python-semantic-version-0:2.10.0-5.el9pc.src",
"product_id": "python-semantic-version-0:2.10.0-5.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-semantic-version@2.10.0-5.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-six-0:1.16.0-5.el9pc.src",
"product": {
"name": "python-six-0:1.16.0-5.el9pc.src",
"product_id": "python-six-0:1.16.0-5.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-six@1.16.0-5.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-smmap-0:5.0.0-5.el9pc.src",
"product": {
"name": "python-smmap-0:5.0.0-5.el9pc.src",
"product_id": "python-smmap-0:5.0.0-5.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-smmap@5.0.0-5.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-solv-0:0.7.28-1.el9pc.src",
"product": {
"name": "python-solv-0:0.7.28-1.el9pc.src",
"product_id": "python-solv-0:0.7.28-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-solv@0.7.28-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-sqlparse-0:0.5.0-1.el9pc.src",
"product": {
"name": "python-sqlparse-0:0.5.0-1.el9pc.src",
"product_id": "python-sqlparse-0:0.5.0-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sqlparse@0.5.0-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-tablib-0:3.3.0-4.el9pc.src",
"product": {
"name": "python-tablib-0:3.3.0-4.el9pc.src",
"product_id": "python-tablib-0:3.3.0-4.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tablib@3.3.0-4.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-toml-0:0.10.2-5.el9pc.src",
"product": {
"name": "python-toml-0:0.10.2-5.el9pc.src",
"product_id": "python-toml-0:0.10.2-5.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-toml@0.10.2-5.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"product": {
"name": "python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"product_id": "python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-types-cryptography@3.3.23.2-3.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-typing-extensions-0:4.7.1-5.el9pc.src",
"product": {
"name": "python-typing-extensions-0:4.7.1-5.el9pc.src",
"product_id": "python-typing-extensions-0:4.7.1-5.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-typing-extensions@4.7.1-5.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-uritemplate-0:4.1.1-4.el9pc.src",
"product": {
"name": "python-uritemplate-0:4.1.1-4.el9pc.src",
"product_id": "python-uritemplate-0:4.1.1-4.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-uritemplate@4.1.1-4.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-urllib3-0:2.2.3-1.el9pc.src",
"product": {
"name": "python-urllib3-0:2.2.3-1.el9pc.src",
"product_id": "python-urllib3-0:2.2.3-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-urllib3@2.2.3-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-urlman-0:2.0.1-3.el9pc.src",
"product": {
"name": "python-urlman-0:2.0.1-3.el9pc.src",
"product_id": "python-urlman-0:2.0.1-3.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-urlman@2.0.1-3.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-url-normalize-0:1.4.3-6.el9pc.src",
"product": {
"name": "python-url-normalize-0:1.4.3-6.el9pc.src",
"product_id": "python-url-normalize-0:1.4.3-6.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-url-normalize@1.4.3-6.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-uuid6-0:2023.5.2-4.el9pc.src",
"product": {
"name": "python-uuid6-0:2023.5.2-4.el9pc.src",
"product_id": "python-uuid6-0:2023.5.2-4.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-uuid6@2023.5.2-4.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-webencodings-0:0.5.1-6.el9pc.src",
"product": {
"name": "python-webencodings-0:0.5.1-6.el9pc.src",
"product_id": "python-webencodings-0:0.5.1-6.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-webencodings@0.5.1-6.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-whitenoise-0:6.0.0-4.el9pc.src",
"product": {
"name": "python-whitenoise-0:6.0.0-4.el9pc.src",
"product_id": "python-whitenoise-0:6.0.0-4.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-whitenoise@6.0.0-4.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-wrapt-0:1.14.1-4.el9pc.src",
"product": {
"name": "python-wrapt-0:1.14.1-4.el9pc.src",
"product_id": "python-wrapt-0:1.14.1-4.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wrapt@1.14.1-4.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-xlrd-0:2.0.1-8.el9pc.src",
"product": {
"name": "python-xlrd-0:2.0.1-8.el9pc.src",
"product_id": "python-xlrd-0:2.0.1-8.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-xlrd@2.0.1-8.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-xlwt-0:1.3.0-6.el9pc.src",
"product": {
"name": "python-xlwt-0:1.3.0-6.el9pc.src",
"product_id": "python-xlwt-0:1.3.0-6.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-xlwt@1.3.0-6.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-yarl-0:1.8.2-4.el9pc.src",
"product": {
"name": "python-yarl-0:1.8.2-4.el9pc.src",
"product_id": "python-yarl-0:1.8.2-4.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-yarl@1.8.2-4.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-zipp-0:3.20.2-1.el9pc.src",
"product": {
"name": "python-zipp-0:3.20.2-1.el9pc.src",
"product_id": "python-zipp-0:3.20.2-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-zipp@3.20.2-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-websockify-0:0.10.0-3.el9sat.src",
"product": {
"name": "python-websockify-0:0.10.0-3.el9sat.src",
"product_id": "python-websockify-0:0.10.0-3.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-websockify@0.10.0-3.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-actioncable-0:6.1.7.8-1.el9sat.src",
"product": {
"name": "rubygem-actioncable-0:6.1.7.8-1.el9sat.src",
"product_id": "rubygem-actioncable-0:6.1.7.8-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-actioncable@6.1.7.8-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-actionmailbox-0:6.1.7.8-1.el9sat.src",
"product": {
"name": "rubygem-actionmailbox-0:6.1.7.8-1.el9sat.src",
"product_id": "rubygem-actionmailbox-0:6.1.7.8-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-actionmailbox@6.1.7.8-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-actionmailer-0:6.1.7.8-1.el9sat.src",
"product": {
"name": "rubygem-actionmailer-0:6.1.7.8-1.el9sat.src",
"product_id": "rubygem-actionmailer-0:6.1.7.8-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-actionmailer@6.1.7.8-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-actionpack-0:6.1.7.8-1.el9sat.src",
"product": {
"name": "rubygem-actionpack-0:6.1.7.8-1.el9sat.src",
"product_id": "rubygem-actionpack-0:6.1.7.8-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-actionpack@6.1.7.8-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-actiontext-0:6.1.7.8-1.el9sat.src",
"product": {
"name": "rubygem-actiontext-0:6.1.7.8-1.el9sat.src",
"product_id": "rubygem-actiontext-0:6.1.7.8-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-actiontext@6.1.7.8-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-actionview-0:6.1.7.8-1.el9sat.src",
"product": {
"name": "rubygem-actionview-0:6.1.7.8-1.el9sat.src",
"product_id": "rubygem-actionview-0:6.1.7.8-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-actionview@6.1.7.8-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-activejob-0:6.1.7.8-1.el9sat.src",
"product": {
"name": "rubygem-activejob-0:6.1.7.8-1.el9sat.src",
"product_id": "rubygem-activejob-0:6.1.7.8-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activejob@6.1.7.8-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-activemodel-0:6.1.7.8-1.el9sat.src",
"product": {
"name": "rubygem-activemodel-0:6.1.7.8-1.el9sat.src",
"product_id": "rubygem-activemodel-0:6.1.7.8-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activemodel@6.1.7.8-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-activerecord-0:6.1.7.8-1.el9sat.src",
"product": {
"name": "rubygem-activerecord-0:6.1.7.8-1.el9sat.src",
"product_id": "rubygem-activerecord-0:6.1.7.8-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activerecord@6.1.7.8-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-activerecord-import-0:1.7.0-1.el9sat.src",
"product": {
"name": "rubygem-activerecord-import-0:1.7.0-1.el9sat.src",
"product_id": "rubygem-activerecord-import-0:1.7.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activerecord-import@1.7.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-activerecord-session_store-0:2.1.0-1.el9sat.src",
"product": {
"name": "rubygem-activerecord-session_store-0:2.1.0-1.el9sat.src",
"product_id": "rubygem-activerecord-session_store-0:2.1.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activerecord-session_store@2.1.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-activestorage-0:6.1.7.8-1.el9sat.src",
"product": {
"name": "rubygem-activestorage-0:6.1.7.8-1.el9sat.src",
"product_id": "rubygem-activestorage-0:6.1.7.8-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activestorage@6.1.7.8-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"product": {
"name": "rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"product_id": "rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activesupport@6.1.7.8-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-acts_as_list-0:1.0.3-2.el9sat.src",
"product": {
"name": "rubygem-acts_as_list-0:1.0.3-2.el9sat.src",
"product_id": "rubygem-acts_as_list-0:1.0.3-2.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-acts_as_list@1.0.3-2.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-addressable-0:2.8.7-1.el9sat.src",
"product": {
"name": "rubygem-addressable-0:2.8.7-1.el9sat.src",
"product_id": "rubygem-addressable-0:2.8.7-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-addressable@2.8.7-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-algebrick-0:0.7.5-1.el9sat.src",
"product": {
"name": "rubygem-algebrick-0:0.7.5-1.el9sat.src",
"product_id": "rubygem-algebrick-0:0.7.5-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-algebrick@0.7.5-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"product": {
"name": "rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"product_id": "rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-amazing_print@1.6.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-ancestry-0:4.3.3-1.el9sat.src",
"product": {
"name": "rubygem-ancestry-0:4.3.3-1.el9sat.src",
"product_id": "rubygem-ancestry-0:4.3.3-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ancestry@4.3.3-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-angular-rails-templates-1:1.1.0-2.el9sat.src",
"product": {
"name": "rubygem-angular-rails-templates-1:1.1.0-2.el9sat.src",
"product_id": "rubygem-angular-rails-templates-1:1.1.0-2.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-angular-rails-templates@1.1.0-2.el9sat?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-ansi-0:1.5.0-3.el9sat.src",
"product": {
"name": "rubygem-ansi-0:1.5.0-3.el9sat.src",
"product_id": "rubygem-ansi-0:1.5.0-3.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ansi@1.5.0-3.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"product": {
"name": "rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"product_id": "rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-apipie-bindings@0.6.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-apipie-dsl-0:2.6.2-1.el9sat.src",
"product": {
"name": "rubygem-apipie-dsl-0:2.6.2-1.el9sat.src",
"product_id": "rubygem-apipie-dsl-0:2.6.2-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-apipie-dsl@2.6.2-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"product": {
"name": "rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"product_id": "rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-apipie-params@0.0.5-5.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-apipie-rails-0:1.4.2-1.el9sat.src",
"product": {
"name": "rubygem-apipie-rails-0:1.4.2-1.el9sat.src",
"product_id": "rubygem-apipie-rails-0:1.4.2-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-apipie-rails@1.4.2-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-audited-0:5.7.0-1.el9sat.src",
"product": {
"name": "rubygem-audited-0:5.7.0-1.el9sat.src",
"product_id": "rubygem-audited-0:5.7.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-audited@5.7.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.src",
"product": {
"name": "rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.src",
"product_id": "rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-azure_mgmt_compute@0.22.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.src",
"product": {
"name": "rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.src",
"product_id": "rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-azure_mgmt_network@0.26.1-2.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.src",
"product": {
"name": "rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.src",
"product_id": "rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-azure_mgmt_resources@0.18.2-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.src",
"product": {
"name": "rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.src",
"product_id": "rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-azure_mgmt_storage@0.23.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.src",
"product": {
"name": "rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.src",
"product_id": "rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-azure_mgmt_subscriptions@0.18.5-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-bcrypt-0:3.1.20-1.el9sat.src",
"product": {
"name": "rubygem-bcrypt-0:3.1.20-1.el9sat.src",
"product_id": "rubygem-bcrypt-0:3.1.20-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bcrypt@3.1.20-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-builder-0:3.3.0-1.el9sat.src",
"product": {
"name": "rubygem-builder-0:3.3.0-1.el9sat.src",
"product_id": "rubygem-builder-0:3.3.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-builder@3.3.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"product": {
"name": "rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"product_id": "rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bundler_ext@0.4.1-6.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-clamp-0:1.3.2-1.el9sat.src",
"product": {
"name": "rubygem-clamp-0:1.3.2-1.el9sat.src",
"product_id": "rubygem-clamp-0:1.3.2-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-clamp@1.3.2-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-coffee-rails-0:5.0.0-2.el9sat.src",
"product": {
"name": "rubygem-coffee-rails-0:5.0.0-2.el9sat.src",
"product_id": "rubygem-coffee-rails-0:5.0.0-2.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-coffee-rails@5.0.0-2.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-coffee-script-0:2.4.1-5.el9sat.src",
"product": {
"name": "rubygem-coffee-script-0:2.4.1-5.el9sat.src",
"product_id": "rubygem-coffee-script-0:2.4.1-5.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-coffee-script@2.4.1-5.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-coffee-script-source-0:1.12.2-5.el9sat.src",
"product": {
"name": "rubygem-coffee-script-source-0:1.12.2-5.el9sat.src",
"product_id": "rubygem-coffee-script-source-0:1.12.2-5.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-coffee-script-source@1.12.2-5.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-colorize-0:0.8.1-2.el9sat.src",
"product": {
"name": "rubygem-colorize-0:0.8.1-2.el9sat.src",
"product_id": "rubygem-colorize-0:0.8.1-2.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-colorize@0.8.1-2.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"product": {
"name": "rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"product_id": "rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-concurrent-ruby@1.1.10-1.el9sat?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"product": {
"name": "rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"product_id": "rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-concurrent-ruby-edge@0.6.0-3.el9sat?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-connection_pool-0:2.4.1-1.el9sat.src",
"product": {
"name": "rubygem-connection_pool-0:2.4.1-1.el9sat.src",
"product_id": "rubygem-connection_pool-0:2.4.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-connection_pool@2.4.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-crass-0:1.0.6-2.el9sat.src",
"product": {
"name": "rubygem-crass-0:1.0.6-2.el9sat.src",
"product_id": "rubygem-crass-0:1.0.6-2.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-crass@1.0.6-2.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-css_parser-0:1.17.1-1.el9sat.src",
"product": {
"name": "rubygem-css_parser-0:1.17.1-1.el9sat.src",
"product_id": "rubygem-css_parser-0:1.17.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-css_parser@1.17.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-daemons-0:1.4.1-1.el9sat.src",
"product": {
"name": "rubygem-daemons-0:1.4.1-1.el9sat.src",
"product_id": "rubygem-daemons-0:1.4.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-daemons@1.4.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-deacon-0:1.0.0-5.el9sat.src",
"product": {
"name": "rubygem-deacon-0:1.0.0-5.el9sat.src",
"product_id": "rubygem-deacon-0:1.0.0-5.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-deacon@1.0.0-5.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-declarative-0:0.0.20-1.el9sat.src",
"product": {
"name": "rubygem-declarative-0:0.0.20-1.el9sat.src",
"product_id": "rubygem-declarative-0:0.0.20-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-declarative@0.0.20-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-deep_cloneable-0:3.2.0-1.el9sat.src",
"product": {
"name": "rubygem-deep_cloneable-0:3.2.0-1.el9sat.src",
"product_id": "rubygem-deep_cloneable-0:3.2.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-deep_cloneable@3.2.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-deface-0:1.9.0-1.el9sat.src",
"product": {
"name": "rubygem-deface-0:1.9.0-1.el9sat.src",
"product_id": "rubygem-deface-0:1.9.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-deface@1.9.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-diffy-0:3.4.2-1.el9sat.src",
"product": {
"name": "rubygem-diffy-0:3.4.2-1.el9sat.src",
"product_id": "rubygem-diffy-0:3.4.2-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-diffy@3.4.2-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"product": {
"name": "rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"product_id": "rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-domain_name@0.6.20240107-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-dynflow-0:1.9.0-1.el9sat.src",
"product": {
"name": "rubygem-dynflow-0:1.9.0-1.el9sat.src",
"product_id": "rubygem-dynflow-0:1.9.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-dynflow@1.9.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-erubi-0:1.13.0-1.el9sat.src",
"product": {
"name": "rubygem-erubi-0:1.13.0-1.el9sat.src",
"product_id": "rubygem-erubi-0:1.13.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-erubi@1.13.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-et-orbi-0:1.2.7-1.el9sat.src",
"product": {
"name": "rubygem-et-orbi-0:1.2.7-1.el9sat.src",
"product_id": "rubygem-et-orbi-0:1.2.7-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-et-orbi@1.2.7-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-excon-0:0.111.0-1.el9sat.src",
"product": {
"name": "rubygem-excon-0:0.111.0-1.el9sat.src",
"product_id": "rubygem-excon-0:0.111.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-excon@0.111.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-execjs-0:2.9.1-1.el9sat.src",
"product": {
"name": "rubygem-execjs-0:2.9.1-1.el9sat.src",
"product_id": "rubygem-execjs-0:2.9.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-execjs@2.9.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-facter-0:4.7.1-1.el9sat.src",
"product": {
"name": "rubygem-facter-0:4.7.1-1.el9sat.src",
"product_id": "rubygem-facter-0:4.7.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-facter@4.7.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-0:1.10.2-1.el9sat.src",
"product": {
"name": "rubygem-faraday-0:1.10.2-1.el9sat.src",
"product_id": "rubygem-faraday-0:1.10.2-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday@1.10.2-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.src",
"product": {
"name": "rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.src",
"product_id": "rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-cookie_jar@0.0.6-2.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"product": {
"name": "rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"product_id": "rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-em_http@1.0.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"product": {
"name": "rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"product_id": "rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-em_synchrony@1.0.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"product": {
"name": "rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"product_id": "rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-excon@1.1.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"product": {
"name": "rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"product_id": "rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-httpclient@1.0.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"product": {
"name": "rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"product_id": "rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday_middleware@1.2.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"product": {
"name": "rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"product_id": "rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-multipart@1.0.4-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"product": {
"name": "rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"product_id": "rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-net_http@1.0.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"product": {
"name": "rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"product_id": "rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-net_http_persistent@1.2.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"product": {
"name": "rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"product_id": "rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-patron@1.0.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"product": {
"name": "rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"product_id": "rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-rack@1.0.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"product": {
"name": "rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"product_id": "rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-retry@1.0.3-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"product": {
"name": "rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"product_id": "rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fast_gettext@2.4.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-ffi-0:1.16.3-2.el9sat.src",
"product": {
"name": "rubygem-ffi-0:1.16.3-2.el9sat.src",
"product_id": "rubygem-ffi-0:1.16.3-2.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ffi@1.16.3-2.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-aws-0:3.23.0-1.el9sat.src",
"product": {
"name": "rubygem-fog-aws-0:3.23.0-1.el9sat.src",
"product_id": "rubygem-fog-aws-0:3.23.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-aws@3.23.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-core-0:2.4.0-1.el9sat.src",
"product": {
"name": "rubygem-fog-core-0:2.4.0-1.el9sat.src",
"product_id": "rubygem-fog-core-0:2.4.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-core@2.4.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-json-0:1.2.0-4.el9sat.src",
"product": {
"name": "rubygem-fog-json-0:1.2.0-4.el9sat.src",
"product_id": "rubygem-fog-json-0:1.2.0-4.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-json@1.2.0-4.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-kubevirt-0:1.3.7-1.el9sat.src",
"product": {
"name": "rubygem-fog-kubevirt-0:1.3.7-1.el9sat.src",
"product_id": "rubygem-fog-kubevirt-0:1.3.7-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-kubevirt@1.3.7-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-libvirt-0:0.12.2-1.el9sat.src",
"product": {
"name": "rubygem-fog-libvirt-0:0.12.2-1.el9sat.src",
"product_id": "rubygem-fog-libvirt-0:0.12.2-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-libvirt@0.12.2-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-openstack-0:1.1.3-1.el9sat.src",
"product": {
"name": "rubygem-fog-openstack-0:1.1.3-1.el9sat.src",
"product_id": "rubygem-fog-openstack-0:1.1.3-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-openstack@1.1.3-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-ovirt-0:2.0.2-1.el9sat.src",
"product": {
"name": "rubygem-fog-ovirt-0:2.0.2-1.el9sat.src",
"product_id": "rubygem-fog-ovirt-0:2.0.2-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-ovirt@2.0.2-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-vsphere-0:3.7.0-1.el9sat.src",
"product": {
"name": "rubygem-fog-vsphere-0:3.7.0-1.el9sat.src",
"product_id": "rubygem-fog-vsphere-0:3.7.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-vsphere@3.7.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-xml-0:0.1.4-1.el9sat.src",
"product": {
"name": "rubygem-fog-xml-0:0.1.4-1.el9sat.src",
"product_id": "rubygem-fog-xml-0:0.1.4-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-xml@0.1.4-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_ansible-0:14.2.1-1.el9sat.src",
"product": {
"name": "rubygem-foreman_ansible-0:14.2.1-1.el9sat.src",
"product_id": "rubygem-foreman_ansible-0:14.2.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_ansible@14.2.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.src",
"product": {
"name": "rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.src",
"product_id": "rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_azure_rm@2.3.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.src",
"product": {
"name": "rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.src",
"product_id": "rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_bootdisk@21.2.3-2.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_discovery-0:24.0.2-1.el9sat.src",
"product": {
"name": "rubygem-foreman_discovery-0:24.0.2-1.el9sat.src",
"product_id": "rubygem-foreman_discovery-0:24.0.2-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_discovery@24.0.2-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_google-0:2.0.1-2.el9sat.src",
"product": {
"name": "rubygem-foreman_google-0:2.0.1-2.el9sat.src",
"product_id": "rubygem-foreman_google-0:2.0.1-2.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_google@2.0.1-2.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.src",
"product": {
"name": "rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.src",
"product_id": "rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_kubevirt@0.2.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_leapp-0:1.2.1-2.el9sat.src",
"product": {
"name": "rubygem-foreman_leapp-0:1.2.1-2.el9sat.src",
"product_id": "rubygem-foreman_leapp-0:1.2.1-2.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_leapp@1.2.1-2.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"product": {
"name": "rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"product_id": "rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_maintain@1.7.5-1.el9sat?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_openscap-0:9.0.4-1.el9sat.src",
"product": {
"name": "rubygem-foreman_openscap-0:9.0.4-1.el9sat.src",
"product_id": "rubygem-foreman_openscap-0:9.0.4-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_openscap@9.0.4-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_puppet-0:7.0.0-1.el9sat.src",
"product": {
"name": "rubygem-foreman_puppet-0:7.0.0-1.el9sat.src",
"product_id": "rubygem-foreman_puppet-0:7.0.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_puppet@7.0.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.src",
"product": {
"name": "rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.src",
"product_id": "rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_remote_execution@13.2.5-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.src",
"product": {
"name": "rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.src",
"product_id": "rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_rh_cloud@10.0.2-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman-tasks-0:9.2.3-1.el9sat.src",
"product": {
"name": "rubygem-foreman-tasks-0:9.2.3-1.el9sat.src",
"product_id": "rubygem-foreman-tasks-0:9.2.3-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman-tasks@9.2.3-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_templates-0:9.5.1-1.el9sat.src",
"product": {
"name": "rubygem-foreman_templates-0:9.5.1-1.el9sat.src",
"product_id": "rubygem-foreman_templates-0:9.5.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_templates@9.5.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.src",
"product": {
"name": "rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.src",
"product_id": "rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_theme_satellite@13.3.2-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.src",
"product": {
"name": "rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.src",
"product_id": "rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_virt_who_configure@0.5.23-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_webhooks-0:3.2.3-1.el9sat.src",
"product": {
"name": "rubygem-foreman_webhooks-0:3.2.3-1.el9sat.src",
"product_id": "rubygem-foreman_webhooks-0:3.2.3-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_webhooks@3.2.3-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-formatador-0:1.1.0-1.el9sat.src",
"product": {
"name": "rubygem-formatador-0:1.1.0-1.el9sat.src",
"product_id": "rubygem-formatador-0:1.1.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-formatador@1.1.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-friendly_id-0:5.5.1-1.el9sat.src",
"product": {
"name": "rubygem-friendly_id-0:5.5.1-1.el9sat.src",
"product_id": "rubygem-friendly_id-0:5.5.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-friendly_id@5.5.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-fugit-0:1.8.1-1.el9sat.src",
"product": {
"name": "rubygem-fugit-0:1.8.1-1.el9sat.src",
"product_id": "rubygem-fugit-0:1.8.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fugit@1.8.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-fx-0:0.8.0-1.el9sat.src",
"product": {
"name": "rubygem-fx-0:0.8.0-1.el9sat.src",
"product_id": "rubygem-fx-0:0.8.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fx@0.8.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-gapic-common-0:0.12.0-1.el9sat.src",
"product": {
"name": "rubygem-gapic-common-0:0.12.0-1.el9sat.src",
"product_id": "rubygem-gapic-common-0:0.12.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-gapic-common@0.12.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-get_process_mem-0:1.0.0-1.el9sat.src",
"product": {
"name": "rubygem-get_process_mem-0:1.0.0-1.el9sat.src",
"product_id": "rubygem-get_process_mem-0:1.0.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-get_process_mem@1.0.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.src",
"product": {
"name": "rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.src",
"product_id": "rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-gettext_i18n_rails@1.13.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-git-0:1.18.0-1.el9sat.src",
"product": {
"name": "rubygem-git-0:1.18.0-1.el9sat.src",
"product_id": "rubygem-git-0:1.18.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-git@1.18.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.src",
"product": {
"name": "rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.src",
"product_id": "rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-gitlab-sidekiq-fetcher@0.9.0-2.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-globalid-0:1.2.1-1.el9sat.src",
"product": {
"name": "rubygem-globalid-0:1.2.1-1.el9sat.src",
"product_id": "rubygem-globalid-0:1.2.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-globalid@1.2.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.src",
"product": {
"name": "rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.src",
"product_id": "rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-googleapis-common-protos@1.3.12-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.src",
"product": {
"name": "rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.src",
"product_id": "rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-googleapis-common-protos-types@1.4.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.src",
"product": {
"name": "rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.src",
"product_id": "rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-apis-compute_v1@0.54.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-apis-core-0:0.9.1-1.el9sat.src",
"product": {
"name": "rubygem-google-apis-core-0:0.9.1-1.el9sat.src",
"product_id": "rubygem-google-apis-core-0:0.9.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-apis-core@0.9.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-googleauth-0:1.3.0-1.el9sat.src",
"product": {
"name": "rubygem-googleauth-0:1.3.0-1.el9sat.src",
"product_id": "rubygem-googleauth-0:1.3.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-googleauth@1.3.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-cloud-common-0:1.1.0-1.el9sat.src",
"product": {
"name": "rubygem-google-cloud-common-0:1.1.0-1.el9sat.src",
"product_id": "rubygem-google-cloud-common-0:1.1.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-cloud-common@1.1.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-cloud-compute-0:0.5.0-1.el9sat.src",
"product": {
"name": "rubygem-google-cloud-compute-0:0.5.0-1.el9sat.src",
"product_id": "rubygem-google-cloud-compute-0:0.5.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-cloud-compute@0.5.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.src",
"product": {
"name": "rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.src",
"product_id": "rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-cloud-compute-v1@1.7.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-cloud-core-0:1.6.0-1.el9sat.src",
"product": {
"name": "rubygem-google-cloud-core-0:1.6.0-1.el9sat.src",
"product_id": "rubygem-google-cloud-core-0:1.6.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-cloud-core@1.6.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-cloud-env-0:1.6.0-1.el9sat.src",
"product": {
"name": "rubygem-google-cloud-env-0:1.6.0-1.el9sat.src",
"product_id": "rubygem-google-cloud-env-0:1.6.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-cloud-env@1.6.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-cloud-errors-0:1.3.0-1.el9sat.src",
"product": {
"name": "rubygem-google-cloud-errors-0:1.3.0-1.el9sat.src",
"product_id": "rubygem-google-cloud-errors-0:1.3.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-cloud-errors@1.3.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-protobuf-0:3.24.3-2.el9sat.src",
"product": {
"name": "rubygem-google-protobuf-0:3.24.3-2.el9sat.src",
"product_id": "rubygem-google-protobuf-0:3.24.3-2.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-protobuf@3.24.3-2.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-graphql-0:1.13.23-1.el9sat.src",
"product": {
"name": "rubygem-graphql-0:1.13.23-1.el9sat.src",
"product_id": "rubygem-graphql-0:1.13.23-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-graphql@1.13.23-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-graphql-batch-0:0.6.0-1.el9sat.src",
"product": {
"name": "rubygem-graphql-batch-0:0.6.0-1.el9sat.src",
"product_id": "rubygem-graphql-batch-0:0.6.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-graphql-batch@0.6.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-grpc-0:1.58.0-2.el9sat.src",
"product": {
"name": "rubygem-grpc-0:1.58.0-2.el9sat.src",
"product_id": "rubygem-grpc-0:1.58.0-2.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-grpc@1.58.0-2.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-gssapi-0:1.3.1-1.el9sat.src",
"product": {
"name": "rubygem-gssapi-0:1.3.1-1.el9sat.src",
"product_id": "rubygem-gssapi-0:1.3.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-gssapi@1.3.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"product": {
"name": "rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"product_id": "rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli@3.12.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"product_id": "rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman@3.12.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"product_id": "rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_admin@1.2.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"product_id": "rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_ansible@0.7.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"product_id": "rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_azure_rm@0.3.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"product_id": "rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_bootdisk@0.4.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"product_id": "rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_discovery@1.3.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"product_id": "rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_google@1.1.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.src",
"product_id": "rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_kubevirt@0.2.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"product_id": "rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_leapp@0.1.3-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"product_id": "rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_openscap@0.2.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.src",
"product_id": "rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_puppet@0.1.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"product_id": "rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_remote_execution@0.3.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"product_id": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_tasks@0.0.21-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"product_id": "rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_templates@0.3.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"product_id": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_virt_who_configure@0.1.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"product_id": "rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_webhooks@0.1.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"product": {
"name": "rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"product_id": "rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_katello@1.14.2-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hashie-0:5.0.0-1.el9sat.src",
"product": {
"name": "rubygem-hashie-0:5.0.0-1.el9sat.src",
"product_id": "rubygem-hashie-0:5.0.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hashie@5.0.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-highline-0:2.1.0-1.el9sat.src",
"product": {
"name": "rubygem-highline-0:2.1.0-1.el9sat.src",
"product_id": "rubygem-highline-0:2.1.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-highline@2.1.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hocon-0:1.4.0-1.el9sat.src",
"product": {
"name": "rubygem-hocon-0:1.4.0-1.el9sat.src",
"product_id": "rubygem-hocon-0:1.4.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hocon@1.4.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-http-0:3.3.0-2.el9sat.src",
"product": {
"name": "rubygem-http-0:3.3.0-2.el9sat.src",
"product_id": "rubygem-http-0:3.3.0-2.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-http@3.3.0-2.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-http-accept-0:1.7.0-1.el9sat.src",
"product": {
"name": "rubygem-http-accept-0:1.7.0-1.el9sat.src",
"product_id": "rubygem-http-accept-0:1.7.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-http-accept@1.7.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-httpclient-0:2.8.3-4.el9sat.src",
"product": {
"name": "rubygem-httpclient-0:2.8.3-4.el9sat.src",
"product_id": "rubygem-httpclient-0:2.8.3-4.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-httpclient@2.8.3-4.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"product": {
"name": "rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"product_id": "rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-http-cookie@1.0.6-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-http-form_data-0:2.1.1-2.el9sat.src",
"product": {
"name": "rubygem-http-form_data-0:2.1.1-2.el9sat.src",
"product_id": "rubygem-http-form_data-0:2.1.1-2.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-http-form_data@2.1.1-2.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-http_parser.rb-0:0.6.0-4.el9sat.src",
"product": {
"name": "rubygem-http_parser.rb-0:0.6.0-4.el9sat.src",
"product_id": "rubygem-http_parser.rb-0:0.6.0-4.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-http_parser.rb@0.6.0-4.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-i18n-0:1.14.5-1.el9sat.src",
"product": {
"name": "rubygem-i18n-0:1.14.5-1.el9sat.src",
"product_id": "rubygem-i18n-0:1.14.5-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-i18n@1.14.5-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-infoblox-0:3.0.0-4.el9sat.src",
"product": {
"name": "rubygem-infoblox-0:3.0.0-4.el9sat.src",
"product_id": "rubygem-infoblox-0:3.0.0-4.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-infoblox@3.0.0-4.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-jgrep-0:1.3.3-11.el9sat.src",
"product": {
"name": "rubygem-jgrep-0:1.3.3-11.el9sat.src",
"product_id": "rubygem-jgrep-0:1.3.3-11.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-jgrep@1.3.3-11.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"product": {
"name": "rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"product_id": "rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-journald-logger@3.1.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-journald-native-0:1.0.12-1.el9sat.src",
"product": {
"name": "rubygem-journald-native-0:1.0.12-1.el9sat.src",
"product_id": "rubygem-journald-native-0:1.0.12-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-journald-native@1.0.12-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-jsonpath-0:1.1.2-1.el9sat.src",
"product": {
"name": "rubygem-jsonpath-0:1.1.2-1.el9sat.src",
"product_id": "rubygem-jsonpath-0:1.1.2-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-jsonpath@1.1.2-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-jwt-0:2.8.2-1.el9sat.src",
"product": {
"name": "rubygem-jwt-0:2.8.2-1.el9sat.src",
"product_id": "rubygem-jwt-0:2.8.2-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-jwt@2.8.2-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-kafo-0:7.4.0-1.el9sat.src",
"product": {
"name": "rubygem-kafo-0:7.4.0-1.el9sat.src",
"product_id": "rubygem-kafo-0:7.4.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-kafo@7.4.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"product": {
"name": "rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"product_id": "rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-kafo_parsers@1.2.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"product": {
"name": "rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"product_id": "rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-kafo_wizards@0.0.2-2.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-katello-0:4.14.0.3-1.el9sat.src",
"product": {
"name": "rubygem-katello-0:4.14.0.3-1.el9sat.src",
"product_id": "rubygem-katello-0:4.14.0.3-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-katello@4.14.0.3-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-kubeclient-0:4.10.1-1.el9sat.src",
"product": {
"name": "rubygem-kubeclient-0:4.10.1-1.el9sat.src",
"product_id": "rubygem-kubeclient-0:4.10.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-kubeclient@4.10.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-ldap_fluff-0:0.7.0-1.el9sat.src",
"product": {
"name": "rubygem-ldap_fluff-0:0.7.0-1.el9sat.src",
"product_id": "rubygem-ldap_fluff-0:0.7.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ldap_fluff@0.7.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"product": {
"name": "rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"product_id": "rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-little-plugger@1.1.4-3.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-locale-0:2.1.4-1.el9sat.src",
"product": {
"name": "rubygem-locale-0:2.1.4-1.el9sat.src",
"product_id": "rubygem-locale-0:2.1.4-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-locale@2.1.4-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-logging-0:2.4.0-1.el9sat.src",
"product": {
"name": "rubygem-logging-0:2.4.0-1.el9sat.src",
"product_id": "rubygem-logging-0:2.4.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-logging@2.4.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"product": {
"name": "rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"product_id": "rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-logging-journald@2.1.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-loofah-0:2.22.0-1.el9sat.src",
"product": {
"name": "rubygem-loofah-0:2.22.0-1.el9sat.src",
"product_id": "rubygem-loofah-0:2.22.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-loofah@2.22.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-mail-0:2.8.1-2.el9sat.src",
"product": {
"name": "rubygem-mail-0:2.8.1-2.el9sat.src",
"product_id": "rubygem-mail-0:2.8.1-2.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mail@2.8.1-2.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-marcel-0:1.0.4-1.el9sat.src",
"product": {
"name": "rubygem-marcel-0:1.0.4-1.el9sat.src",
"product_id": "rubygem-marcel-0:1.0.4-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-marcel@1.0.4-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-memoist-0:0.16.2-1.el9sat.src",
"product": {
"name": "rubygem-memoist-0:0.16.2-1.el9sat.src",
"product_id": "rubygem-memoist-0:0.16.2-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-memoist@0.16.2-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-method_source-0:1.1.0-1.el9sat.src",
"product": {
"name": "rubygem-method_source-0:1.1.0-1.el9sat.src",
"product_id": "rubygem-method_source-0:1.1.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-method_source@1.1.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-mime-types-0:3.5.2-1.el9sat.src",
"product": {
"name": "rubygem-mime-types-0:3.5.2-1.el9sat.src",
"product_id": "rubygem-mime-types-0:3.5.2-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mime-types@3.5.2-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"product": {
"name": "rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"product_id": "rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mime-types-data@3.2024.0806-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-mini_mime-0:1.1.5-1.el9sat.src",
"product": {
"name": "rubygem-mini_mime-0:1.1.5-1.el9sat.src",
"product_id": "rubygem-mini_mime-0:1.1.5-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mini_mime@1.1.5-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-mqtt-0:0.5.0-1.el9sat.src",
"product": {
"name": "rubygem-mqtt-0:0.5.0-1.el9sat.src",
"product_id": "rubygem-mqtt-0:0.5.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mqtt@0.5.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-msgpack-0:1.7.2-1.el9sat.src",
"product": {
"name": "rubygem-msgpack-0:1.7.2-1.el9sat.src",
"product_id": "rubygem-msgpack-0:1.7.2-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-msgpack@1.7.2-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-ms_rest-0:0.7.6-1.el9sat.src",
"product": {
"name": "rubygem-ms_rest-0:0.7.6-1.el9sat.src",
"product_id": "rubygem-ms_rest-0:0.7.6-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ms_rest@0.7.6-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-ms_rest_azure-0:0.12.0-1.el9sat.src",
"product": {
"name": "rubygem-ms_rest_azure-0:0.12.0-1.el9sat.src",
"product_id": "rubygem-ms_rest_azure-0:0.12.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ms_rest_azure@0.12.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-multi_json-0:1.15.0-1.el9sat.src",
"product": {
"name": "rubygem-multi_json-0:1.15.0-1.el9sat.src",
"product_id": "rubygem-multi_json-0:1.15.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-multi_json@1.15.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"product": {
"name": "rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"product_id": "rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-multipart-post@2.2.3-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-mustermann-0:2.0.2-1.el9sat.src",
"product": {
"name": "rubygem-mustermann-0:2.0.2-1.el9sat.src",
"product_id": "rubygem-mustermann-0:2.0.2-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mustermann@2.0.2-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-net_http_unix-0:0.2.2-2.el9sat.src",
"product": {
"name": "rubygem-net_http_unix-0:0.2.2-2.el9sat.src",
"product_id": "rubygem-net_http_unix-0:0.2.2-2.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-net_http_unix@0.2.2-2.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-net-ldap-0:0.19.0-1.el9sat.src",
"product": {
"name": "rubygem-net-ldap-0:0.19.0-1.el9sat.src",
"product_id": "rubygem-net-ldap-0:0.19.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-net-ldap@0.19.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-net-ping-0:2.0.8-1.el9sat.src",
"product": {
"name": "rubygem-net-ping-0:2.0.8-1.el9sat.src",
"product_id": "rubygem-net-ping-0:2.0.8-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-net-ping@2.0.8-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-netrc-0:0.11.0-6.el9sat.src",
"product": {
"name": "rubygem-netrc-0:0.11.0-6.el9sat.src",
"product_id": "rubygem-netrc-0:0.11.0-6.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-netrc@0.11.0-6.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-net-scp-0:4.0.0-1.el9sat.src",
"product": {
"name": "rubygem-net-scp-0:4.0.0-1.el9sat.src",
"product_id": "rubygem-net-scp-0:4.0.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-net-scp@4.0.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"product": {
"name": "rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"product_id": "rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-net-ssh@7.2.3-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-nio4r-0:2.7.3-1.el9sat.src",
"product": {
"name": "rubygem-nio4r-0:2.7.3-1.el9sat.src",
"product_id": "rubygem-nio4r-0:2.7.3-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-nio4r@2.7.3-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"product": {
"name": "rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"product_id": "rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-nokogiri@1.15.6-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-oauth-0:1.1.0-1.el9sat.src",
"product": {
"name": "rubygem-oauth-0:1.1.0-1.el9sat.src",
"product_id": "rubygem-oauth-0:1.1.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-oauth@1.1.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"product": {
"name": "rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"product_id": "rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-oauth-tty@1.0.5-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-openscap-0:0.4.9-9.el9sat.src",
"product": {
"name": "rubygem-openscap-0:0.4.9-9.el9sat.src",
"product_id": "rubygem-openscap-0:0.4.9-9.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-openscap@0.4.9-9.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"product": {
"name": "rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"product_id": "rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-openscap_parser@1.0.2-2.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-optimist-0:3.1.0-1.el9sat.src",
"product": {
"name": "rubygem-optimist-0:3.1.0-1.el9sat.src",
"product_id": "rubygem-optimist-0:3.1.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-optimist@3.1.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-os-0:1.1.4-1.el9sat.src",
"product": {
"name": "rubygem-os-0:1.1.4-1.el9sat.src",
"product_id": "rubygem-os-0:1.1.4-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-os@1.1.4-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.src",
"product": {
"name": "rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.src",
"product_id": "rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ovirt-engine-sdk@4.6.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-parallel-0:1.25.1-1.el9sat.src",
"product": {
"name": "rubygem-parallel-0:1.25.1-1.el9sat.src",
"product_id": "rubygem-parallel-0:1.25.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-parallel@1.25.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-0:1.5.7-1.el9sat.src",
"product": {
"name": "rubygem-pg-0:1.5.7-1.el9sat.src",
"product_id": "rubygem-pg-0:1.5.7-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg@1.5.7-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-polyglot-0:0.3.5-3.1.el9sat.src",
"product": {
"name": "rubygem-polyglot-0:0.3.5-3.1.el9sat.src",
"product_id": "rubygem-polyglot-0:0.3.5-3.1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-polyglot@0.3.5-3.1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-powerbar-0:2.0.1-3.el9sat.src",
"product": {
"name": "rubygem-powerbar-0:2.0.1-3.el9sat.src",
"product_id": "rubygem-powerbar-0:2.0.1-3.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-powerbar@2.0.1-3.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-prometheus-client-0:4.2.3-1.el9sat.src",
"product": {
"name": "rubygem-prometheus-client-0:4.2.3-1.el9sat.src",
"product_id": "rubygem-prometheus-client-0:4.2.3-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-prometheus-client@4.2.3-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-promise.rb-0:0.7.4-3.el9sat.src",
"product": {
"name": "rubygem-promise.rb-0:0.7.4-3.el9sat.src",
"product_id": "rubygem-promise.rb-0:0.7.4-3.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-promise.rb@0.7.4-3.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-public_suffix-0:5.1.1-1.el9sat.src",
"product": {
"name": "rubygem-public_suffix-0:5.1.1-1.el9sat.src",
"product_id": "rubygem-public_suffix-0:5.1.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-public_suffix@5.1.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.src",
"product": {
"name": "rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.src",
"product_id": "rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_ansible_client@0.21.7-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.src",
"product": {
"name": "rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.src",
"product_id": "rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_certguard_client@3.49.17-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_container_client-0:2.20.2-1.el9sat.src",
"product": {
"name": "rubygem-pulp_container_client-0:2.20.2-1.el9sat.src",
"product_id": "rubygem-pulp_container_client-0:2.20.2-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_container_client@2.20.2-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulpcore_client-1:3.49.17-1.el9sat.src",
"product": {
"name": "rubygem-pulpcore_client-1:3.49.17-1.el9sat.src",
"product_id": "rubygem-pulpcore_client-1:3.49.17-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulpcore_client@3.49.17-1.el9sat?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_deb_client-0:3.2.1-1.el9sat.src",
"product": {
"name": "rubygem-pulp_deb_client-0:3.2.1-1.el9sat.src",
"product_id": "rubygem-pulp_deb_client-0:3.2.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_deb_client@3.2.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_file_client-0:3.49.17-1.el9sat.src",
"product": {
"name": "rubygem-pulp_file_client-0:3.49.17-1.el9sat.src",
"product_id": "rubygem-pulp_file_client-0:3.49.17-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_file_client@3.49.17-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.src",
"product": {
"name": "rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.src",
"product_id": "rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_ostree_client@2.3.2-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_python_client-0:3.11.2-1.el9sat.src",
"product": {
"name": "rubygem-pulp_python_client-0:3.11.2-1.el9sat.src",
"product_id": "rubygem-pulp_python_client-0:3.11.2-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_python_client@3.11.2-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.src",
"product": {
"name": "rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.src",
"product_id": "rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_rpm_client@3.26.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-puma-0:6.4.3-1.el9sat.src",
"product": {
"name": "rubygem-puma-0:6.4.3-1.el9sat.src",
"product_id": "rubygem-puma-0:6.4.3-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-puma@6.4.3-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-puma-status-0:1.6-1.el9sat.src",
"product": {
"name": "rubygem-puma-status-0:1.6-1.el9sat.src",
"product_id": "rubygem-puma-status-0:1.6-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-puma-status@1.6-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-raabro-0:1.4.0-1.el9sat.src",
"product": {
"name": "rubygem-raabro-0:1.4.0-1.el9sat.src",
"product_id": "rubygem-raabro-0:1.4.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-raabro@1.4.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rabl-0:0.16.1-1.el9sat.src",
"product": {
"name": "rubygem-rabl-0:0.16.1-1.el9sat.src",
"product_id": "rubygem-rabl-0:0.16.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rabl@0.16.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rack-0:2.2.8.1-1.el9sat.src",
"product": {
"name": "rubygem-rack-0:2.2.8.1-1.el9sat.src",
"product_id": "rubygem-rack-0:2.2.8.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack@2.2.8.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rack-cors-0:1.1.1-1.el9sat.src",
"product": {
"name": "rubygem-rack-cors-0:1.1.1-1.el9sat.src",
"product_id": "rubygem-rack-cors-0:1.1.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack-cors@1.1.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rack-jsonp-0:1.3.1-10.el9sat.src",
"product": {
"name": "rubygem-rack-jsonp-0:1.3.1-10.el9sat.src",
"product_id": "rubygem-rack-jsonp-0:1.3.1-10.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack-jsonp@1.3.1-10.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"product": {
"name": "rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"product_id": "rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack-protection@2.2.4-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rack-test-0:2.1.0-1.el9sat.src",
"product": {
"name": "rubygem-rack-test-0:2.1.0-1.el9sat.src",
"product_id": "rubygem-rack-test-0:2.1.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack-test@2.1.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rails-0:6.1.7.8-1.el9sat.src",
"product": {
"name": "rubygem-rails-0:6.1.7.8-1.el9sat.src",
"product_id": "rubygem-rails-0:6.1.7.8-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rails@6.1.7.8-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rails-dom-testing-0:2.2.0-1.el9sat.src",
"product": {
"name": "rubygem-rails-dom-testing-0:2.2.0-1.el9sat.src",
"product_id": "rubygem-rails-dom-testing-0:2.2.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rails-dom-testing@2.2.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.src",
"product": {
"name": "rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.src",
"product_id": "rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rails-html-sanitizer@1.6.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rails-i18n-0:7.0.9-1.el9sat.src",
"product": {
"name": "rubygem-rails-i18n-0:7.0.9-1.el9sat.src",
"product_id": "rubygem-rails-i18n-0:7.0.9-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rails-i18n@7.0.9-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-railties-0:6.1.7.8-1.el9sat.src",
"product": {
"name": "rubygem-railties-0:6.1.7.8-1.el9sat.src",
"product_id": "rubygem-railties-0:6.1.7.8-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-railties@6.1.7.8-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rainbow-0:2.2.2-1.el9sat.src",
"product": {
"name": "rubygem-rainbow-0:2.2.2-1.el9sat.src",
"product_id": "rubygem-rainbow-0:2.2.2-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rainbow@2.2.2-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"product": {
"name": "rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"product_id": "rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rb-inotify@0.11.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"product": {
"name": "rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"product_id": "rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbnacl@4.0.2-2.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbvmomi2-0:3.7.1-1.el9sat.src",
"product": {
"name": "rubygem-rbvmomi2-0:3.7.1-1.el9sat.src",
"product_id": "rubygem-rbvmomi2-0:3.7.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbvmomi2@3.7.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rchardet-0:1.8.0-1.el9sat.src",
"product": {
"name": "rubygem-rchardet-0:1.8.0-1.el9sat.src",
"product_id": "rubygem-rchardet-0:1.8.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rchardet@1.8.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-recursive-open-struct-0:1.1.3-1.el9sat.src",
"product": {
"name": "rubygem-recursive-open-struct-0:1.1.3-1.el9sat.src",
"product_id": "rubygem-recursive-open-struct-0:1.1.3-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-recursive-open-struct@1.1.3-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"product": {
"name": "rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"product_id": "rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-redfish_client@0.6.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-redis-0:4.5.1-1.el9sat.src",
"product": {
"name": "rubygem-redis-0:4.5.1-1.el9sat.src",
"product_id": "rubygem-redis-0:4.5.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-redis@4.5.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-representable-0:3.2.0-1.el9sat.src",
"product": {
"name": "rubygem-representable-0:3.2.0-1.el9sat.src",
"product_id": "rubygem-representable-0:3.2.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-representable@3.2.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-responders-0:3.1.1-1.el9sat.src",
"product": {
"name": "rubygem-responders-0:3.1.1-1.el9sat.src",
"product_id": "rubygem-responders-0:3.1.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-responders@3.1.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rest-client-0:2.1.0-1.el9sat.src",
"product": {
"name": "rubygem-rest-client-0:2.1.0-1.el9sat.src",
"product_id": "rubygem-rest-client-0:2.1.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rest-client@2.1.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-retriable-0:3.1.2-3.el9sat.src",
"product": {
"name": "rubygem-retriable-0:3.1.2-3.el9sat.src",
"product_id": "rubygem-retriable-0:3.1.2-3.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-retriable@3.1.2-3.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"product": {
"name": "rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"product_id": "rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rkerberos@0.1.5-21.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-roadie-0:5.2.1-1.el9sat.src",
"product": {
"name": "rubygem-roadie-0:5.2.1-1.el9sat.src",
"product_id": "rubygem-roadie-0:5.2.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-roadie@5.2.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-roadie-rails-0:3.2.0-1.el9sat.src",
"product": {
"name": "rubygem-roadie-rails-0:3.2.0-1.el9sat.src",
"product_id": "rubygem-roadie-rails-0:3.2.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-roadie-rails@3.2.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rsec-0:0.4.3-5.el9sat.src",
"product": {
"name": "rubygem-rsec-0:0.4.3-5.el9sat.src",
"product_id": "rubygem-rsec-0:0.4.3-5.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rsec@0.4.3-5.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"product": {
"name": "rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"product_id": "rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ruby2_keywords@0.0.5-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-ruby2ruby-0:2.5.1-1.el9sat.src",
"product": {
"name": "rubygem-ruby2ruby-0:2.5.1-1.el9sat.src",
"product_id": "rubygem-ruby2ruby-0:2.5.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ruby2ruby@2.5.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"product": {
"name": "rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"product_id": "rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rubyipmi@0.11.1-2.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"product": {
"name": "rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"product_id": "rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ruby-libvirt@0.8.2-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-ruby_parser-0:3.21.1-1.el9sat.src",
"product": {
"name": "rubygem-ruby_parser-0:3.21.1-1.el9sat.src",
"product_id": "rubygem-ruby_parser-0:3.21.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ruby_parser@3.21.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-safemode-0:1.5.0-1.el9sat.src",
"product": {
"name": "rubygem-safemode-0:1.5.0-1.el9sat.src",
"product_id": "rubygem-safemode-0:1.5.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-safemode@1.5.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-scoped_search-0:4.1.12-1.el9sat.src",
"product": {
"name": "rubygem-scoped_search-0:4.1.12-1.el9sat.src",
"product_id": "rubygem-scoped_search-0:4.1.12-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-scoped_search@4.1.12-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"product": {
"name": "rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"product_id": "rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sd_notify@0.1.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-secure_headers-0:6.7.0-1.el9sat.src",
"product": {
"name": "rubygem-secure_headers-0:6.7.0-1.el9sat.src",
"product_id": "rubygem-secure_headers-0:6.7.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-secure_headers@6.7.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-sequel-0:5.83.1-1.el9sat.src",
"product": {
"name": "rubygem-sequel-0:5.83.1-1.el9sat.src",
"product_id": "rubygem-sequel-0:5.83.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sequel@5.83.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"product": {
"name": "rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"product_id": "rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-server_sent_events@0.1.3-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-sexp_processor-0:4.17.2-1.el9sat.src",
"product": {
"name": "rubygem-sexp_processor-0:4.17.2-1.el9sat.src",
"product_id": "rubygem-sexp_processor-0:4.17.2-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sexp_processor@4.17.2-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-sidekiq-0:6.5.12-1.el9sat.src",
"product": {
"name": "rubygem-sidekiq-0:6.5.12-1.el9sat.src",
"product_id": "rubygem-sidekiq-0:6.5.12-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sidekiq@6.5.12-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-signet-0:0.17.0-1.el9sat.src",
"product": {
"name": "rubygem-signet-0:0.17.0-1.el9sat.src",
"product_id": "rubygem-signet-0:0.17.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-signet@0.17.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-sinatra-1:2.2.4-1.el9sat.src",
"product": {
"name": "rubygem-sinatra-1:2.2.4-1.el9sat.src",
"product_id": "rubygem-sinatra-1:2.2.4-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sinatra@2.2.4-1.el9sat?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"product": {
"name": "rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"product_id": "rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_ansible@3.5.6-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"product": {
"name": "rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"product_id": "rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_container_gateway@3.1.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"product": {
"name": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"product_id": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_dhcp_infoblox@0.0.18-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"product": {
"name": "rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"product_id": "rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_dhcp_remote_isc@0.0.5-6.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"product": {
"name": "rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"product_id": "rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_discovery@1.0.5-10.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"product": {
"name": "rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"product_id": "rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_discovery_image@1.6.0-2.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"product": {
"name": "rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"product_id": "rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_dns_infoblox@1.2.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"product": {
"name": "rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"product_id": "rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_dynflow@0.9.3-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"product": {
"name": "rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"product_id": "rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_openscap@0.11.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"product": {
"name": "rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"product_id": "rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_pulp@3.3.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"product": {
"name": "rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"product_id": "rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_remote_execution_ssh@0.11.4-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"product": {
"name": "rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"product_id": "rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_shellhooks@0.9.3-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"product": {
"name": "rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"product_id": "rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-snaky_hash@2.0.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-spidr-0:0.7.1-1.el9sat.src",
"product": {
"name": "rubygem-spidr-0:0.7.1-1.el9sat.src",
"product_id": "rubygem-spidr-0:0.7.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-spidr@0.7.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-sprockets-0:4.2.1-1.el9sat.src",
"product": {
"name": "rubygem-sprockets-0:4.2.1-1.el9sat.src",
"product_id": "rubygem-sprockets-0:4.2.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sprockets@4.2.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-sprockets-rails-0:3.5.2-1.el9sat.src",
"product": {
"name": "rubygem-sprockets-rails-0:3.5.2-1.el9sat.src",
"product_id": "rubygem-sprockets-rails-0:3.5.2-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sprockets-rails@3.5.2-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"product": {
"name": "rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"product_id": "rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sqlite3@1.4.4-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-sshkey-0:2.0.0-1.el9sat.src",
"product": {
"name": "rubygem-sshkey-0:2.0.0-1.el9sat.src",
"product_id": "rubygem-sshkey-0:2.0.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sshkey@2.0.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"product": {
"name": "rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"product_id": "rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-statsd-instrument@2.9.2-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-stomp-0:1.4.10-1.el9sat.src",
"product": {
"name": "rubygem-stomp-0:1.4.10-1.el9sat.src",
"product_id": "rubygem-stomp-0:1.4.10-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-stomp@1.4.10-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-thor-0:1.3.0-1.el9sat.src",
"product": {
"name": "rubygem-thor-0:1.3.0-1.el9sat.src",
"product_id": "rubygem-thor-0:1.3.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-thor@1.3.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-tilt-0:2.4.0-1.el9sat.src",
"product": {
"name": "rubygem-tilt-0:2.4.0-1.el9sat.src",
"product_id": "rubygem-tilt-0:2.4.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-tilt@2.4.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-timeliness-0:0.3.10-2.el9sat.src",
"product": {
"name": "rubygem-timeliness-0:0.3.10-2.el9sat.src",
"product_id": "rubygem-timeliness-0:0.3.10-2.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-timeliness@0.3.10-2.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-trailblazer-option-0:0.1.2-1.el9sat.src",
"product": {
"name": "rubygem-trailblazer-option-0:0.1.2-1.el9sat.src",
"product_id": "rubygem-trailblazer-option-0:0.1.2-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-trailblazer-option@0.1.2-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"product": {
"name": "rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"product_id": "rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-tzinfo@2.0.6-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-uber-0:0.1.0-3.el9sat.src",
"product": {
"name": "rubygem-uber-0:0.1.0-3.el9sat.src",
"product_id": "rubygem-uber-0:0.1.0-3.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-uber@0.1.0-3.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"product": {
"name": "rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"product_id": "rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-unicode-display_width@2.4.2-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.src",
"product": {
"name": "rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.src",
"product_id": "rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-validates_lengths_from_database@0.8.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-version_gem-0:1.1.4-1.el9sat.src",
"product": {
"name": "rubygem-version_gem-0:1.1.4-1.el9sat.src",
"product_id": "rubygem-version_gem-0:1.1.4-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-version_gem@1.1.4-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-webrick-0:1.8.2-1.el9sat.src",
"product": {
"name": "rubygem-webrick-0:1.8.2-1.el9sat.src",
"product_id": "rubygem-webrick-0:1.8.2-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-webrick@1.8.2-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-websocket-driver-0:0.7.6-1.el9sat.src",
"product": {
"name": "rubygem-websocket-driver-0:0.7.6-1.el9sat.src",
"product_id": "rubygem-websocket-driver-0:0.7.6-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-websocket-driver@0.7.6-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-websocket-extensions-0:0.1.5-2.el9sat.src",
"product": {
"name": "rubygem-websocket-extensions-0:0.1.5-2.el9sat.src",
"product_id": "rubygem-websocket-extensions-0:0.1.5-2.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-websocket-extensions@0.1.5-2.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-will_paginate-0:3.3.1-1.el9sat.src",
"product": {
"name": "rubygem-will_paginate-0:3.3.1-1.el9sat.src",
"product_id": "rubygem-will_paginate-0:3.3.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-will_paginate@3.3.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"product": {
"name": "rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"product_id": "rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-xmlrpc@0.3.3-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"product": {
"name": "rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"product_id": "rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-zeitwerk@2.6.17-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.16.0-2.el9sat.src",
"product": {
"name": "satellite-0:6.16.0-2.el9sat.src",
"product_id": "satellite-0:6.16.0-2.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.16.0-2.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.src",
"product": {
"name": "satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.src",
"product_id": "satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-convert2rhel-toolkit@1.0.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "satellite-installer-0:6.16.0.2-1.el9sat.src",
"product": {
"name": "satellite-installer-0:6.16.0.2-1.el9sat.src",
"product_id": "satellite-installer-0:6.16.0.2-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-installer@6.16.0.2-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "satellite-lifecycle-0:6.16.0-1.el9sat.src",
"product": {
"name": "satellite-lifecycle-0:6.16.0-1.el9sat.src",
"product_id": "satellite-lifecycle-0:6.16.0-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-lifecycle@6.16.0-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "satellite-maintain-0:0.0.2-1.el9sat.src",
"product": {
"name": "satellite-maintain-0:0.0.2-1.el9sat.src",
"product_id": "satellite-maintain-0:0.0.2-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-maintain@0.0.2-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.src",
"product": {
"name": "yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.src",
"product_id": "yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-worker-forwarder@0.0.3-3.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "satellite-clone-0:3.6.2-1.el9sat.src",
"product": {
"name": "satellite-clone-0:3.6.2-1.el9sat.src",
"product_id": "satellite-clone-0:3.6.2-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-clone@3.6.2-1.el9sat?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"product": {
"name": "ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"product_id": "ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-collection-redhat-satellite@4.2.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"product": {
"name": "ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"product_id": "ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-collection-redhat-satellite_operations@3.0.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-lint-0:5.4.0-1.el8pc.noarch",
"product": {
"name": "ansible-lint-0:5.4.0-1.el8pc.noarch",
"product_id": "ansible-lint-0:5.4.0-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-lint@5.4.0-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"product": {
"name": "ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"product_id": "ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansiblerole-foreman_scap_client@0.3.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"product": {
"name": "ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"product_id": "ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansiblerole-insights-client@1.7.1-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-runner-0:2.2.1-6.el8sat.noarch",
"product": {
"name": "ansible-runner-0:2.2.1-6.el8sat.noarch",
"product_id": "ansible-runner-0:2.2.1-6.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-runner@2.2.1-6.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"product": {
"name": "python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"product_id": "python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-ansible-runner@2.2.1-6.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "candlepin-0:4.4.16-1.el8sat.noarch",
"product": {
"name": "candlepin-0:4.4.16-1.el8sat.noarch",
"product_id": "candlepin-0:4.4.16-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/candlepin@4.4.16-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "candlepin-selinux-0:4.4.16-1.el8sat.noarch",
"product": {
"name": "candlepin-selinux-0:4.4.16-1.el8sat.noarch",
"product_id": "candlepin-selinux-0:4.4.16-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/candlepin-selinux@4.4.16-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"product": {
"name": "foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"product_id": "foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-cli@3.12.0.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"product": {
"name": "foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"product_id": "foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-debug@3.12.0.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"product": {
"name": "foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"product_id": "foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-pcp@3.12.0.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-0:3.12.0.1-1.el8sat.noarch",
"product": {
"name": "foreman-0:3.12.0.1-1.el8sat.noarch",
"product_id": "foreman-0:3.12.0.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman@3.12.0.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"product": {
"name": "foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"product_id": "foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-dynflow-sidekiq@3.12.0.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"product": {
"name": "foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"product_id": "foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-ec2@3.12.0.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"product": {
"name": "foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"product_id": "foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-journald@3.12.0.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"product": {
"name": "foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"product_id": "foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-libvirt@3.12.0.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"product": {
"name": "foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"product_id": "foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-openstack@3.12.0.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"product": {
"name": "foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"product_id": "foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-ovirt@3.12.0.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"product": {
"name": "foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"product_id": "foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-postgresql@3.12.0.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"product": {
"name": "foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"product_id": "foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-redis@3.12.0.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-service-0:3.12.0.1-1.el8sat.noarch",
"product": {
"name": "foreman-service-0:3.12.0.1-1.el8sat.noarch",
"product_id": "foreman-service-0:3.12.0.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-service@3.12.0.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"product": {
"name": "foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"product_id": "foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-telemetry@3.12.0.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"product": {
"name": "foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"product_id": "foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-vmware@3.12.0.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"product": {
"name": "foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"product_id": "foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-bootloaders-redhat@202102220000-3.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"product": {
"name": "foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"product_id": "foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-bootloaders-redhat-tftpboot@202102220000-3.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"product": {
"name": "foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"product_id": "foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-discovery-image@4.1.0-61.el8sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"product": {
"name": "foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"product_id": "foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-proxy-fapolicyd@1.0.1-3.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"product": {
"name": "foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"product_id": "foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-fapolicyd@1.0.1-3.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"product": {
"name": "foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"product_id": "foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-installer@3.12.0.1-1.el8sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"product": {
"name": "foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"product_id": "foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-installer-katello@3.12.0.1-1.el8sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "foreman-obsolete-packages-0:1.10-1.el8sat.noarch",
"product": {
"name": "foreman-obsolete-packages-0:1.10-1.el8sat.noarch",
"product_id": "foreman-obsolete-packages-0:1.10-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-obsolete-packages@1.10-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-proxy-0:3.12.0-1.el8sat.noarch",
"product": {
"name": "foreman-proxy-0:3.12.0-1.el8sat.noarch",
"product_id": "foreman-proxy-0:3.12.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-proxy@3.12.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"product": {
"name": "foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"product_id": "foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-proxy-journald@3.12.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-selinux-0:3.12.0-1.el8sat.noarch",
"product": {
"name": "foreman-selinux-0:3.12.0-1.el8sat.noarch",
"product_id": "foreman-selinux-0:3.12.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-selinux@3.12.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"product": {
"name": "foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"product_id": "foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-proxy-content@4.14.0-0.1.rc2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"product": {
"name": "katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"product_id": "katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/katello-common@4.14.0-0.1.rc2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"product": {
"name": "katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"product_id": "katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/katello-debug@4.14.0-0.1.rc2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"product": {
"name": "katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"product_id": "katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/katello@4.14.0-0.1.rc2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"product": {
"name": "katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"product_id": "katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/katello-certs-tools@2.10.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"product": {
"name": "katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"product_id": "katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/katello-client-bootstrap@1.7.9-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "katello-selinux-0:5.0.2-1.el8sat.noarch",
"product": {
"name": "katello-selinux-0:5.0.2-1.el8sat.noarch",
"product_id": "katello-selinux-0:5.0.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/katello-selinux@5.0.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "postgresql-evr-0:0.0.2-3.el8sat.noarch",
"product": {
"name": "postgresql-evr-0:0.0.2-3.el8sat.noarch",
"product_id": "postgresql-evr-0:0.0.2-3.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-evr@0.0.2-3.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"product": {
"name": "pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"product_id": "pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pulpcore-obsolete-packages@1.2.0-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"product": {
"name": "puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"product_id": "puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-agent-oauth@0.5.10-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"product": {
"name": "puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"product_id": "puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-foreman_scap_client@1.0.0-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"product": {
"name": "puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"product_id": "puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppetlabs-stdlib@9.4.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "puppetserver-0:8.6.2-2.el8sat.noarch",
"product": {
"name": "puppetserver-0:8.6.2-2.el8sat.noarch",
"product_id": "puppetserver-0:8.6.2-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppetserver@8.6.2-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"product": {
"name": "python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"product_id": "python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-aiodns@3.0.0-7.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"product": {
"name": "python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"product_id": "python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-aiofiles@22.1.0-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"product": {
"name": "python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"product_id": "python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-aiohttp-xmlrpc@1.5.0-6.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"product": {
"name": "python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"product_id": "python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-aioredis@2.0.1-6.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"product": {
"name": "python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"product_id": "python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-aiosignal@1.3.1-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"product": {
"name": "python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"product_id": "python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-ansible-builder@3.0.0-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"product": {
"name": "python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"product_id": "python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-asgiref@3.6.0-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"product": {
"name": "python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"product_id": "python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-asyncio-throttle@1.0.2-7.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"product": {
"name": "python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"product_id": "python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-async-lru@1.0.3-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"product": {
"name": "python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"product_id": "python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-async-timeout@4.0.2-6.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"product": {
"name": "python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"product_id": "python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-attrs@21.4.0-6.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"product": {
"name": "python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"product_id": "python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-backoff@2.2.1-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"product": {
"name": "python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"product_id": "python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-bindep@2.11.0-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"product": {
"name": "python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"product_id": "python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-bleach@3.3.1-6.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"product": {
"name": "python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"product_id": "python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-bleach-allowlist@1.0.3-7.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"product": {
"name": "python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"product_id": "python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-bracex@2.2.1-6.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"product": {
"name": "python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"product_id": "python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-certifi@2022.12.7-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"product": {
"name": "python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"product_id": "python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-chardet@5.0.0-2.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"product": {
"name": "python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"product_id": "python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-charset-normalizer@2.1.1-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-click-0:8.1.3-5.el8pc.noarch",
"product": {
"name": "python3.11-click-0:8.1.3-5.el8pc.noarch",
"product_id": "python3.11-click-0:8.1.3-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-click@8.1.3-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-click-shell-0:2.1-7.el8pc.noarch",
"product": {
"name": "python3.11-click-shell-0:2.1-7.el8pc.noarch",
"product_id": "python3.11-click-shell-0:2.1-7.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-click-shell@2.1-7.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"product": {
"name": "python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"product_id": "python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-colorama@0.4.4-7.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"product": {
"name": "python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"product_id": "python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-commonmark@0.9.1-9.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"product": {
"name": "python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"product_id": "python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-contextlib2@21.6.0-7.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"product": {
"name": "python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"product_id": "python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-daemon@2.3.1-3.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"product": {
"name": "python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"product_id": "python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-dataclasses@0.8-7.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"product": {
"name": "python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"product_id": "python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-dateutil@2.8.2-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-debian-0:0.1.44-7.el8pc.noarch",
"product": {
"name": "python3.11-debian-0:0.1.44-7.el8pc.noarch",
"product_id": "python3.11-debian-0:0.1.44-7.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debian@0.1.44-7.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"product": {
"name": "python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"product_id": "python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-defusedxml@0.7.1-7.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"product": {
"name": "python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"product_id": "python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-deprecated@1.2.13-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"product": {
"name": "python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"product_id": "python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-diff-match-patch@20200713-7.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-distro-0:1.7.0-4.el8pc.noarch",
"product": {
"name": "python3.11-distro-0:1.7.0-4.el8pc.noarch",
"product_id": "python3.11-distro-0:1.7.0-4.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-distro@1.7.0-4.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-django-0:4.2.16-1.el8pc.noarch",
"product": {
"name": "python3.11-django-0:4.2.16-1.el8pc.noarch",
"product_id": "python3.11-django-0:4.2.16-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-django@4.2.16-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-django-filter-0:23.2-4.el8pc.noarch",
"product": {
"name": "python3.11-django-filter-0:23.2-4.el8pc.noarch",
"product_id": "python3.11-django-filter-0:23.2-4.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-django-filter@23.2-4.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"product": {
"name": "python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"product_id": "python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-django-guid@3.3.0-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"product": {
"name": "python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"product_id": "python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-django-import-export@3.1.0-4.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"product": {
"name": "python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"product_id": "python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-django-lifecycle@1.0.0-4.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"product": {
"name": "python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"product_id": "python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-django-readonly-field@1.1.2-4.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"product": {
"name": "python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"product_id": "python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-djangorestframework@3.14.0-4.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"product": {
"name": "python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"product_id": "python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-djangorestframework-queryfields@1.0.0-8.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"product": {
"name": "python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"product_id": "python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-docutils@0.20.1-4.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"product": {
"name": "python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"product_id": "python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-drf-access-policy@1.3.0-4.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"product": {
"name": "python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"product_id": "python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-drf-nested-routers@0.93.4-6.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"product": {
"name": "python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"product_id": "python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-drf-spectacular@0.26.5-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"product": {
"name": "python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"product_id": "python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-dynaconf@3.1.12-4.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"product": {
"name": "python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"product_id": "python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-ecdsa@0.18.0-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"product": {
"name": "python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"product_id": "python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-enrich@1.2.6-7.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"product": {
"name": "python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"product_id": "python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-et-xmlfile@1.1.0-6.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"product": {
"name": "python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"product_id": "python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-flake8@5.0.0-3.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-future-0:0.18.3-5.el8pc.noarch",
"product": {
"name": "python3.11-future-0:0.18.3-5.el8pc.noarch",
"product_id": "python3.11-future-0:0.18.3-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-future@0.18.3-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"product": {
"name": "python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"product_id": "python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-galaxy-importer@0.4.19-2.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"product": {
"name": "python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"product_id": "python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-gitdb@4.0.10-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"product": {
"name": "python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"product_id": "python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-gitpython@3.1.40-3.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"product": {
"name": "python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"product_id": "python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-gnupg@0.5.0-4.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"product": {
"name": "python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"product_id": "python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-googleapis-common-protos@1.59.1-4.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"product": {
"name": "python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"product_id": "python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-gunicorn@22.0.0-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"product": {
"name": "python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"product_id": "python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-importlib-metadata@6.0.1-3.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"product": {
"name": "python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"product_id": "python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-inflection@0.5.1-6.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-iniparse-0:0.4-39.el8pc.noarch",
"product": {
"name": "python3.11-iniparse-0:0.4-39.el8pc.noarch",
"product_id": "python3.11-iniparse-0:0.4-39.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-iniparse@0.4-39.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"product": {
"name": "python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"product_id": "python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-jinja2@3.1.4-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"product": {
"name": "python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"product_id": "python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-jsonschema@4.10.3-3.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"product": {
"name": "python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"product_id": "python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-json_stream@2.3.2-4.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"product": {
"name": "python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"product_id": "python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-lockfile@0.12.2-4.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"product": {
"name": "python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"product_id": "python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-markdown@3.4.1-3.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-markuppy-0:1.14-6.el8pc.noarch",
"product": {
"name": "python3.11-markuppy-0:1.14-6.el8pc.noarch",
"product_id": "python3.11-markuppy-0:1.14-6.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-markuppy@1.14-6.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"product": {
"name": "python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"product_id": "python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-mccabe@0.7.0-3.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"product": {
"name": "python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"product_id": "python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-odfpy@1.4.1-9.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"product": {
"name": "python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"product_id": "python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-openpyxl@3.1.0-4.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"product": {
"name": "python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"product_id": "python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_api@1.19.0-3.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"product": {
"name": "python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"product_id": "python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_distro@0.40b0-7.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"product": {
"name": "python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"product_id": "python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_distro_otlp@0.40b0-7.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"product": {
"name": "python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"product_id": "python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_exporter_otlp@1.19.0-4.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"product": {
"name": "python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"product_id": "python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_exporter_otlp_proto_common@1.19.0-3.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"product": {
"name": "python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"product_id": "python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_exporter_otlp_proto_grpc@1.19.0-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"product": {
"name": "python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"product_id": "python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_exporter_otlp_proto_http@1.19.0-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"product": {
"name": "python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"product_id": "python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_instrumentation@0.40b0-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"product": {
"name": "python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"product_id": "python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_instrumentation_django@0.40b0-4.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"product": {
"name": "python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"product_id": "python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_instrumentation_wsgi@0.40b0-4.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"product": {
"name": "python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"product_id": "python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_proto@1.19.0-4.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"product": {
"name": "python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"product_id": "python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_sdk@1.19.0-4.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"product": {
"name": "python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"product_id": "python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_semantic_conventions@0.40b0-3.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"product": {
"name": "python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"product_id": "python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_util_http@0.40b0-3.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-packaging-0:21.3-6.el8pc.noarch",
"product": {
"name": "python3.11-packaging-0:21.3-6.el8pc.noarch",
"product_id": "python3.11-packaging-0:21.3-6.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-packaging@21.3-6.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-parsley-0:1.3-5.el8pc.noarch",
"product": {
"name": "python3.11-parsley-0:1.3-5.el8pc.noarch",
"product_id": "python3.11-parsley-0:1.3-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-parsley@1.3-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"product": {
"name": "python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"product_id": "python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pbr@5.8.0-7.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"product": {
"name": "python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"product_id": "python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pexpect@4.8.0-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-productmd-0:1.33-5.el8pc.noarch",
"product": {
"name": "python3.11-productmd-0:1.33-5.el8pc.noarch",
"product_id": "python3.11-productmd-0:1.33-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-productmd@1.33-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"product": {
"name": "python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"product_id": "python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-protobuf@4.21.6-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"product": {
"name": "python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"product_id": "python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-psycopg@3.1.9-3.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"product": {
"name": "python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"product_id": "python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-ptyprocess@0.7.0-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"product": {
"name": "python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"product_id": "python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulp-ansible@0.21.8-1.el8pc?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"product": {
"name": "python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"product_id": "python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulp-cli@0.27.2-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"product": {
"name": "python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"product_id": "python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulp-container@2.20.2-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"product": {
"name": "python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"product_id": "python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulpcore@3.49.19-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"product": {
"name": "python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"product_id": "python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulp-deb@3.2.1-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"product": {
"name": "python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"product_id": "python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulp-file@1.15.1-2.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"product": {
"name": "python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"product_id": "python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulp-glue@0.27.2-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"product": {
"name": "python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"product_id": "python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulp_manifest@3.0.0-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"product": {
"name": "python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"product_id": "python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulp-rpm@3.26.1-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"product": {
"name": "python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"product_id": "python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pycodestyle@2.9.1-2.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pycparser-0:2.21-5.el8pc.noarch",
"product": {
"name": "python3.11-pycparser-0:2.21-5.el8pc.noarch",
"product_id": "python3.11-pycparser-0:2.21-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pycparser@2.21-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"product": {
"name": "python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"product_id": "python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pyflakes@2.5.0-2.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"product": {
"name": "python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"product_id": "python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pygtrie@2.5.0-4.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"product": {
"name": "python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"product_id": "python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pyjwkest@1.4.2-8.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"product": {
"name": "python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"product_id": "python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pyjwt@2.5.0-4.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"product": {
"name": "python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"product_id": "python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pyOpenSSL@24.1.0-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"product": {
"name": "python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"product_id": "python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pyparsing@3.1.1-3.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"product": {
"name": "python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"product_id": "python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pytz@2022.2.1-6.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-redis-0:4.3.4-4.el8pc.noarch",
"product": {
"name": "python3.11-redis-0:4.3.4-4.el8pc.noarch",
"product_id": "python3.11-redis-0:4.3.4-4.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-redis@4.3.4-4.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-requests-0:2.31.0-4.el8pc.noarch",
"product": {
"name": "python3.11-requests-0:2.31.0-4.el8pc.noarch",
"product_id": "python3.11-requests-0:2.31.0-4.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-requests@2.31.0-4.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"product": {
"name": "python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"product_id": "python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-requirements-parser@0.2.0-6.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-rich-0:13.3.1-7.el8pc.noarch",
"product": {
"name": "python3.11-rich-0:13.3.1-7.el8pc.noarch",
"product_id": "python3.11-rich-0:13.3.1-7.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-rich@13.3.1-7.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"product": {
"name": "python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"product_id": "python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-ruamel-yaml@0.17.21-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-schema-0:0.7.5-5.el8pc.noarch",
"product": {
"name": "python3.11-schema-0:0.7.5-5.el8pc.noarch",
"product_id": "python3.11-schema-0:0.7.5-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-schema@0.7.5-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"product": {
"name": "python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"product_id": "python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-semantic-version@2.10.0-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-six-0:1.16.0-5.el8pc.noarch",
"product": {
"name": "python3.11-six-0:1.16.0-5.el8pc.noarch",
"product_id": "python3.11-six-0:1.16.0-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-six@1.16.0-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"product": {
"name": "python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"product_id": "python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-smmap@5.0.0-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"product": {
"name": "python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"product_id": "python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-sqlparse@0.5.0-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"product": {
"name": "python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"product_id": "python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tablib@3.3.0-4.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"product": {
"name": "python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"product_id": "python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tenacity@7.0.0-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-toml-0:0.10.2-5.el8pc.noarch",
"product": {
"name": "python3.11-toml-0:0.10.2-5.el8pc.noarch",
"product_id": "python3.11-toml-0:0.10.2-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-toml@0.10.2-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"product": {
"name": "python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"product_id": "python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-types-cryptography@3.3.23.2-3.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"product": {
"name": "python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"product_id": "python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-typing-extensions@4.7.1-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"product": {
"name": "python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"product_id": "python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-uritemplate@4.1.1-4.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"product": {
"name": "python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"product_id": "python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-urllib3@2.2.3-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"product": {
"name": "python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"product_id": "python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-urlman@2.0.1-3.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"product": {
"name": "python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"product_id": "python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-url-normalize@1.4.3-6.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"product": {
"name": "python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"product_id": "python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-uuid6@2023.5.2-4.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"product": {
"name": "python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"product_id": "python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-wcmatch@8.3-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"product": {
"name": "python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"product_id": "python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-webencodings@0.5.1-6.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"product": {
"name": "python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"product_id": "python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-whitenoise@6.0.0-4.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"product": {
"name": "python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"product_id": "python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-xlrd@2.0.1-8.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"product": {
"name": "python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"product_id": "python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-xlwt@1.3.0-6.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"product": {
"name": "python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"product_id": "python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-zipp@3.20.2-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-websockify-0:0.10.0-3.el8sat.noarch",
"product": {
"name": "python3-websockify-0:0.10.0-3.el8sat.noarch",
"product_id": "python3-websockify-0:0.10.0-3.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-websockify@0.10.0-3.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-actioncable-0:6.1.7.8-1.el8sat.noarch",
"product": {
"name": "rubygem-actioncable-0:6.1.7.8-1.el8sat.noarch",
"product_id": "rubygem-actioncable-0:6.1.7.8-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-actioncable@6.1.7.8-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-actionmailbox-0:6.1.7.8-1.el8sat.noarch",
"product": {
"name": "rubygem-actionmailbox-0:6.1.7.8-1.el8sat.noarch",
"product_id": "rubygem-actionmailbox-0:6.1.7.8-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-actionmailbox@6.1.7.8-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-actionmailer-0:6.1.7.8-1.el8sat.noarch",
"product": {
"name": "rubygem-actionmailer-0:6.1.7.8-1.el8sat.noarch",
"product_id": "rubygem-actionmailer-0:6.1.7.8-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-actionmailer@6.1.7.8-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-actionpack-0:6.1.7.8-1.el8sat.noarch",
"product": {
"name": "rubygem-actionpack-0:6.1.7.8-1.el8sat.noarch",
"product_id": "rubygem-actionpack-0:6.1.7.8-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-actionpack@6.1.7.8-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-actiontext-0:6.1.7.8-1.el8sat.noarch",
"product": {
"name": "rubygem-actiontext-0:6.1.7.8-1.el8sat.noarch",
"product_id": "rubygem-actiontext-0:6.1.7.8-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-actiontext@6.1.7.8-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-actionview-0:6.1.7.8-1.el8sat.noarch",
"product": {
"name": "rubygem-actionview-0:6.1.7.8-1.el8sat.noarch",
"product_id": "rubygem-actionview-0:6.1.7.8-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-actionview@6.1.7.8-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-activejob-0:6.1.7.8-1.el8sat.noarch",
"product": {
"name": "rubygem-activejob-0:6.1.7.8-1.el8sat.noarch",
"product_id": "rubygem-activejob-0:6.1.7.8-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activejob@6.1.7.8-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-activemodel-0:6.1.7.8-1.el8sat.noarch",
"product": {
"name": "rubygem-activemodel-0:6.1.7.8-1.el8sat.noarch",
"product_id": "rubygem-activemodel-0:6.1.7.8-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activemodel@6.1.7.8-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-activerecord-0:6.1.7.8-1.el8sat.noarch",
"product": {
"name": "rubygem-activerecord-0:6.1.7.8-1.el8sat.noarch",
"product_id": "rubygem-activerecord-0:6.1.7.8-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activerecord@6.1.7.8-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-activerecord-import-0:1.7.0-1.el8sat.noarch",
"product": {
"name": "rubygem-activerecord-import-0:1.7.0-1.el8sat.noarch",
"product_id": "rubygem-activerecord-import-0:1.7.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activerecord-import@1.7.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-activerecord-session_store-0:2.1.0-1.el8sat.noarch",
"product": {
"name": "rubygem-activerecord-session_store-0:2.1.0-1.el8sat.noarch",
"product_id": "rubygem-activerecord-session_store-0:2.1.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activerecord-session_store@2.1.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-activestorage-0:6.1.7.8-1.el8sat.noarch",
"product": {
"name": "rubygem-activestorage-0:6.1.7.8-1.el8sat.noarch",
"product_id": "rubygem-activestorage-0:6.1.7.8-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activestorage@6.1.7.8-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"product": {
"name": "rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"product_id": "rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activesupport@6.1.7.8-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"product": {
"name": "rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"product_id": "rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-acts_as_list@1.0.3-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-addressable-0:2.8.7-1.el8sat.noarch",
"product": {
"name": "rubygem-addressable-0:2.8.7-1.el8sat.noarch",
"product_id": "rubygem-addressable-0:2.8.7-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-addressable@2.8.7-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"product": {
"name": "rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"product_id": "rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-algebrick@0.7.5-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"product": {
"name": "rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"product_id": "rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-amazing_print@1.6.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"product": {
"name": "rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"product_id": "rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ancestry@4.3.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"product": {
"name": "rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"product_id": "rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-angular-rails-templates@1.1.0-2.el8sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"product": {
"name": "rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"product_id": "rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ansi@1.5.0-3.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"product": {
"name": "rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"product_id": "rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-apipie-bindings@0.6.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-apipie-dsl-0:2.6.2-1.el8sat.noarch",
"product": {
"name": "rubygem-apipie-dsl-0:2.6.2-1.el8sat.noarch",
"product_id": "rubygem-apipie-dsl-0:2.6.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-apipie-dsl@2.6.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"product": {
"name": "rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"product_id": "rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-apipie-params@0.0.5-5.1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-apipie-rails-0:1.4.2-1.el8sat.noarch",
"product": {
"name": "rubygem-apipie-rails-0:1.4.2-1.el8sat.noarch",
"product_id": "rubygem-apipie-rails-0:1.4.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-apipie-rails@1.4.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-audited-0:5.7.0-1.el8sat.noarch",
"product": {
"name": "rubygem-audited-0:5.7.0-1.el8sat.noarch",
"product_id": "rubygem-audited-0:5.7.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-audited@5.7.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"product": {
"name": "rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"product_id": "rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-azure_mgmt_compute@0.22.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"product": {
"name": "rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"product_id": "rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-azure_mgmt_network@0.26.1-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"product": {
"name": "rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"product_id": "rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-azure_mgmt_resources@0.18.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"product": {
"name": "rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"product_id": "rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-azure_mgmt_storage@0.23.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"product": {
"name": "rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"product_id": "rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-azure_mgmt_subscriptions@0.18.5-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-builder-0:3.3.0-1.el8sat.noarch",
"product": {
"name": "rubygem-builder-0:3.3.0-1.el8sat.noarch",
"product_id": "rubygem-builder-0:3.3.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-builder@3.3.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"product": {
"name": "rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"product_id": "rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bundler_ext@0.4.1-6.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"product": {
"name": "rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"product_id": "rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-clamp@1.3.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"product": {
"name": "rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"product_id": "rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-coffee-rails@5.0.0-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"product": {
"name": "rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"product_id": "rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-coffee-script@2.4.1-5.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"product": {
"name": "rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"product_id": "rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-coffee-script-source@1.12.2-5.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"product": {
"name": "rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"product_id": "rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-colorize@0.8.1-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"product": {
"name": "rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"product_id": "rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-concurrent-ruby@1.1.10-1.el8sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"product": {
"name": "rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"product_id": "rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-concurrent-ruby-edge@0.6.0-3.el8sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"product": {
"name": "rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"product_id": "rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-connection_pool@2.4.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-crass-0:1.0.6-2.el8sat.noarch",
"product": {
"name": "rubygem-crass-0:1.0.6-2.el8sat.noarch",
"product_id": "rubygem-crass-0:1.0.6-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-crass@1.0.6-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-css_parser-0:1.17.1-1.el8sat.noarch",
"product": {
"name": "rubygem-css_parser-0:1.17.1-1.el8sat.noarch",
"product_id": "rubygem-css_parser-0:1.17.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-css_parser@1.17.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"product": {
"name": "rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"product_id": "rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-daemons@1.4.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"product": {
"name": "rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"product_id": "rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-deacon@1.0.0-5.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"product": {
"name": "rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"product_id": "rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-declarative@0.0.20-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"product": {
"name": "rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"product_id": "rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-deep_cloneable@3.2.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-deface-0:1.9.0-1.el8sat.noarch",
"product": {
"name": "rubygem-deface-0:1.9.0-1.el8sat.noarch",
"product_id": "rubygem-deface-0:1.9.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-deface@1.9.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"product": {
"name": "rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"product_id": "rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-diffy@3.4.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"product": {
"name": "rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"product_id": "rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-domain_name@0.6.20240107-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"product": {
"name": "rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"product_id": "rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-dynflow@1.9.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-erubi-0:1.13.0-1.el8sat.noarch",
"product": {
"name": "rubygem-erubi-0:1.13.0-1.el8sat.noarch",
"product_id": "rubygem-erubi-0:1.13.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-erubi@1.13.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"product": {
"name": "rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"product_id": "rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-et-orbi@1.2.7-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-excon-0:0.111.0-1.el8sat.noarch",
"product": {
"name": "rubygem-excon-0:0.111.0-1.el8sat.noarch",
"product_id": "rubygem-excon-0:0.111.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-excon@0.111.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-execjs-0:2.9.1-1.el8sat.noarch",
"product": {
"name": "rubygem-execjs-0:2.9.1-1.el8sat.noarch",
"product_id": "rubygem-execjs-0:2.9.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-execjs@2.9.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-facter-0:4.7.1-1.el8sat.noarch",
"product": {
"name": "rubygem-facter-0:4.7.1-1.el8sat.noarch",
"product_id": "rubygem-facter-0:4.7.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-facter@4.7.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"product": {
"name": "rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"product_id": "rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday@1.10.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"product": {
"name": "rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"product_id": "rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-cookie_jar@0.0.6-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"product": {
"name": "rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"product_id": "rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-em_http@1.0.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"product": {
"name": "rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"product_id": "rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-em_synchrony@1.0.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"product": {
"name": "rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"product_id": "rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-excon@1.1.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"product": {
"name": "rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"product_id": "rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-httpclient@1.0.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"product": {
"name": "rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"product_id": "rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday_middleware@1.2.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"product": {
"name": "rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"product_id": "rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-multipart@1.0.4-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"product": {
"name": "rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"product_id": "rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-net_http@1.0.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"product": {
"name": "rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"product_id": "rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-net_http_persistent@1.2.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"product": {
"name": "rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"product_id": "rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-patron@1.0.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"product": {
"name": "rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"product_id": "rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-rack@1.0.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"product": {
"name": "rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"product_id": "rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-retry@1.0.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"product": {
"name": "rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"product_id": "rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fast_gettext@2.4.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-aws-0:3.23.0-1.el8sat.noarch",
"product": {
"name": "rubygem-fog-aws-0:3.23.0-1.el8sat.noarch",
"product_id": "rubygem-fog-aws-0:3.23.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-aws@3.23.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-core-0:2.4.0-1.el8sat.noarch",
"product": {
"name": "rubygem-fog-core-0:2.4.0-1.el8sat.noarch",
"product_id": "rubygem-fog-core-0:2.4.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-core@2.4.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"product": {
"name": "rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"product_id": "rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-json@1.2.0-4.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"product": {
"name": "rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"product_id": "rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-kubevirt@1.3.7-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-libvirt-0:0.12.2-1.el8sat.noarch",
"product": {
"name": "rubygem-fog-libvirt-0:0.12.2-1.el8sat.noarch",
"product_id": "rubygem-fog-libvirt-0:0.12.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-libvirt@0.12.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-openstack-0:1.1.3-1.el8sat.noarch",
"product": {
"name": "rubygem-fog-openstack-0:1.1.3-1.el8sat.noarch",
"product_id": "rubygem-fog-openstack-0:1.1.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-openstack@1.1.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"product": {
"name": "rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"product_id": "rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-ovirt@2.0.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-vsphere-0:3.7.0-1.el8sat.noarch",
"product": {
"name": "rubygem-fog-vsphere-0:3.7.0-1.el8sat.noarch",
"product_id": "rubygem-fog-vsphere-0:3.7.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-vsphere@3.7.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"product": {
"name": "rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"product_id": "rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-xml@0.1.4-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_ansible-0:14.2.1-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_ansible-0:14.2.1-1.el8sat.noarch",
"product_id": "rubygem-foreman_ansible-0:14.2.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_ansible@14.2.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.noarch",
"product_id": "rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_azure_rm@2.3.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.noarch",
"product": {
"name": "rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.noarch",
"product_id": "rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_bootdisk@21.2.3-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_discovery-0:24.0.2-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_discovery-0:24.0.2-1.el8sat.noarch",
"product_id": "rubygem-foreman_discovery-0:24.0.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_discovery@24.0.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_google-0:2.0.1-2.el8sat.noarch",
"product": {
"name": "rubygem-foreman_google-0:2.0.1-2.el8sat.noarch",
"product_id": "rubygem-foreman_google-0:2.0.1-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_google@2.0.1-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"product_id": "rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_kubevirt@0.2.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_leapp-0:1.2.1-2.el8sat.noarch",
"product": {
"name": "rubygem-foreman_leapp-0:1.2.1-2.el8sat.noarch",
"product_id": "rubygem-foreman_leapp-0:1.2.1-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_leapp@1.2.1-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"product_id": "rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_maintain@1.7.5-1.el8sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_openscap-0:9.0.4-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_openscap-0:9.0.4-1.el8sat.noarch",
"product_id": "rubygem-foreman_openscap-0:9.0.4-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_openscap@9.0.4-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_puppet-0:7.0.0-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_puppet-0:7.0.0-1.el8sat.noarch",
"product_id": "rubygem-foreman_puppet-0:7.0.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_puppet@7.0.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.noarch",
"product_id": "rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_remote_execution@13.2.5-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el8sat.noarch",
"product_id": "rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_remote_execution-cockpit@13.2.5-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.noarch",
"product_id": "rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_rh_cloud@10.0.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"product_id": "rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_scap_client@0.5.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman-tasks-0:9.2.3-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman-tasks-0:9.2.3-1.el8sat.noarch",
"product_id": "rubygem-foreman-tasks-0:9.2.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman-tasks@9.2.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_templates-0:9.5.1-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_templates-0:9.5.1-1.el8sat.noarch",
"product_id": "rubygem-foreman_templates-0:9.5.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_templates@9.5.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.noarch",
"product_id": "rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_theme_satellite@13.3.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.noarch",
"product_id": "rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_virt_who_configure@0.5.23-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_webhooks-0:3.2.3-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_webhooks-0:3.2.3-1.el8sat.noarch",
"product_id": "rubygem-foreman_webhooks-0:3.2.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_webhooks@3.2.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"product": {
"name": "rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"product_id": "rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-formatador@1.1.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-friendly_id-0:5.5.1-1.el8sat.noarch",
"product": {
"name": "rubygem-friendly_id-0:5.5.1-1.el8sat.noarch",
"product_id": "rubygem-friendly_id-0:5.5.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-friendly_id@5.5.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"product": {
"name": "rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"product_id": "rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fugit@1.8.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-fx-0:0.7.0-1.el8sat.noarch",
"product": {
"name": "rubygem-fx-0:0.7.0-1.el8sat.noarch",
"product_id": "rubygem-fx-0:0.7.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fx@0.7.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"product": {
"name": "rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"product_id": "rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-gapic-common@0.12.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-get_process_mem-0:1.0.0-1.el8sat.noarch",
"product": {
"name": "rubygem-get_process_mem-0:1.0.0-1.el8sat.noarch",
"product_id": "rubygem-get_process_mem-0:1.0.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-get_process_mem@1.0.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.noarch",
"product": {
"name": "rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.noarch",
"product_id": "rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-gettext_i18n_rails@1.13.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-git-0:1.18.0-1.el8sat.noarch",
"product": {
"name": "rubygem-git-0:1.18.0-1.el8sat.noarch",
"product_id": "rubygem-git-0:1.18.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-git@1.18.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"product": {
"name": "rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"product_id": "rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-gitlab-sidekiq-fetcher@0.9.0-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-globalid-0:1.2.1-1.el8sat.noarch",
"product": {
"name": "rubygem-globalid-0:1.2.1-1.el8sat.noarch",
"product_id": "rubygem-globalid-0:1.2.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-globalid@1.2.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"product": {
"name": "rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"product_id": "rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-googleapis-common-protos@1.3.12-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"product": {
"name": "rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"product_id": "rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-googleapis-common-protos-types@1.4.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"product": {
"name": "rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"product_id": "rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-apis-compute_v1@0.54.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"product": {
"name": "rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"product_id": "rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-apis-core@0.9.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"product": {
"name": "rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"product_id": "rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-googleauth@1.3.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"product": {
"name": "rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"product_id": "rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-cloud-common@1.1.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"product": {
"name": "rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"product_id": "rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-cloud-compute@0.5.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"product": {
"name": "rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"product_id": "rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-cloud-compute-v1@1.7.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"product": {
"name": "rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"product_id": "rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-cloud-core@1.6.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"product": {
"name": "rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"product_id": "rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-cloud-env@1.6.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"product": {
"name": "rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"product_id": "rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-cloud-errors@1.3.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-graphql-0:1.13.23-1.el8sat.noarch",
"product": {
"name": "rubygem-graphql-0:1.13.23-1.el8sat.noarch",
"product_id": "rubygem-graphql-0:1.13.23-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-graphql@1.13.23-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-graphql-batch-0:0.6.0-1.el8sat.noarch",
"product": {
"name": "rubygem-graphql-batch-0:0.6.0-1.el8sat.noarch",
"product_id": "rubygem-graphql-batch-0:0.6.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-graphql-batch@0.6.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"product": {
"name": "rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"product_id": "rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-gssapi@1.3.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"product": {
"name": "rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"product_id": "rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli@3.12.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"product_id": "rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman@3.12.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_admin@1.2.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_ansible@0.7.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_azure_rm@0.3.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_bootdisk@0.4.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_discovery@1.3.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_google@1.1.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_kubevirt@0.2.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_leapp@0.1.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_openscap@0.2.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_puppet@0.1.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_remote_execution@0.3.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_tasks@0.0.21-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_templates@0.3.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_virt_who_configure@0.1.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_webhooks@0.1.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"product": {
"name": "rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"product_id": "rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_katello@1.14.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"product": {
"name": "rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"product_id": "rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hashie@5.0.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-highline-0:2.1.0-1.el8sat.noarch",
"product": {
"name": "rubygem-highline-0:2.1.0-1.el8sat.noarch",
"product_id": "rubygem-highline-0:2.1.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-highline@2.1.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"product": {
"name": "rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"product_id": "rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hocon@1.4.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-http-0:3.3.0-2.el8sat.noarch",
"product": {
"name": "rubygem-http-0:3.3.0-2.el8sat.noarch",
"product_id": "rubygem-http-0:3.3.0-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-http@3.3.0-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"product": {
"name": "rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"product_id": "rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-http-accept@1.7.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"product": {
"name": "rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"product_id": "rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-httpclient@2.8.3-4.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"product": {
"name": "rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"product_id": "rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-http-cookie@1.0.6-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"product": {
"name": "rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"product_id": "rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-http-form_data@2.1.1-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"product": {
"name": "rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"product_id": "rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-i18n@1.14.5-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"product": {
"name": "rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"product_id": "rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-infoblox@3.0.0-4.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"product": {
"name": "rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"product_id": "rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-jgrep@1.3.3-11.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"product": {
"name": "rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"product_id": "rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-journald-logger@3.1.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"product": {
"name": "rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"product_id": "rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-jsonpath@1.1.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"product": {
"name": "rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"product_id": "rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-jwt@2.8.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"product": {
"name": "rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"product_id": "rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-kafo@7.4.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"product": {
"name": "rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"product_id": "rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-kafo_parsers@1.2.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"product": {
"name": "rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"product_id": "rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-kafo_wizards@0.0.2-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-katello-0:4.14.0.3-1.el8sat.noarch",
"product": {
"name": "rubygem-katello-0:4.14.0.3-1.el8sat.noarch",
"product_id": "rubygem-katello-0:4.14.0.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-katello@4.14.0.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"product": {
"name": "rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"product_id": "rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-kubeclient@4.10.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-ldap_fluff-0:0.7.0-1.el8sat.noarch",
"product": {
"name": "rubygem-ldap_fluff-0:0.7.0-1.el8sat.noarch",
"product_id": "rubygem-ldap_fluff-0:0.7.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ldap_fluff@0.7.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"product": {
"name": "rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"product_id": "rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-little-plugger@1.1.4-3.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-locale-0:2.1.4-1.el8sat.noarch",
"product": {
"name": "rubygem-locale-0:2.1.4-1.el8sat.noarch",
"product_id": "rubygem-locale-0:2.1.4-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-locale@2.1.4-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-logging-0:2.4.0-1.el8sat.noarch",
"product": {
"name": "rubygem-logging-0:2.4.0-1.el8sat.noarch",
"product_id": "rubygem-logging-0:2.4.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-logging@2.4.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"product": {
"name": "rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"product_id": "rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-logging-journald@2.1.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-loofah-0:2.22.0-1.el8sat.noarch",
"product": {
"name": "rubygem-loofah-0:2.22.0-1.el8sat.noarch",
"product_id": "rubygem-loofah-0:2.22.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-loofah@2.22.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-mail-0:2.8.1-2.el8sat.noarch",
"product": {
"name": "rubygem-mail-0:2.8.1-2.el8sat.noarch",
"product_id": "rubygem-mail-0:2.8.1-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mail@2.8.1-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-marcel-0:1.0.4-1.el8sat.noarch",
"product": {
"name": "rubygem-marcel-0:1.0.4-1.el8sat.noarch",
"product_id": "rubygem-marcel-0:1.0.4-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-marcel@1.0.4-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"product": {
"name": "rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"product_id": "rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-memoist@0.16.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-method_source-0:1.1.0-1.el8sat.noarch",
"product": {
"name": "rubygem-method_source-0:1.1.0-1.el8sat.noarch",
"product_id": "rubygem-method_source-0:1.1.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-method_source@1.1.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"product": {
"name": "rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"product_id": "rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mime-types@3.5.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"product": {
"name": "rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"product_id": "rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mime-types-data@3.2024.0806-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-mini_mime-0:1.1.5-1.el8sat.noarch",
"product": {
"name": "rubygem-mini_mime-0:1.1.5-1.el8sat.noarch",
"product_id": "rubygem-mini_mime-0:1.1.5-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mini_mime@1.1.5-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"product": {
"name": "rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"product_id": "rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mqtt@0.5.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"product": {
"name": "rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"product_id": "rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ms_rest@0.7.6-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"product": {
"name": "rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"product_id": "rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ms_rest_azure@0.12.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"product": {
"name": "rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"product_id": "rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-multi_json@1.15.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"product": {
"name": "rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"product_id": "rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-multipart-post@2.2.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"product": {
"name": "rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"product_id": "rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mustermann@2.0.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"product": {
"name": "rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"product_id": "rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-net_http_unix@0.2.2-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-net-ldap-0:0.19.0-1.el8sat.noarch",
"product": {
"name": "rubygem-net-ldap-0:0.19.0-1.el8sat.noarch",
"product_id": "rubygem-net-ldap-0:0.19.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-net-ldap@0.19.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"product": {
"name": "rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"product_id": "rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-net-ping@2.0.8-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"product": {
"name": "rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"product_id": "rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-netrc@0.11.0-6.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"product": {
"name": "rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"product_id": "rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-net-scp@4.0.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"product": {
"name": "rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"product_id": "rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-net-ssh@7.2.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"product": {
"name": "rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"product_id": "rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-net-ssh-krb@0.4.0-4.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"product": {
"name": "rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"product_id": "rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-oauth@1.1.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"product": {
"name": "rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"product_id": "rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-oauth-tty@1.0.5-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"product": {
"name": "rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"product_id": "rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-openscap@0.4.9-9.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"product": {
"name": "rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"product_id": "rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-openscap_parser@1.0.2-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-optimist-0:3.1.0-1.el8sat.noarch",
"product": {
"name": "rubygem-optimist-0:3.1.0-1.el8sat.noarch",
"product_id": "rubygem-optimist-0:3.1.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-optimist@3.1.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-os-0:1.1.4-1.el8sat.noarch",
"product": {
"name": "rubygem-os-0:1.1.4-1.el8sat.noarch",
"product_id": "rubygem-os-0:1.1.4-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-os@1.1.4-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"product": {
"name": "rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"product_id": "rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ovirt_provision_plugin@2.0.3-3.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-parallel-0:1.25.1-1.el8sat.noarch",
"product": {
"name": "rubygem-parallel-0:1.25.1-1.el8sat.noarch",
"product_id": "rubygem-parallel-0:1.25.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-parallel@1.25.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"product": {
"name": "rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"product_id": "rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-polyglot@0.3.5-3.1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"product": {
"name": "rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"product_id": "rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-powerbar@2.0.1-3.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-prometheus-client-0:4.2.3-1.el8sat.noarch",
"product": {
"name": "rubygem-prometheus-client-0:4.2.3-1.el8sat.noarch",
"product_id": "rubygem-prometheus-client-0:4.2.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-prometheus-client@4.2.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"product": {
"name": "rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"product_id": "rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-promise.rb@0.7.4-3.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-public_suffix-0:5.1.1-1.el8sat.noarch",
"product": {
"name": "rubygem-public_suffix-0:5.1.1-1.el8sat.noarch",
"product_id": "rubygem-public_suffix-0:5.1.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-public_suffix@5.1.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.noarch",
"product": {
"name": "rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.noarch",
"product_id": "rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_ansible_client@0.21.7-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.noarch",
"product": {
"name": "rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.noarch",
"product_id": "rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_certguard_client@3.49.17-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_container_client-0:2.20.2-1.el8sat.noarch",
"product": {
"name": "rubygem-pulp_container_client-0:2.20.2-1.el8sat.noarch",
"product_id": "rubygem-pulp_container_client-0:2.20.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_container_client@2.20.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulpcore_client-1:3.49.17-1.el8sat.noarch",
"product": {
"name": "rubygem-pulpcore_client-1:3.49.17-1.el8sat.noarch",
"product_id": "rubygem-pulpcore_client-1:3.49.17-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulpcore_client@3.49.17-1.el8sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_deb_client-0:3.2.1-1.el8sat.noarch",
"product": {
"name": "rubygem-pulp_deb_client-0:3.2.1-1.el8sat.noarch",
"product_id": "rubygem-pulp_deb_client-0:3.2.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_deb_client@3.2.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_file_client-0:3.49.17-1.el8sat.noarch",
"product": {
"name": "rubygem-pulp_file_client-0:3.49.17-1.el8sat.noarch",
"product_id": "rubygem-pulp_file_client-0:3.49.17-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_file_client@3.49.17-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.noarch",
"product": {
"name": "rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.noarch",
"product_id": "rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_ostree_client@2.3.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_python_client-0:3.11.2-1.el8sat.noarch",
"product": {
"name": "rubygem-pulp_python_client-0:3.11.2-1.el8sat.noarch",
"product_id": "rubygem-pulp_python_client-0:3.11.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_python_client@3.11.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.noarch",
"product": {
"name": "rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.noarch",
"product_id": "rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_rpm_client@3.26.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-puma-status-0:1.6-1.el8sat.noarch",
"product": {
"name": "rubygem-puma-status-0:1.6-1.el8sat.noarch",
"product_id": "rubygem-puma-status-0:1.6-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-puma-status@1.6-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"product": {
"name": "rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"product_id": "rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-raabro@1.4.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"product": {
"name": "rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"product_id": "rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rabl@0.16.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"product": {
"name": "rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"product_id": "rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack@2.2.8.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"product": {
"name": "rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"product_id": "rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack-cors@1.1.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"product": {
"name": "rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"product_id": "rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack-jsonp@1.3.1-10.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"product": {
"name": "rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"product_id": "rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack-protection@2.2.4-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"product": {
"name": "rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"product_id": "rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack-test@2.1.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rails-0:6.1.7.8-1.el8sat.noarch",
"product": {
"name": "rubygem-rails-0:6.1.7.8-1.el8sat.noarch",
"product_id": "rubygem-rails-0:6.1.7.8-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rails@6.1.7.8-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rails-dom-testing-0:2.2.0-1.el8sat.noarch",
"product": {
"name": "rubygem-rails-dom-testing-0:2.2.0-1.el8sat.noarch",
"product_id": "rubygem-rails-dom-testing-0:2.2.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rails-dom-testing@2.2.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.noarch",
"product": {
"name": "rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.noarch",
"product_id": "rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rails-html-sanitizer@1.6.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rails-i18n-0:7.0.9-1.el8sat.noarch",
"product": {
"name": "rubygem-rails-i18n-0:7.0.9-1.el8sat.noarch",
"product_id": "rubygem-rails-i18n-0:7.0.9-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rails-i18n@7.0.9-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-railties-0:6.1.7.8-1.el8sat.noarch",
"product": {
"name": "rubygem-railties-0:6.1.7.8-1.el8sat.noarch",
"product_id": "rubygem-railties-0:6.1.7.8-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-railties@6.1.7.8-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"product": {
"name": "rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"product_id": "rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rainbow@2.2.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"product": {
"name": "rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"product_id": "rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rb-inotify@0.11.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"product": {
"name": "rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"product_id": "rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbnacl@4.0.2-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbvmomi2-0:3.7.1-1.el8sat.noarch",
"product": {
"name": "rubygem-rbvmomi2-0:3.7.1-1.el8sat.noarch",
"product_id": "rubygem-rbvmomi2-0:3.7.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbvmomi2@3.7.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"product": {
"name": "rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"product_id": "rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rchardet@1.8.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"product": {
"name": "rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"product_id": "rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-recursive-open-struct@1.1.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"product": {
"name": "rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"product_id": "rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-redfish_client@0.6.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-redis-0:4.5.1-1.el8sat.noarch",
"product": {
"name": "rubygem-redis-0:4.5.1-1.el8sat.noarch",
"product_id": "rubygem-redis-0:4.5.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-redis@4.5.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-representable-0:3.2.0-1.el8sat.noarch",
"product": {
"name": "rubygem-representable-0:3.2.0-1.el8sat.noarch",
"product_id": "rubygem-representable-0:3.2.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-representable@3.2.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-responders-0:3.1.1-1.el8sat.noarch",
"product": {
"name": "rubygem-responders-0:3.1.1-1.el8sat.noarch",
"product_id": "rubygem-responders-0:3.1.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-responders@3.1.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"product": {
"name": "rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"product_id": "rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rest-client@2.1.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"product": {
"name": "rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"product_id": "rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-retriable@3.1.2-3.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-roadie-0:5.2.1-1.el8sat.noarch",
"product": {
"name": "rubygem-roadie-0:5.2.1-1.el8sat.noarch",
"product_id": "rubygem-roadie-0:5.2.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-roadie@5.2.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-roadie-rails-0:3.2.0-1.el8sat.noarch",
"product": {
"name": "rubygem-roadie-rails-0:3.2.0-1.el8sat.noarch",
"product_id": "rubygem-roadie-rails-0:3.2.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-roadie-rails@3.2.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"product": {
"name": "rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"product_id": "rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rsec@0.4.3-5.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"product": {
"name": "rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"product_id": "rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ruby2_keywords@0.0.5-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-ruby2ruby-0:2.5.1-1.el8sat.noarch",
"product": {
"name": "rubygem-ruby2ruby-0:2.5.1-1.el8sat.noarch",
"product_id": "rubygem-ruby2ruby-0:2.5.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ruby2ruby@2.5.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"product": {
"name": "rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"product_id": "rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rubyipmi@0.11.1-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-ruby_parser-0:3.21.1-1.el8sat.noarch",
"product": {
"name": "rubygem-ruby_parser-0:3.21.1-1.el8sat.noarch",
"product_id": "rubygem-ruby_parser-0:3.21.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ruby_parser@3.21.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-safemode-0:1.5.0-1.el8sat.noarch",
"product": {
"name": "rubygem-safemode-0:1.5.0-1.el8sat.noarch",
"product_id": "rubygem-safemode-0:1.5.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-safemode@1.5.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-scoped_search-0:4.1.12-1.el8sat.noarch",
"product": {
"name": "rubygem-scoped_search-0:4.1.12-1.el8sat.noarch",
"product_id": "rubygem-scoped_search-0:4.1.12-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-scoped_search@4.1.12-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"product": {
"name": "rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"product_id": "rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sd_notify@0.1.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-secure_headers-0:6.7.0-1.el8sat.noarch",
"product": {
"name": "rubygem-secure_headers-0:6.7.0-1.el8sat.noarch",
"product_id": "rubygem-secure_headers-0:6.7.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-secure_headers@6.7.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"product": {
"name": "rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"product_id": "rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sequel@5.83.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"product": {
"name": "rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"product_id": "rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-server_sent_events@0.1.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-sexp_processor-0:4.17.2-1.el8sat.noarch",
"product": {
"name": "rubygem-sexp_processor-0:4.17.2-1.el8sat.noarch",
"product_id": "rubygem-sexp_processor-0:4.17.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sexp_processor@4.17.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-sidekiq-0:6.5.12-1.el8sat.noarch",
"product": {
"name": "rubygem-sidekiq-0:6.5.12-1.el8sat.noarch",
"product_id": "rubygem-sidekiq-0:6.5.12-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sidekiq@6.5.12-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-signet-0:0.17.0-1.el8sat.noarch",
"product": {
"name": "rubygem-signet-0:0.17.0-1.el8sat.noarch",
"product_id": "rubygem-signet-0:0.17.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-signet@0.17.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"product": {
"name": "rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"product_id": "rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sinatra@2.2.4-1.el8sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"product": {
"name": "rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"product_id": "rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_ansible@3.5.6-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"product": {
"name": "rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"product_id": "rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_container_gateway@3.1.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"product": {
"name": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"product_id": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_dhcp_infoblox@0.0.18-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"product": {
"name": "rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"product_id": "rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_dhcp_remote_isc@0.0.5-6.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"product": {
"name": "rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"product_id": "rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_discovery@1.0.5-10.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"product": {
"name": "rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"product_id": "rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_discovery_image@1.6.0-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"product": {
"name": "rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"product_id": "rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_dns_infoblox@1.2.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"product": {
"name": "rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"product_id": "rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_dynflow@0.9.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"product": {
"name": "rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"product_id": "rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_dynflow_core@0.4.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"product": {
"name": "rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"product_id": "rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_openscap@0.11.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"product": {
"name": "rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"product_id": "rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_pulp@3.3.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"product": {
"name": "rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"product_id": "rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_remote_execution_ssh@0.11.4-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"product": {
"name": "rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"product_id": "rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_shellhooks@0.9.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"product": {
"name": "rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"product_id": "rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-snaky_hash@2.0.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-spidr-0:0.7.1-1.el8sat.noarch",
"product": {
"name": "rubygem-spidr-0:0.7.1-1.el8sat.noarch",
"product_id": "rubygem-spidr-0:0.7.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-spidr@0.7.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-sprockets-0:4.2.1-1.el8sat.noarch",
"product": {
"name": "rubygem-sprockets-0:4.2.1-1.el8sat.noarch",
"product_id": "rubygem-sprockets-0:4.2.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sprockets@4.2.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-sprockets-rails-0:3.5.2-1.el8sat.noarch",
"product": {
"name": "rubygem-sprockets-rails-0:3.5.2-1.el8sat.noarch",
"product_id": "rubygem-sprockets-rails-0:3.5.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sprockets-rails@3.5.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"product": {
"name": "rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"product_id": "rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sshkey@2.0.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"product": {
"name": "rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"product_id": "rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-statsd-instrument@2.9.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"product": {
"name": "rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"product_id": "rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-stomp@1.4.10-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-thor-0:1.3.0-1.el8sat.noarch",
"product": {
"name": "rubygem-thor-0:1.3.0-1.el8sat.noarch",
"product_id": "rubygem-thor-0:1.3.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-thor@1.3.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"product": {
"name": "rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"product_id": "rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-tilt@2.4.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"product": {
"name": "rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"product_id": "rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-timeliness@0.3.10-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"product": {
"name": "rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"product_id": "rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-trailblazer-option@0.1.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"product": {
"name": "rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"product_id": "rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-tzinfo@2.0.6-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-uber-0:0.1.0-3.el8sat.noarch",
"product": {
"name": "rubygem-uber-0:0.1.0-3.el8sat.noarch",
"product_id": "rubygem-uber-0:0.1.0-3.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-uber@0.1.0-3.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"product": {
"name": "rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"product_id": "rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-unicode-display_width@2.4.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"product": {
"name": "rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"product_id": "rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-validates_lengths_from_database@0.8.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"product": {
"name": "rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"product_id": "rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-version_gem@1.1.4-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"product": {
"name": "rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"product_id": "rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-webrick@1.8.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"product": {
"name": "rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"product_id": "rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-websocket-extensions@0.1.5-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"product": {
"name": "rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"product_id": "rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-will_paginate@3.3.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"product": {
"name": "rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"product_id": "rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-xmlrpc@0.3.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"product": {
"name": "rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"product_id": "rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-zeitwerk@2.6.17-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-cli-0:6.16.0-2.el8sat.noarch",
"product": {
"name": "satellite-cli-0:6.16.0-2.el8sat.noarch",
"product_id": "satellite-cli-0:6.16.0-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-cli@6.16.0-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-capsule-0:6.16.0-2.el8sat.noarch",
"product": {
"name": "satellite-capsule-0:6.16.0-2.el8sat.noarch",
"product_id": "satellite-capsule-0:6.16.0-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-capsule@6.16.0-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-common-0:6.16.0-2.el8sat.noarch",
"product": {
"name": "satellite-common-0:6.16.0-2.el8sat.noarch",
"product_id": "satellite-common-0:6.16.0-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-common@6.16.0-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.16.0-2.el8sat.noarch",
"product": {
"name": "satellite-0:6.16.0-2.el8sat.noarch",
"product_id": "satellite-0:6.16.0-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.16.0-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"product": {
"name": "satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"product_id": "satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-installer@6.16.0.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-lifecycle-0:6.16.0-1.el8sat.noarch",
"product": {
"name": "satellite-lifecycle-0:6.16.0-1.el8sat.noarch",
"product_id": "satellite-lifecycle-0:6.16.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-lifecycle@6.16.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-maintain-0:0.0.2-1.el8sat.noarch",
"product": {
"name": "satellite-maintain-0:0.0.2-1.el8sat.noarch",
"product_id": "satellite-maintain-0:0.0.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-maintain@0.0.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-clone-0:3.6.2-1.el8sat.noarch",
"product": {
"name": "satellite-clone-0:3.6.2-1.el8sat.noarch",
"product_id": "satellite-clone-0:3.6.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-clone@3.6.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"product": {
"name": "ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"product_id": "ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-collection-redhat-satellite@4.2.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"product": {
"name": "ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"product_id": "ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-collection-redhat-satellite_operations@3.0.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"product": {
"name": "ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"product_id": "ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansiblerole-foreman_scap_client@0.3.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"product": {
"name": "ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"product_id": "ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansiblerole-insights-client@1.7.1-2.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-runner-0:2.2.1-5.el9pc.noarch",
"product": {
"name": "ansible-runner-0:2.2.1-5.el9pc.noarch",
"product_id": "ansible-runner-0:2.2.1-5.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-runner@2.2.1-5.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"product": {
"name": "python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"product_id": "python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-ansible-runner@2.2.1-5.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "candlepin-0:4.4.16-1.el9sat.noarch",
"product": {
"name": "candlepin-0:4.4.16-1.el9sat.noarch",
"product_id": "candlepin-0:4.4.16-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/candlepin@4.4.16-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "candlepin-selinux-0:4.4.16-1.el9sat.noarch",
"product": {
"name": "candlepin-selinux-0:4.4.16-1.el9sat.noarch",
"product_id": "candlepin-selinux-0:4.4.16-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/candlepin-selinux@4.4.16-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"product": {
"name": "foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"product_id": "foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-debug@3.12.0.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"product": {
"name": "foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"product_id": "foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-pcp@3.12.0.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-0:3.12.0.1-1.el9sat.noarch",
"product": {
"name": "foreman-0:3.12.0.1-1.el9sat.noarch",
"product_id": "foreman-0:3.12.0.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman@3.12.0.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"product": {
"name": "foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"product_id": "foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-cli@3.12.0.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"product": {
"name": "foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"product_id": "foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-dynflow-sidekiq@3.12.0.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"product": {
"name": "foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"product_id": "foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-ec2@3.12.0.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"product": {
"name": "foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"product_id": "foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-journald@3.12.0.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"product": {
"name": "foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"product_id": "foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-libvirt@3.12.0.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"product": {
"name": "foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"product_id": "foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-openstack@3.12.0.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"product": {
"name": "foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"product_id": "foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-ovirt@3.12.0.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"product": {
"name": "foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"product_id": "foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-postgresql@3.12.0.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"product": {
"name": "foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"product_id": "foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-redis@3.12.0.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-service-0:3.12.0.1-1.el9sat.noarch",
"product": {
"name": "foreman-service-0:3.12.0.1-1.el9sat.noarch",
"product_id": "foreman-service-0:3.12.0.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-service@3.12.0.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"product": {
"name": "foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"product_id": "foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-telemetry@3.12.0.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"product": {
"name": "foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"product_id": "foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-vmware@3.12.0.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"product": {
"name": "foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"product_id": "foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-bootloaders-redhat@202102220000-3.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"product": {
"name": "foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"product_id": "foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-bootloaders-redhat-tftpboot@202102220000-3.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"product": {
"name": "foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"product_id": "foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-proxy-fapolicyd@1.0.1-3.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"product": {
"name": "foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"product_id": "foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-fapolicyd@1.0.1-3.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"product": {
"name": "foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"product_id": "foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-installer@3.12.0.1-1.el9sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"product": {
"name": "foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"product_id": "foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-installer-katello@3.12.0.1-1.el9sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "foreman-obsolete-packages-0:1.10-1.el9sat.noarch",
"product": {
"name": "foreman-obsolete-packages-0:1.10-1.el9sat.noarch",
"product_id": "foreman-obsolete-packages-0:1.10-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-obsolete-packages@1.10-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-proxy-0:3.12.0-1.el9sat.noarch",
"product": {
"name": "foreman-proxy-0:3.12.0-1.el9sat.noarch",
"product_id": "foreman-proxy-0:3.12.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-proxy@3.12.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"product": {
"name": "foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"product_id": "foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-proxy-journald@3.12.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"product": {
"name": "foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"product_id": "foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-proxy-content@4.14.0-0.1.rc2.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"product": {
"name": "katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"product_id": "katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/katello-common@4.14.0-0.1.rc2.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"product": {
"name": "katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"product_id": "katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/katello-debug@4.14.0-0.1.rc2.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"product": {
"name": "katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"product_id": "katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/katello@4.14.0-0.1.rc2.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-selinux-0:3.12.0-1.el9sat.noarch",
"product": {
"name": "foreman-selinux-0:3.12.0-1.el9sat.noarch",
"product_id": "foreman-selinux-0:3.12.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-selinux@3.12.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"product": {
"name": "katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"product_id": "katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/katello-certs-tools@2.10.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"product": {
"name": "katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"product_id": "katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/katello-client-bootstrap@1.7.9-2.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "katello-selinux-0:5.0.2-1.el9sat.noarch",
"product": {
"name": "katello-selinux-0:5.0.2-1.el9sat.noarch",
"product_id": "katello-selinux-0:5.0.2-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/katello-selinux@5.0.2-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "postgresql-evr-0:0.0.2-3.el9sat.noarch",
"product": {
"name": "postgresql-evr-0:0.0.2-3.el9sat.noarch",
"product_id": "postgresql-evr-0:0.0.2-3.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-evr@0.0.2-3.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"product": {
"name": "pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"product_id": "pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pulpcore-obsolete-packages@1.2.0-1.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"product": {
"name": "puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"product_id": "puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-agent-oauth@0.5.10-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"product": {
"name": "puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"product_id": "puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-foreman_scap_client@1.0.0-2.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"product": {
"name": "puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"product_id": "puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppetlabs-stdlib@9.4.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "puppetserver-0:8.6.2-2.el9sat.noarch",
"product": {
"name": "puppetserver-0:8.6.2-2.el9sat.noarch",
"product_id": "puppetserver-0:8.6.2-2.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppetserver@8.6.2-2.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"product": {
"name": "python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"product_id": "python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-aiodns@3.0.0-7.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"product": {
"name": "python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"product_id": "python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-aiofiles@22.1.0-5.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"product": {
"name": "python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"product_id": "python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-aiohttp-xmlrpc@1.5.0-6.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"product": {
"name": "python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"product_id": "python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-aioredis@2.0.1-6.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"product": {
"name": "python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"product_id": "python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-aiosignal@1.3.1-5.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"product": {
"name": "python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"product_id": "python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-ansible-builder@3.0.0-1.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"product": {
"name": "python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"product_id": "python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-asgiref@3.6.0-5.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"product": {
"name": "python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"product_id": "python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-asyncio-throttle@1.0.2-7.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"product": {
"name": "python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"product_id": "python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-async-lru@1.0.3-5.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"product": {
"name": "python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"product_id": "python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-async-timeout@4.0.2-6.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"product": {
"name": "python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"product_id": "python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-attrs@21.4.0-6.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"product": {
"name": "python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"product_id": "python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-backoff@2.2.1-5.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"product": {
"name": "python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"product_id": "python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-bindep@2.11.0-5.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"product": {
"name": "python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"product_id": "python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-bleach@3.3.1-6.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"product": {
"name": "python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"product_id": "python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-bleach-allowlist@1.0.3-7.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"product": {
"name": "python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"product_id": "python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-certifi@2022.12.7-5.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"product": {
"name": "python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"product_id": "python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-chardet@5.0.0-2.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"product": {
"name": "python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"product_id": "python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-charset-normalizer@2.1.1-5.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-click-0:8.1.3-5.el9pc.noarch",
"product": {
"name": "python3.11-click-0:8.1.3-5.el9pc.noarch",
"product_id": "python3.11-click-0:8.1.3-5.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-click@8.1.3-5.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-click-shell-0:2.1-7.el9pc.noarch",
"product": {
"name": "python3.11-click-shell-0:2.1-7.el9pc.noarch",
"product_id": "python3.11-click-shell-0:2.1-7.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-click-shell@2.1-7.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"product": {
"name": "python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"product_id": "python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-contextlib2@21.6.0-7.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"product": {
"name": "python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"product_id": "python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-daemon@2.3.1-4.3.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"product": {
"name": "python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"product_id": "python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-dateutil@2.8.2-5.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-debian-0:0.1.44-7.el9pc.noarch",
"product": {
"name": "python3.11-debian-0:0.1.44-7.el9pc.noarch",
"product_id": "python3.11-debian-0:0.1.44-7.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debian@0.1.44-7.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"product": {
"name": "python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"product_id": "python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-defusedxml@0.7.1-7.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"product": {
"name": "python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"product_id": "python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-deprecated@1.2.13-5.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"product": {
"name": "python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"product_id": "python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-diff-match-patch@20200713-7.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-distro-0:1.7.0-4.el9pc.noarch",
"product": {
"name": "python3.11-distro-0:1.7.0-4.el9pc.noarch",
"product_id": "python3.11-distro-0:1.7.0-4.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-distro@1.7.0-4.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-django-0:4.2.16-1.el9pc.noarch",
"product": {
"name": "python3.11-django-0:4.2.16-1.el9pc.noarch",
"product_id": "python3.11-django-0:4.2.16-1.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-django@4.2.16-1.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-django-filter-0:23.2-4.el9pc.noarch",
"product": {
"name": "python3.11-django-filter-0:23.2-4.el9pc.noarch",
"product_id": "python3.11-django-filter-0:23.2-4.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-django-filter@23.2-4.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"product": {
"name": "python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"product_id": "python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-django-guid@3.3.0-5.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"product": {
"name": "python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"product_id": "python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-django-import-export@3.1.0-4.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"product": {
"name": "python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"product_id": "python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-django-lifecycle@1.0.0-4.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"product": {
"name": "python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"product_id": "python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-django-readonly-field@1.1.2-4.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"product": {
"name": "python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"product_id": "python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-djangorestframework@3.14.0-4.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"product": {
"name": "python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"product_id": "python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-djangorestframework-queryfields@1.0.0-8.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"product": {
"name": "python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"product_id": "python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-docutils@0.20.1-4.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"product": {
"name": "python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"product_id": "python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-drf-access-policy@1.3.0-4.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"product": {
"name": "python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"product_id": "python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-drf-nested-routers@0.93.4-6.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"product": {
"name": "python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"product_id": "python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-drf-spectacular@0.26.5-5.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"product": {
"name": "python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"product_id": "python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-dynaconf@3.1.12-4.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"product": {
"name": "python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"product_id": "python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-ecdsa@0.18.0-5.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"product": {
"name": "python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"product_id": "python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-et-xmlfile@1.1.0-6.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"product": {
"name": "python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"product_id": "python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-flake8@5.0.0-3.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-future-0:0.18.3-5.el9pc.noarch",
"product": {
"name": "python3.11-future-0:0.18.3-5.el9pc.noarch",
"product_id": "python3.11-future-0:0.18.3-5.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-future@0.18.3-5.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"product": {
"name": "python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"product_id": "python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-galaxy-importer@0.4.19-2.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"product": {
"name": "python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"product_id": "python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-gitdb@4.0.10-5.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"product": {
"name": "python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"product_id": "python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-gitpython@3.1.40-3.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"product": {
"name": "python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"product_id": "python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-gnupg@0.5.0-4.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"product": {
"name": "python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"product_id": "python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-googleapis-common-protos@1.59.1-4.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"product": {
"name": "python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"product_id": "python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-gunicorn@22.0.0-1.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"product": {
"name": "python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"product_id": "python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-importlib-metadata@6.0.1-3.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"product": {
"name": "python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"product_id": "python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-inflection@0.5.1-6.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-iniparse-0:0.4-39.el9pc.noarch",
"product": {
"name": "python3.11-iniparse-0:0.4-39.el9pc.noarch",
"product_id": "python3.11-iniparse-0:0.4-39.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-iniparse@0.4-39.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"product": {
"name": "python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"product_id": "python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-jinja2@3.1.4-1.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"product": {
"name": "python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"product_id": "python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-jsonschema@4.10.3-3.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"product": {
"name": "python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"product_id": "python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-json_stream@2.3.2-4.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"product": {
"name": "python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"product_id": "python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-lockfile@0.12.2-4.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"product": {
"name": "python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"product_id": "python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-markdown@3.4.1-3.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-markuppy-0:1.14-6.el9pc.noarch",
"product": {
"name": "python3.11-markuppy-0:1.14-6.el9pc.noarch",
"product_id": "python3.11-markuppy-0:1.14-6.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-markuppy@1.14-6.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"product": {
"name": "python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"product_id": "python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-mccabe@0.7.0-3.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"product": {
"name": "python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"product_id": "python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-odfpy@1.4.1-9.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"product": {
"name": "python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"product_id": "python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-openpyxl@3.1.0-4.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"product": {
"name": "python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"product_id": "python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_api@1.19.0-3.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"product": {
"name": "python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"product_id": "python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_distro@0.40b0-7.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"product": {
"name": "python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"product_id": "python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_distro_otlp@0.40b0-7.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"product": {
"name": "python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"product_id": "python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_exporter_otlp@1.19.0-4.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"product": {
"name": "python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"product_id": "python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_exporter_otlp_proto_common@1.19.0-3.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"product": {
"name": "python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"product_id": "python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_exporter_otlp_proto_grpc@1.19.0-5.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"product": {
"name": "python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"product_id": "python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_exporter_otlp_proto_http@1.19.0-5.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"product": {
"name": "python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"product_id": "python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_instrumentation@0.40b0-5.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"product": {
"name": "python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"product_id": "python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_instrumentation_django@0.40b0-4.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"product": {
"name": "python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"product_id": "python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_instrumentation_wsgi@0.40b0-4.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"product": {
"name": "python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"product_id": "python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_proto@1.19.0-4.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"product": {
"name": "python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"product_id": "python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_sdk@1.19.0-4.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"product": {
"name": "python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"product_id": "python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_semantic_conventions@0.40b0-3.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"product": {
"name": "python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"product_id": "python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-opentelemetry_util_http@0.40b0-3.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"product": {
"name": "python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"product_id": "python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-packaging@21.3-6.1.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-parsley-0:1.3-5.el9pc.noarch",
"product": {
"name": "python3.11-parsley-0:1.3-5.el9pc.noarch",
"product_id": "python3.11-parsley-0:1.3-5.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-parsley@1.3-5.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"product": {
"name": "python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"product_id": "python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pbr@5.8.0-7.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"product": {
"name": "python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"product_id": "python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pexpect@4.8.0-5.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-productmd-0:1.33-5.el9pc.noarch",
"product": {
"name": "python3.11-productmd-0:1.33-5.el9pc.noarch",
"product_id": "python3.11-productmd-0:1.33-5.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-productmd@1.33-5.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"product": {
"name": "python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"product_id": "python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-protobuf@4.21.6-5.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"product": {
"name": "python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"product_id": "python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-psycopg@3.1.9-3.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"product": {
"name": "python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"product_id": "python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-ptyprocess@0.7.0-3.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"product": {
"name": "python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"product_id": "python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulp-ansible@0.21.8-1.el9pc?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"product": {
"name": "python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"product_id": "python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulp-certguard@1.7.1-2.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"product": {
"name": "python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"product_id": "python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulp-cli@0.27.2-1.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"product": {
"name": "python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"product_id": "python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulp-container@2.20.2-1.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"product": {
"name": "python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"product_id": "python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulpcore@3.49.19-1.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"product": {
"name": "python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"product_id": "python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulp-deb@3.2.1-1.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"product": {
"name": "python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"product_id": "python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulp-file@1.15.1-2.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"product": {
"name": "python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"product_id": "python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulp-glue@0.27.2-1.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"product": {
"name": "python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"product_id": "python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulp_manifest@3.0.0-5.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"product": {
"name": "python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"product_id": "python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulp-rpm@3.26.1-1.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"product": {
"name": "python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"product_id": "python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pycodestyle@2.9.1-2.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pycparser-0:2.21-5.el9pc.noarch",
"product": {
"name": "python3.11-pycparser-0:2.21-5.el9pc.noarch",
"product_id": "python3.11-pycparser-0:2.21-5.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pycparser@2.21-5.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"product": {
"name": "python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"product_id": "python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pyflakes@2.5.0-2.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"product": {
"name": "python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"product_id": "python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pygtrie@2.5.0-4.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"product": {
"name": "python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"product_id": "python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pyjwkest@1.4.2-8.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"product": {
"name": "python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"product_id": "python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pyjwt@2.5.0-4.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"product": {
"name": "python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"product_id": "python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pyOpenSSL@24.1.0-1.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"product": {
"name": "python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"product_id": "python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pyparsing@3.1.1-3.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"product": {
"name": "python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"product_id": "python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pytz@2022.2.1-6.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-redis-0:4.3.4-4.el9pc.noarch",
"product": {
"name": "python3.11-redis-0:4.3.4-4.el9pc.noarch",
"product_id": "python3.11-redis-0:4.3.4-4.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-redis@4.3.4-4.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-requests-0:2.31.0-4.el9pc.noarch",
"product": {
"name": "python3.11-requests-0:2.31.0-4.el9pc.noarch",
"product_id": "python3.11-requests-0:2.31.0-4.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-requests@2.31.0-4.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"product": {
"name": "python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"product_id": "python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-requirements-parser@0.2.0-6.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-schema-0:0.7.5-5.el9pc.noarch",
"product": {
"name": "python3.11-schema-0:0.7.5-5.el9pc.noarch",
"product_id": "python3.11-schema-0:0.7.5-5.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-schema@0.7.5-5.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"product": {
"name": "python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"product_id": "python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-semantic-version@2.10.0-5.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-six-0:1.16.0-5.el9pc.noarch",
"product": {
"name": "python3.11-six-0:1.16.0-5.el9pc.noarch",
"product_id": "python3.11-six-0:1.16.0-5.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-six@1.16.0-5.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"product": {
"name": "python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"product_id": "python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-smmap@5.0.0-5.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"product": {
"name": "python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"product_id": "python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-sqlparse@0.5.0-1.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"product": {
"name": "python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"product_id": "python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tablib@3.3.0-4.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-toml-0:0.10.2-5.el9pc.noarch",
"product": {
"name": "python3.11-toml-0:0.10.2-5.el9pc.noarch",
"product_id": "python3.11-toml-0:0.10.2-5.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-toml@0.10.2-5.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"product": {
"name": "python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"product_id": "python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-types-cryptography@3.3.23.2-3.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"product": {
"name": "python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"product_id": "python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-typing-extensions@4.7.1-5.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"product": {
"name": "python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"product_id": "python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-uritemplate@4.1.1-4.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"product": {
"name": "python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"product_id": "python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-urllib3@2.2.3-1.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"product": {
"name": "python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"product_id": "python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-urlman@2.0.1-3.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"product": {
"name": "python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"product_id": "python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-url-normalize@1.4.3-6.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"product": {
"name": "python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"product_id": "python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-uuid6@2023.5.2-4.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"product": {
"name": "python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"product_id": "python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-webencodings@0.5.1-6.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"product": {
"name": "python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"product_id": "python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-whitenoise@6.0.0-4.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"product": {
"name": "python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"product_id": "python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-xlrd@2.0.1-8.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"product": {
"name": "python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"product_id": "python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-xlwt@1.3.0-6.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"product": {
"name": "python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"product_id": "python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-zipp@3.20.2-1.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-websockify-0:0.10.0-3.el9sat.noarch",
"product": {
"name": "python3-websockify-0:0.10.0-3.el9sat.noarch",
"product_id": "python3-websockify-0:0.10.0-3.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-websockify@0.10.0-3.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-actioncable-0:6.1.7.8-1.el9sat.noarch",
"product": {
"name": "rubygem-actioncable-0:6.1.7.8-1.el9sat.noarch",
"product_id": "rubygem-actioncable-0:6.1.7.8-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-actioncable@6.1.7.8-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-actionmailbox-0:6.1.7.8-1.el9sat.noarch",
"product": {
"name": "rubygem-actionmailbox-0:6.1.7.8-1.el9sat.noarch",
"product_id": "rubygem-actionmailbox-0:6.1.7.8-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-actionmailbox@6.1.7.8-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-actionmailer-0:6.1.7.8-1.el9sat.noarch",
"product": {
"name": "rubygem-actionmailer-0:6.1.7.8-1.el9sat.noarch",
"product_id": "rubygem-actionmailer-0:6.1.7.8-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-actionmailer@6.1.7.8-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-actionpack-0:6.1.7.8-1.el9sat.noarch",
"product": {
"name": "rubygem-actionpack-0:6.1.7.8-1.el9sat.noarch",
"product_id": "rubygem-actionpack-0:6.1.7.8-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-actionpack@6.1.7.8-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-actiontext-0:6.1.7.8-1.el9sat.noarch",
"product": {
"name": "rubygem-actiontext-0:6.1.7.8-1.el9sat.noarch",
"product_id": "rubygem-actiontext-0:6.1.7.8-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-actiontext@6.1.7.8-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-actionview-0:6.1.7.8-1.el9sat.noarch",
"product": {
"name": "rubygem-actionview-0:6.1.7.8-1.el9sat.noarch",
"product_id": "rubygem-actionview-0:6.1.7.8-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-actionview@6.1.7.8-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-activejob-0:6.1.7.8-1.el9sat.noarch",
"product": {
"name": "rubygem-activejob-0:6.1.7.8-1.el9sat.noarch",
"product_id": "rubygem-activejob-0:6.1.7.8-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activejob@6.1.7.8-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-activemodel-0:6.1.7.8-1.el9sat.noarch",
"product": {
"name": "rubygem-activemodel-0:6.1.7.8-1.el9sat.noarch",
"product_id": "rubygem-activemodel-0:6.1.7.8-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activemodel@6.1.7.8-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-activerecord-0:6.1.7.8-1.el9sat.noarch",
"product": {
"name": "rubygem-activerecord-0:6.1.7.8-1.el9sat.noarch",
"product_id": "rubygem-activerecord-0:6.1.7.8-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activerecord@6.1.7.8-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-activerecord-import-0:1.7.0-1.el9sat.noarch",
"product": {
"name": "rubygem-activerecord-import-0:1.7.0-1.el9sat.noarch",
"product_id": "rubygem-activerecord-import-0:1.7.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activerecord-import@1.7.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-activerecord-session_store-0:2.1.0-1.el9sat.noarch",
"product": {
"name": "rubygem-activerecord-session_store-0:2.1.0-1.el9sat.noarch",
"product_id": "rubygem-activerecord-session_store-0:2.1.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activerecord-session_store@2.1.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-activestorage-0:6.1.7.8-1.el9sat.noarch",
"product": {
"name": "rubygem-activestorage-0:6.1.7.8-1.el9sat.noarch",
"product_id": "rubygem-activestorage-0:6.1.7.8-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activestorage@6.1.7.8-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"product": {
"name": "rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"product_id": "rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activesupport@6.1.7.8-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-acts_as_list-0:1.0.3-2.el9sat.noarch",
"product": {
"name": "rubygem-acts_as_list-0:1.0.3-2.el9sat.noarch",
"product_id": "rubygem-acts_as_list-0:1.0.3-2.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-acts_as_list@1.0.3-2.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-addressable-0:2.8.7-1.el9sat.noarch",
"product": {
"name": "rubygem-addressable-0:2.8.7-1.el9sat.noarch",
"product_id": "rubygem-addressable-0:2.8.7-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-addressable@2.8.7-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"product": {
"name": "rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"product_id": "rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-algebrick@0.7.5-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"product": {
"name": "rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"product_id": "rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-amazing_print@1.6.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-ancestry-0:4.3.3-1.el9sat.noarch",
"product": {
"name": "rubygem-ancestry-0:4.3.3-1.el9sat.noarch",
"product_id": "rubygem-ancestry-0:4.3.3-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ancestry@4.3.3-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-angular-rails-templates-1:1.1.0-2.el9sat.noarch",
"product": {
"name": "rubygem-angular-rails-templates-1:1.1.0-2.el9sat.noarch",
"product_id": "rubygem-angular-rails-templates-1:1.1.0-2.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-angular-rails-templates@1.1.0-2.el9sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"product": {
"name": "rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"product_id": "rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ansi@1.5.0-3.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"product": {
"name": "rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"product_id": "rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-apipie-bindings@0.6.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-apipie-dsl-0:2.6.2-1.el9sat.noarch",
"product": {
"name": "rubygem-apipie-dsl-0:2.6.2-1.el9sat.noarch",
"product_id": "rubygem-apipie-dsl-0:2.6.2-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-apipie-dsl@2.6.2-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"product": {
"name": "rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"product_id": "rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-apipie-params@0.0.5-5.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-apipie-rails-0:1.4.2-1.el9sat.noarch",
"product": {
"name": "rubygem-apipie-rails-0:1.4.2-1.el9sat.noarch",
"product_id": "rubygem-apipie-rails-0:1.4.2-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-apipie-rails@1.4.2-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-audited-0:5.7.0-1.el9sat.noarch",
"product": {
"name": "rubygem-audited-0:5.7.0-1.el9sat.noarch",
"product_id": "rubygem-audited-0:5.7.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-audited@5.7.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.noarch",
"product": {
"name": "rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.noarch",
"product_id": "rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-azure_mgmt_compute@0.22.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.noarch",
"product": {
"name": "rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.noarch",
"product_id": "rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-azure_mgmt_network@0.26.1-2.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.noarch",
"product": {
"name": "rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.noarch",
"product_id": "rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-azure_mgmt_resources@0.18.2-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.noarch",
"product": {
"name": "rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.noarch",
"product_id": "rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-azure_mgmt_storage@0.23.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.noarch",
"product": {
"name": "rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.noarch",
"product_id": "rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-azure_mgmt_subscriptions@0.18.5-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-builder-0:3.3.0-1.el9sat.noarch",
"product": {
"name": "rubygem-builder-0:3.3.0-1.el9sat.noarch",
"product_id": "rubygem-builder-0:3.3.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-builder@3.3.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"product": {
"name": "rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"product_id": "rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bundler_ext@0.4.1-6.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"product": {
"name": "rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"product_id": "rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-clamp@1.3.2-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-coffee-rails-0:5.0.0-2.el9sat.noarch",
"product": {
"name": "rubygem-coffee-rails-0:5.0.0-2.el9sat.noarch",
"product_id": "rubygem-coffee-rails-0:5.0.0-2.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-coffee-rails@5.0.0-2.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-coffee-script-0:2.4.1-5.el9sat.noarch",
"product": {
"name": "rubygem-coffee-script-0:2.4.1-5.el9sat.noarch",
"product_id": "rubygem-coffee-script-0:2.4.1-5.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-coffee-script@2.4.1-5.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-coffee-script-source-0:1.12.2-5.el9sat.noarch",
"product": {
"name": "rubygem-coffee-script-source-0:1.12.2-5.el9sat.noarch",
"product_id": "rubygem-coffee-script-source-0:1.12.2-5.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-coffee-script-source@1.12.2-5.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-colorize-0:0.8.1-2.el9sat.noarch",
"product": {
"name": "rubygem-colorize-0:0.8.1-2.el9sat.noarch",
"product_id": "rubygem-colorize-0:0.8.1-2.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-colorize@0.8.1-2.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"product": {
"name": "rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"product_id": "rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-concurrent-ruby@1.1.10-1.el9sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"product": {
"name": "rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"product_id": "rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-concurrent-ruby-edge@0.6.0-3.el9sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-connection_pool-0:2.4.1-1.el9sat.noarch",
"product": {
"name": "rubygem-connection_pool-0:2.4.1-1.el9sat.noarch",
"product_id": "rubygem-connection_pool-0:2.4.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-connection_pool@2.4.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-crass-0:1.0.6-2.el9sat.noarch",
"product": {
"name": "rubygem-crass-0:1.0.6-2.el9sat.noarch",
"product_id": "rubygem-crass-0:1.0.6-2.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-crass@1.0.6-2.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-css_parser-0:1.17.1-1.el9sat.noarch",
"product": {
"name": "rubygem-css_parser-0:1.17.1-1.el9sat.noarch",
"product_id": "rubygem-css_parser-0:1.17.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-css_parser@1.17.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-daemons-0:1.4.1-1.el9sat.noarch",
"product": {
"name": "rubygem-daemons-0:1.4.1-1.el9sat.noarch",
"product_id": "rubygem-daemons-0:1.4.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-daemons@1.4.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-deacon-0:1.0.0-5.el9sat.noarch",
"product": {
"name": "rubygem-deacon-0:1.0.0-5.el9sat.noarch",
"product_id": "rubygem-deacon-0:1.0.0-5.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-deacon@1.0.0-5.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-declarative-0:0.0.20-1.el9sat.noarch",
"product": {
"name": "rubygem-declarative-0:0.0.20-1.el9sat.noarch",
"product_id": "rubygem-declarative-0:0.0.20-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-declarative@0.0.20-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-deep_cloneable-0:3.2.0-1.el9sat.noarch",
"product": {
"name": "rubygem-deep_cloneable-0:3.2.0-1.el9sat.noarch",
"product_id": "rubygem-deep_cloneable-0:3.2.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-deep_cloneable@3.2.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-deface-0:1.9.0-1.el9sat.noarch",
"product": {
"name": "rubygem-deface-0:1.9.0-1.el9sat.noarch",
"product_id": "rubygem-deface-0:1.9.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-deface@1.9.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-diffy-0:3.4.2-1.el9sat.noarch",
"product": {
"name": "rubygem-diffy-0:3.4.2-1.el9sat.noarch",
"product_id": "rubygem-diffy-0:3.4.2-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-diffy@3.4.2-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"product": {
"name": "rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"product_id": "rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-domain_name@0.6.20240107-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"product": {
"name": "rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"product_id": "rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-dynflow@1.9.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-erubi-0:1.13.0-1.el9sat.noarch",
"product": {
"name": "rubygem-erubi-0:1.13.0-1.el9sat.noarch",
"product_id": "rubygem-erubi-0:1.13.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-erubi@1.13.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-et-orbi-0:1.2.7-1.el9sat.noarch",
"product": {
"name": "rubygem-et-orbi-0:1.2.7-1.el9sat.noarch",
"product_id": "rubygem-et-orbi-0:1.2.7-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-et-orbi@1.2.7-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-excon-0:0.111.0-1.el9sat.noarch",
"product": {
"name": "rubygem-excon-0:0.111.0-1.el9sat.noarch",
"product_id": "rubygem-excon-0:0.111.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-excon@0.111.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-execjs-0:2.9.1-1.el9sat.noarch",
"product": {
"name": "rubygem-execjs-0:2.9.1-1.el9sat.noarch",
"product_id": "rubygem-execjs-0:2.9.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-execjs@2.9.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-facter-0:4.7.1-1.el9sat.noarch",
"product": {
"name": "rubygem-facter-0:4.7.1-1.el9sat.noarch",
"product_id": "rubygem-facter-0:4.7.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-facter@4.7.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"product": {
"name": "rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"product_id": "rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday@1.10.2-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.noarch",
"product": {
"name": "rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.noarch",
"product_id": "rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-cookie_jar@0.0.6-2.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"product": {
"name": "rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"product_id": "rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-em_http@1.0.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"product": {
"name": "rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"product_id": "rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-em_synchrony@1.0.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"product": {
"name": "rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"product_id": "rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-excon@1.1.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"product": {
"name": "rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"product_id": "rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-httpclient@1.0.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"product": {
"name": "rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"product_id": "rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday_middleware@1.2.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"product": {
"name": "rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"product_id": "rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-multipart@1.0.4-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"product": {
"name": "rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"product_id": "rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-net_http@1.0.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"product": {
"name": "rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"product_id": "rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-net_http_persistent@1.2.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"product": {
"name": "rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"product_id": "rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-patron@1.0.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"product": {
"name": "rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"product_id": "rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-rack@1.0.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"product": {
"name": "rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"product_id": "rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday-retry@1.0.3-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"product": {
"name": "rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"product_id": "rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fast_gettext@2.4.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-aws-0:3.23.0-1.el9sat.noarch",
"product": {
"name": "rubygem-fog-aws-0:3.23.0-1.el9sat.noarch",
"product_id": "rubygem-fog-aws-0:3.23.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-aws@3.23.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-core-0:2.4.0-1.el9sat.noarch",
"product": {
"name": "rubygem-fog-core-0:2.4.0-1.el9sat.noarch",
"product_id": "rubygem-fog-core-0:2.4.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-core@2.4.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-json-0:1.2.0-4.el9sat.noarch",
"product": {
"name": "rubygem-fog-json-0:1.2.0-4.el9sat.noarch",
"product_id": "rubygem-fog-json-0:1.2.0-4.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-json@1.2.0-4.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-kubevirt-0:1.3.7-1.el9sat.noarch",
"product": {
"name": "rubygem-fog-kubevirt-0:1.3.7-1.el9sat.noarch",
"product_id": "rubygem-fog-kubevirt-0:1.3.7-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-kubevirt@1.3.7-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-libvirt-0:0.12.2-1.el9sat.noarch",
"product": {
"name": "rubygem-fog-libvirt-0:0.12.2-1.el9sat.noarch",
"product_id": "rubygem-fog-libvirt-0:0.12.2-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-libvirt@0.12.2-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-openstack-0:1.1.3-1.el9sat.noarch",
"product": {
"name": "rubygem-fog-openstack-0:1.1.3-1.el9sat.noarch",
"product_id": "rubygem-fog-openstack-0:1.1.3-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-openstack@1.1.3-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-ovirt-0:2.0.2-1.el9sat.noarch",
"product": {
"name": "rubygem-fog-ovirt-0:2.0.2-1.el9sat.noarch",
"product_id": "rubygem-fog-ovirt-0:2.0.2-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-ovirt@2.0.2-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-vsphere-0:3.7.0-1.el9sat.noarch",
"product": {
"name": "rubygem-fog-vsphere-0:3.7.0-1.el9sat.noarch",
"product_id": "rubygem-fog-vsphere-0:3.7.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-vsphere@3.7.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-xml-0:0.1.4-1.el9sat.noarch",
"product": {
"name": "rubygem-fog-xml-0:0.1.4-1.el9sat.noarch",
"product_id": "rubygem-fog-xml-0:0.1.4-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-xml@0.1.4-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_ansible-0:14.2.1-1.el9sat.noarch",
"product": {
"name": "rubygem-foreman_ansible-0:14.2.1-1.el9sat.noarch",
"product_id": "rubygem-foreman_ansible-0:14.2.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_ansible@14.2.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.noarch",
"product": {
"name": "rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.noarch",
"product_id": "rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_azure_rm@2.3.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.noarch",
"product": {
"name": "rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.noarch",
"product_id": "rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_bootdisk@21.2.3-2.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_discovery-0:24.0.2-1.el9sat.noarch",
"product": {
"name": "rubygem-foreman_discovery-0:24.0.2-1.el9sat.noarch",
"product_id": "rubygem-foreman_discovery-0:24.0.2-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_discovery@24.0.2-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_google-0:2.0.1-2.el9sat.noarch",
"product": {
"name": "rubygem-foreman_google-0:2.0.1-2.el9sat.noarch",
"product_id": "rubygem-foreman_google-0:2.0.1-2.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_google@2.0.1-2.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"product": {
"name": "rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"product_id": "rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_kubevirt@0.2.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_leapp-0:1.2.1-2.el9sat.noarch",
"product": {
"name": "rubygem-foreman_leapp-0:1.2.1-2.el9sat.noarch",
"product_id": "rubygem-foreman_leapp-0:1.2.1-2.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_leapp@1.2.1-2.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"product": {
"name": "rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"product_id": "rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_maintain@1.7.5-1.el9sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_openscap-0:9.0.4-1.el9sat.noarch",
"product": {
"name": "rubygem-foreman_openscap-0:9.0.4-1.el9sat.noarch",
"product_id": "rubygem-foreman_openscap-0:9.0.4-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_openscap@9.0.4-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_puppet-0:7.0.0-1.el9sat.noarch",
"product": {
"name": "rubygem-foreman_puppet-0:7.0.0-1.el9sat.noarch",
"product_id": "rubygem-foreman_puppet-0:7.0.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_puppet@7.0.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.noarch",
"product": {
"name": "rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.noarch",
"product_id": "rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_remote_execution@13.2.5-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el9sat.noarch",
"product": {
"name": "rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el9sat.noarch",
"product_id": "rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_remote_execution-cockpit@13.2.5-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.noarch",
"product": {
"name": "rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.noarch",
"product_id": "rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_rh_cloud@10.0.2-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman-tasks-0:9.2.3-1.el9sat.noarch",
"product": {
"name": "rubygem-foreman-tasks-0:9.2.3-1.el9sat.noarch",
"product_id": "rubygem-foreman-tasks-0:9.2.3-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman-tasks@9.2.3-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_templates-0:9.5.1-1.el9sat.noarch",
"product": {
"name": "rubygem-foreman_templates-0:9.5.1-1.el9sat.noarch",
"product_id": "rubygem-foreman_templates-0:9.5.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_templates@9.5.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.noarch",
"product": {
"name": "rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.noarch",
"product_id": "rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_theme_satellite@13.3.2-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.noarch",
"product": {
"name": "rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.noarch",
"product_id": "rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_virt_who_configure@0.5.23-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_webhooks-0:3.2.3-1.el9sat.noarch",
"product": {
"name": "rubygem-foreman_webhooks-0:3.2.3-1.el9sat.noarch",
"product_id": "rubygem-foreman_webhooks-0:3.2.3-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_webhooks@3.2.3-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-formatador-0:1.1.0-1.el9sat.noarch",
"product": {
"name": "rubygem-formatador-0:1.1.0-1.el9sat.noarch",
"product_id": "rubygem-formatador-0:1.1.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-formatador@1.1.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-friendly_id-0:5.5.1-1.el9sat.noarch",
"product": {
"name": "rubygem-friendly_id-0:5.5.1-1.el9sat.noarch",
"product_id": "rubygem-friendly_id-0:5.5.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-friendly_id@5.5.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-fugit-0:1.8.1-1.el9sat.noarch",
"product": {
"name": "rubygem-fugit-0:1.8.1-1.el9sat.noarch",
"product_id": "rubygem-fugit-0:1.8.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fugit@1.8.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-fx-0:0.8.0-1.el9sat.noarch",
"product": {
"name": "rubygem-fx-0:0.8.0-1.el9sat.noarch",
"product_id": "rubygem-fx-0:0.8.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fx@0.8.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-gapic-common-0:0.12.0-1.el9sat.noarch",
"product": {
"name": "rubygem-gapic-common-0:0.12.0-1.el9sat.noarch",
"product_id": "rubygem-gapic-common-0:0.12.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-gapic-common@0.12.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-get_process_mem-0:1.0.0-1.el9sat.noarch",
"product": {
"name": "rubygem-get_process_mem-0:1.0.0-1.el9sat.noarch",
"product_id": "rubygem-get_process_mem-0:1.0.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-get_process_mem@1.0.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.noarch",
"product": {
"name": "rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.noarch",
"product_id": "rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-gettext_i18n_rails@1.13.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-git-0:1.18.0-1.el9sat.noarch",
"product": {
"name": "rubygem-git-0:1.18.0-1.el9sat.noarch",
"product_id": "rubygem-git-0:1.18.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-git@1.18.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.noarch",
"product": {
"name": "rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.noarch",
"product_id": "rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-gitlab-sidekiq-fetcher@0.9.0-2.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-globalid-0:1.2.1-1.el9sat.noarch",
"product": {
"name": "rubygem-globalid-0:1.2.1-1.el9sat.noarch",
"product_id": "rubygem-globalid-0:1.2.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-globalid@1.2.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.noarch",
"product": {
"name": "rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.noarch",
"product_id": "rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-googleapis-common-protos@1.3.12-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.noarch",
"product": {
"name": "rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.noarch",
"product_id": "rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-googleapis-common-protos-types@1.4.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.noarch",
"product": {
"name": "rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.noarch",
"product_id": "rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-apis-compute_v1@0.54.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-apis-core-0:0.9.1-1.el9sat.noarch",
"product": {
"name": "rubygem-google-apis-core-0:0.9.1-1.el9sat.noarch",
"product_id": "rubygem-google-apis-core-0:0.9.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-apis-core@0.9.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-googleauth-0:1.3.0-1.el9sat.noarch",
"product": {
"name": "rubygem-googleauth-0:1.3.0-1.el9sat.noarch",
"product_id": "rubygem-googleauth-0:1.3.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-googleauth@1.3.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-cloud-common-0:1.1.0-1.el9sat.noarch",
"product": {
"name": "rubygem-google-cloud-common-0:1.1.0-1.el9sat.noarch",
"product_id": "rubygem-google-cloud-common-0:1.1.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-cloud-common@1.1.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-cloud-compute-0:0.5.0-1.el9sat.noarch",
"product": {
"name": "rubygem-google-cloud-compute-0:0.5.0-1.el9sat.noarch",
"product_id": "rubygem-google-cloud-compute-0:0.5.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-cloud-compute@0.5.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.noarch",
"product": {
"name": "rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.noarch",
"product_id": "rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-cloud-compute-v1@1.7.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-cloud-core-0:1.6.0-1.el9sat.noarch",
"product": {
"name": "rubygem-google-cloud-core-0:1.6.0-1.el9sat.noarch",
"product_id": "rubygem-google-cloud-core-0:1.6.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-cloud-core@1.6.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-cloud-env-0:1.6.0-1.el9sat.noarch",
"product": {
"name": "rubygem-google-cloud-env-0:1.6.0-1.el9sat.noarch",
"product_id": "rubygem-google-cloud-env-0:1.6.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-cloud-env@1.6.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-cloud-errors-0:1.3.0-1.el9sat.noarch",
"product": {
"name": "rubygem-google-cloud-errors-0:1.3.0-1.el9sat.noarch",
"product_id": "rubygem-google-cloud-errors-0:1.3.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-cloud-errors@1.3.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-graphql-0:1.13.23-1.el9sat.noarch",
"product": {
"name": "rubygem-graphql-0:1.13.23-1.el9sat.noarch",
"product_id": "rubygem-graphql-0:1.13.23-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-graphql@1.13.23-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-graphql-batch-0:0.6.0-1.el9sat.noarch",
"product": {
"name": "rubygem-graphql-batch-0:0.6.0-1.el9sat.noarch",
"product_id": "rubygem-graphql-batch-0:0.6.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-graphql-batch@0.6.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"product": {
"name": "rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"product_id": "rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-gssapi@1.3.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"product": {
"name": "rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"product_id": "rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli@3.12.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"product_id": "rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman@3.12.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_admin@1.2.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_ansible@0.7.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_azure_rm@0.3.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_bootdisk@0.4.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_discovery@1.3.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_google@1.1.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_kubevirt@0.2.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_leapp@0.1.3-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_openscap@0.2.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_puppet@0.1.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_remote_execution@0.3.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_tasks@0.0.21-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_templates@0.3.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_virt_who_configure@0.1.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_webhooks@0.1.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"product": {
"name": "rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"product_id": "rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_katello@1.14.2-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"product": {
"name": "rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"product_id": "rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hashie@5.0.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-highline-0:2.1.0-1.el9sat.noarch",
"product": {
"name": "rubygem-highline-0:2.1.0-1.el9sat.noarch",
"product_id": "rubygem-highline-0:2.1.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-highline@2.1.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hocon-0:1.4.0-1.el9sat.noarch",
"product": {
"name": "rubygem-hocon-0:1.4.0-1.el9sat.noarch",
"product_id": "rubygem-hocon-0:1.4.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hocon@1.4.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-http-0:3.3.0-2.el9sat.noarch",
"product": {
"name": "rubygem-http-0:3.3.0-2.el9sat.noarch",
"product_id": "rubygem-http-0:3.3.0-2.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-http@3.3.0-2.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"product": {
"name": "rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"product_id": "rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-http-accept@1.7.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-httpclient-0:2.8.3-4.el9sat.noarch",
"product": {
"name": "rubygem-httpclient-0:2.8.3-4.el9sat.noarch",
"product_id": "rubygem-httpclient-0:2.8.3-4.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-httpclient@2.8.3-4.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"product": {
"name": "rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"product_id": "rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-http-cookie@1.0.6-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-http-form_data-0:2.1.1-2.el9sat.noarch",
"product": {
"name": "rubygem-http-form_data-0:2.1.1-2.el9sat.noarch",
"product_id": "rubygem-http-form_data-0:2.1.1-2.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-http-form_data@2.1.1-2.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"product": {
"name": "rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"product_id": "rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-i18n@1.14.5-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"product": {
"name": "rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"product_id": "rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-infoblox@3.0.0-4.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-jgrep-0:1.3.3-11.el9sat.noarch",
"product": {
"name": "rubygem-jgrep-0:1.3.3-11.el9sat.noarch",
"product_id": "rubygem-jgrep-0:1.3.3-11.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-jgrep@1.3.3-11.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"product": {
"name": "rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"product_id": "rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-journald-logger@3.1.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-jsonpath-0:1.1.2-1.el9sat.noarch",
"product": {
"name": "rubygem-jsonpath-0:1.1.2-1.el9sat.noarch",
"product_id": "rubygem-jsonpath-0:1.1.2-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-jsonpath@1.1.2-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"product": {
"name": "rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"product_id": "rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-jwt@2.8.2-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"product": {
"name": "rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"product_id": "rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-kafo@7.4.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"product": {
"name": "rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"product_id": "rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-kafo_parsers@1.2.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"product": {
"name": "rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"product_id": "rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-kafo_wizards@0.0.2-2.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-katello-0:4.14.0.3-1.el9sat.noarch",
"product": {
"name": "rubygem-katello-0:4.14.0.3-1.el9sat.noarch",
"product_id": "rubygem-katello-0:4.14.0.3-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-katello@4.14.0.3-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-kubeclient-0:4.10.1-1.el9sat.noarch",
"product": {
"name": "rubygem-kubeclient-0:4.10.1-1.el9sat.noarch",
"product_id": "rubygem-kubeclient-0:4.10.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-kubeclient@4.10.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-ldap_fluff-0:0.7.0-1.el9sat.noarch",
"product": {
"name": "rubygem-ldap_fluff-0:0.7.0-1.el9sat.noarch",
"product_id": "rubygem-ldap_fluff-0:0.7.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ldap_fluff@0.7.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"product": {
"name": "rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"product_id": "rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-little-plugger@1.1.4-3.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-locale-0:2.1.4-1.el9sat.noarch",
"product": {
"name": "rubygem-locale-0:2.1.4-1.el9sat.noarch",
"product_id": "rubygem-locale-0:2.1.4-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-locale@2.1.4-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-logging-0:2.4.0-1.el9sat.noarch",
"product": {
"name": "rubygem-logging-0:2.4.0-1.el9sat.noarch",
"product_id": "rubygem-logging-0:2.4.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-logging@2.4.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"product": {
"name": "rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"product_id": "rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-logging-journald@2.1.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-loofah-0:2.22.0-1.el9sat.noarch",
"product": {
"name": "rubygem-loofah-0:2.22.0-1.el9sat.noarch",
"product_id": "rubygem-loofah-0:2.22.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-loofah@2.22.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-mail-0:2.8.1-2.el9sat.noarch",
"product": {
"name": "rubygem-mail-0:2.8.1-2.el9sat.noarch",
"product_id": "rubygem-mail-0:2.8.1-2.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mail@2.8.1-2.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-marcel-0:1.0.4-1.el9sat.noarch",
"product": {
"name": "rubygem-marcel-0:1.0.4-1.el9sat.noarch",
"product_id": "rubygem-marcel-0:1.0.4-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-marcel@1.0.4-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-memoist-0:0.16.2-1.el9sat.noarch",
"product": {
"name": "rubygem-memoist-0:0.16.2-1.el9sat.noarch",
"product_id": "rubygem-memoist-0:0.16.2-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-memoist@0.16.2-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-method_source-0:1.1.0-1.el9sat.noarch",
"product": {
"name": "rubygem-method_source-0:1.1.0-1.el9sat.noarch",
"product_id": "rubygem-method_source-0:1.1.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-method_source@1.1.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"product": {
"name": "rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"product_id": "rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mime-types@3.5.2-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"product": {
"name": "rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"product_id": "rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mime-types-data@3.2024.0806-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-mini_mime-0:1.1.5-1.el9sat.noarch",
"product": {
"name": "rubygem-mini_mime-0:1.1.5-1.el9sat.noarch",
"product_id": "rubygem-mini_mime-0:1.1.5-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mini_mime@1.1.5-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"product": {
"name": "rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"product_id": "rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mqtt@0.5.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-ms_rest-0:0.7.6-1.el9sat.noarch",
"product": {
"name": "rubygem-ms_rest-0:0.7.6-1.el9sat.noarch",
"product_id": "rubygem-ms_rest-0:0.7.6-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ms_rest@0.7.6-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-ms_rest_azure-0:0.12.0-1.el9sat.noarch",
"product": {
"name": "rubygem-ms_rest_azure-0:0.12.0-1.el9sat.noarch",
"product_id": "rubygem-ms_rest_azure-0:0.12.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ms_rest_azure@0.12.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"product": {
"name": "rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"product_id": "rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-multi_json@1.15.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"product": {
"name": "rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"product_id": "rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-multipart-post@2.2.3-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"product": {
"name": "rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"product_id": "rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mustermann@2.0.2-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-net_http_unix-0:0.2.2-2.el9sat.noarch",
"product": {
"name": "rubygem-net_http_unix-0:0.2.2-2.el9sat.noarch",
"product_id": "rubygem-net_http_unix-0:0.2.2-2.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-net_http_unix@0.2.2-2.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-net-ldap-0:0.19.0-1.el9sat.noarch",
"product": {
"name": "rubygem-net-ldap-0:0.19.0-1.el9sat.noarch",
"product_id": "rubygem-net-ldap-0:0.19.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-net-ldap@0.19.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-net-ping-0:2.0.8-1.el9sat.noarch",
"product": {
"name": "rubygem-net-ping-0:2.0.8-1.el9sat.noarch",
"product_id": "rubygem-net-ping-0:2.0.8-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-net-ping@2.0.8-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"product": {
"name": "rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"product_id": "rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-netrc@0.11.0-6.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-net-scp-0:4.0.0-1.el9sat.noarch",
"product": {
"name": "rubygem-net-scp-0:4.0.0-1.el9sat.noarch",
"product_id": "rubygem-net-scp-0:4.0.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-net-scp@4.0.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"product": {
"name": "rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"product_id": "rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-net-ssh@7.2.3-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"product": {
"name": "rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"product_id": "rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-oauth@1.1.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"product": {
"name": "rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"product_id": "rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-oauth-tty@1.0.5-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"product": {
"name": "rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"product_id": "rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-openscap@0.4.9-9.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"product": {
"name": "rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"product_id": "rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-openscap_parser@1.0.2-2.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-optimist-0:3.1.0-1.el9sat.noarch",
"product": {
"name": "rubygem-optimist-0:3.1.0-1.el9sat.noarch",
"product_id": "rubygem-optimist-0:3.1.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-optimist@3.1.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-os-0:1.1.4-1.el9sat.noarch",
"product": {
"name": "rubygem-os-0:1.1.4-1.el9sat.noarch",
"product_id": "rubygem-os-0:1.1.4-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-os@1.1.4-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-parallel-0:1.25.1-1.el9sat.noarch",
"product": {
"name": "rubygem-parallel-0:1.25.1-1.el9sat.noarch",
"product_id": "rubygem-parallel-0:1.25.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-parallel@1.25.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-polyglot-0:0.3.5-3.1.el9sat.noarch",
"product": {
"name": "rubygem-polyglot-0:0.3.5-3.1.el9sat.noarch",
"product_id": "rubygem-polyglot-0:0.3.5-3.1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-polyglot@0.3.5-3.1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"product": {
"name": "rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"product_id": "rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-powerbar@2.0.1-3.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-prometheus-client-0:4.2.3-1.el9sat.noarch",
"product": {
"name": "rubygem-prometheus-client-0:4.2.3-1.el9sat.noarch",
"product_id": "rubygem-prometheus-client-0:4.2.3-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-prometheus-client@4.2.3-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-promise.rb-0:0.7.4-3.el9sat.noarch",
"product": {
"name": "rubygem-promise.rb-0:0.7.4-3.el9sat.noarch",
"product_id": "rubygem-promise.rb-0:0.7.4-3.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-promise.rb@0.7.4-3.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-public_suffix-0:5.1.1-1.el9sat.noarch",
"product": {
"name": "rubygem-public_suffix-0:5.1.1-1.el9sat.noarch",
"product_id": "rubygem-public_suffix-0:5.1.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-public_suffix@5.1.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.noarch",
"product": {
"name": "rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.noarch",
"product_id": "rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_ansible_client@0.21.7-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.noarch",
"product": {
"name": "rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.noarch",
"product_id": "rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_certguard_client@3.49.17-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_container_client-0:2.20.2-1.el9sat.noarch",
"product": {
"name": "rubygem-pulp_container_client-0:2.20.2-1.el9sat.noarch",
"product_id": "rubygem-pulp_container_client-0:2.20.2-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_container_client@2.20.2-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulpcore_client-1:3.49.17-1.el9sat.noarch",
"product": {
"name": "rubygem-pulpcore_client-1:3.49.17-1.el9sat.noarch",
"product_id": "rubygem-pulpcore_client-1:3.49.17-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulpcore_client@3.49.17-1.el9sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_deb_client-0:3.2.1-1.el9sat.noarch",
"product": {
"name": "rubygem-pulp_deb_client-0:3.2.1-1.el9sat.noarch",
"product_id": "rubygem-pulp_deb_client-0:3.2.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_deb_client@3.2.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_file_client-0:3.49.17-1.el9sat.noarch",
"product": {
"name": "rubygem-pulp_file_client-0:3.49.17-1.el9sat.noarch",
"product_id": "rubygem-pulp_file_client-0:3.49.17-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_file_client@3.49.17-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.noarch",
"product": {
"name": "rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.noarch",
"product_id": "rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_ostree_client@2.3.2-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_python_client-0:3.11.2-1.el9sat.noarch",
"product": {
"name": "rubygem-pulp_python_client-0:3.11.2-1.el9sat.noarch",
"product_id": "rubygem-pulp_python_client-0:3.11.2-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_python_client@3.11.2-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.noarch",
"product": {
"name": "rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.noarch",
"product_id": "rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_rpm_client@3.26.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-puma-status-0:1.6-1.el9sat.noarch",
"product": {
"name": "rubygem-puma-status-0:1.6-1.el9sat.noarch",
"product_id": "rubygem-puma-status-0:1.6-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-puma-status@1.6-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-raabro-0:1.4.0-1.el9sat.noarch",
"product": {
"name": "rubygem-raabro-0:1.4.0-1.el9sat.noarch",
"product_id": "rubygem-raabro-0:1.4.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-raabro@1.4.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rabl-0:0.16.1-1.el9sat.noarch",
"product": {
"name": "rubygem-rabl-0:0.16.1-1.el9sat.noarch",
"product_id": "rubygem-rabl-0:0.16.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rabl@0.16.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"product": {
"name": "rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"product_id": "rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack@2.2.8.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rack-cors-0:1.1.1-1.el9sat.noarch",
"product": {
"name": "rubygem-rack-cors-0:1.1.1-1.el9sat.noarch",
"product_id": "rubygem-rack-cors-0:1.1.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack-cors@1.1.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rack-jsonp-0:1.3.1-10.el9sat.noarch",
"product": {
"name": "rubygem-rack-jsonp-0:1.3.1-10.el9sat.noarch",
"product_id": "rubygem-rack-jsonp-0:1.3.1-10.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack-jsonp@1.3.1-10.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"product": {
"name": "rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"product_id": "rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack-protection@2.2.4-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rack-test-0:2.1.0-1.el9sat.noarch",
"product": {
"name": "rubygem-rack-test-0:2.1.0-1.el9sat.noarch",
"product_id": "rubygem-rack-test-0:2.1.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack-test@2.1.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rails-0:6.1.7.8-1.el9sat.noarch",
"product": {
"name": "rubygem-rails-0:6.1.7.8-1.el9sat.noarch",
"product_id": "rubygem-rails-0:6.1.7.8-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rails@6.1.7.8-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rails-dom-testing-0:2.2.0-1.el9sat.noarch",
"product": {
"name": "rubygem-rails-dom-testing-0:2.2.0-1.el9sat.noarch",
"product_id": "rubygem-rails-dom-testing-0:2.2.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rails-dom-testing@2.2.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.noarch",
"product": {
"name": "rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.noarch",
"product_id": "rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rails-html-sanitizer@1.6.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rails-i18n-0:7.0.9-1.el9sat.noarch",
"product": {
"name": "rubygem-rails-i18n-0:7.0.9-1.el9sat.noarch",
"product_id": "rubygem-rails-i18n-0:7.0.9-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rails-i18n@7.0.9-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-railties-0:6.1.7.8-1.el9sat.noarch",
"product": {
"name": "rubygem-railties-0:6.1.7.8-1.el9sat.noarch",
"product_id": "rubygem-railties-0:6.1.7.8-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-railties@6.1.7.8-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rainbow-0:2.2.2-1.el9sat.noarch",
"product": {
"name": "rubygem-rainbow-0:2.2.2-1.el9sat.noarch",
"product_id": "rubygem-rainbow-0:2.2.2-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rainbow@2.2.2-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"product": {
"name": "rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"product_id": "rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rb-inotify@0.11.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"product": {
"name": "rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"product_id": "rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbnacl@4.0.2-2.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbvmomi2-0:3.7.1-1.el9sat.noarch",
"product": {
"name": "rubygem-rbvmomi2-0:3.7.1-1.el9sat.noarch",
"product_id": "rubygem-rbvmomi2-0:3.7.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbvmomi2@3.7.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rchardet-0:1.8.0-1.el9sat.noarch",
"product": {
"name": "rubygem-rchardet-0:1.8.0-1.el9sat.noarch",
"product_id": "rubygem-rchardet-0:1.8.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rchardet@1.8.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-recursive-open-struct-0:1.1.3-1.el9sat.noarch",
"product": {
"name": "rubygem-recursive-open-struct-0:1.1.3-1.el9sat.noarch",
"product_id": "rubygem-recursive-open-struct-0:1.1.3-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-recursive-open-struct@1.1.3-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"product": {
"name": "rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"product_id": "rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-redfish_client@0.6.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-redis-0:4.5.1-1.el9sat.noarch",
"product": {
"name": "rubygem-redis-0:4.5.1-1.el9sat.noarch",
"product_id": "rubygem-redis-0:4.5.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-redis@4.5.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-representable-0:3.2.0-1.el9sat.noarch",
"product": {
"name": "rubygem-representable-0:3.2.0-1.el9sat.noarch",
"product_id": "rubygem-representable-0:3.2.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-representable@3.2.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-responders-0:3.1.1-1.el9sat.noarch",
"product": {
"name": "rubygem-responders-0:3.1.1-1.el9sat.noarch",
"product_id": "rubygem-responders-0:3.1.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-responders@3.1.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"product": {
"name": "rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"product_id": "rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rest-client@2.1.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-retriable-0:3.1.2-3.el9sat.noarch",
"product": {
"name": "rubygem-retriable-0:3.1.2-3.el9sat.noarch",
"product_id": "rubygem-retriable-0:3.1.2-3.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-retriable@3.1.2-3.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-roadie-0:5.2.1-1.el9sat.noarch",
"product": {
"name": "rubygem-roadie-0:5.2.1-1.el9sat.noarch",
"product_id": "rubygem-roadie-0:5.2.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-roadie@5.2.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-roadie-rails-0:3.2.0-1.el9sat.noarch",
"product": {
"name": "rubygem-roadie-rails-0:3.2.0-1.el9sat.noarch",
"product_id": "rubygem-roadie-rails-0:3.2.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-roadie-rails@3.2.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"product": {
"name": "rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"product_id": "rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rsec@0.4.3-5.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"product": {
"name": "rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"product_id": "rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ruby2_keywords@0.0.5-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-ruby2ruby-0:2.5.1-1.el9sat.noarch",
"product": {
"name": "rubygem-ruby2ruby-0:2.5.1-1.el9sat.noarch",
"product_id": "rubygem-ruby2ruby-0:2.5.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ruby2ruby@2.5.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"product": {
"name": "rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"product_id": "rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rubyipmi@0.11.1-2.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-ruby_parser-0:3.21.1-1.el9sat.noarch",
"product": {
"name": "rubygem-ruby_parser-0:3.21.1-1.el9sat.noarch",
"product_id": "rubygem-ruby_parser-0:3.21.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ruby_parser@3.21.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-safemode-0:1.5.0-1.el9sat.noarch",
"product": {
"name": "rubygem-safemode-0:1.5.0-1.el9sat.noarch",
"product_id": "rubygem-safemode-0:1.5.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-safemode@1.5.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-scoped_search-0:4.1.12-1.el9sat.noarch",
"product": {
"name": "rubygem-scoped_search-0:4.1.12-1.el9sat.noarch",
"product_id": "rubygem-scoped_search-0:4.1.12-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-scoped_search@4.1.12-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"product": {
"name": "rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"product_id": "rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sd_notify@0.1.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-secure_headers-0:6.7.0-1.el9sat.noarch",
"product": {
"name": "rubygem-secure_headers-0:6.7.0-1.el9sat.noarch",
"product_id": "rubygem-secure_headers-0:6.7.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-secure_headers@6.7.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"product": {
"name": "rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"product_id": "rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sequel@5.83.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"product": {
"name": "rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"product_id": "rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-server_sent_events@0.1.3-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-sexp_processor-0:4.17.2-1.el9sat.noarch",
"product": {
"name": "rubygem-sexp_processor-0:4.17.2-1.el9sat.noarch",
"product_id": "rubygem-sexp_processor-0:4.17.2-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sexp_processor@4.17.2-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-sidekiq-0:6.5.12-1.el9sat.noarch",
"product": {
"name": "rubygem-sidekiq-0:6.5.12-1.el9sat.noarch",
"product_id": "rubygem-sidekiq-0:6.5.12-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sidekiq@6.5.12-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-signet-0:0.17.0-1.el9sat.noarch",
"product": {
"name": "rubygem-signet-0:0.17.0-1.el9sat.noarch",
"product_id": "rubygem-signet-0:0.17.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-signet@0.17.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"product": {
"name": "rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"product_id": "rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sinatra@2.2.4-1.el9sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"product": {
"name": "rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"product_id": "rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_ansible@3.5.6-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"product": {
"name": "rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"product_id": "rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_container_gateway@3.1.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"product": {
"name": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"product_id": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_dhcp_infoblox@0.0.18-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"product": {
"name": "rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"product_id": "rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_dhcp_remote_isc@0.0.5-6.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"product": {
"name": "rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"product_id": "rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_discovery@1.0.5-10.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"product": {
"name": "rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"product_id": "rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_discovery_image@1.6.0-2.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"product": {
"name": "rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"product_id": "rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_dns_infoblox@1.2.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"product": {
"name": "rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"product_id": "rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_dynflow@0.9.3-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"product": {
"name": "rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"product_id": "rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_openscap@0.11.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"product": {
"name": "rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"product_id": "rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_pulp@3.3.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"product": {
"name": "rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"product_id": "rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_remote_execution_ssh@0.11.4-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"product": {
"name": "rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"product_id": "rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_shellhooks@0.9.3-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"product": {
"name": "rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"product_id": "rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-snaky_hash@2.0.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-spidr-0:0.7.1-1.el9sat.noarch",
"product": {
"name": "rubygem-spidr-0:0.7.1-1.el9sat.noarch",
"product_id": "rubygem-spidr-0:0.7.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-spidr@0.7.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-sprockets-0:4.2.1-1.el9sat.noarch",
"product": {
"name": "rubygem-sprockets-0:4.2.1-1.el9sat.noarch",
"product_id": "rubygem-sprockets-0:4.2.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sprockets@4.2.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-sprockets-rails-0:3.5.2-1.el9sat.noarch",
"product": {
"name": "rubygem-sprockets-rails-0:3.5.2-1.el9sat.noarch",
"product_id": "rubygem-sprockets-rails-0:3.5.2-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sprockets-rails@3.5.2-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-sshkey-0:2.0.0-1.el9sat.noarch",
"product": {
"name": "rubygem-sshkey-0:2.0.0-1.el9sat.noarch",
"product_id": "rubygem-sshkey-0:2.0.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sshkey@2.0.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"product": {
"name": "rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"product_id": "rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-statsd-instrument@2.9.2-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-stomp-0:1.4.10-1.el9sat.noarch",
"product": {
"name": "rubygem-stomp-0:1.4.10-1.el9sat.noarch",
"product_id": "rubygem-stomp-0:1.4.10-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-stomp@1.4.10-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-thor-0:1.3.0-1.el9sat.noarch",
"product": {
"name": "rubygem-thor-0:1.3.0-1.el9sat.noarch",
"product_id": "rubygem-thor-0:1.3.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-thor@1.3.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"product": {
"name": "rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"product_id": "rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-tilt@2.4.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-timeliness-0:0.3.10-2.el9sat.noarch",
"product": {
"name": "rubygem-timeliness-0:0.3.10-2.el9sat.noarch",
"product_id": "rubygem-timeliness-0:0.3.10-2.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-timeliness@0.3.10-2.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-trailblazer-option-0:0.1.2-1.el9sat.noarch",
"product": {
"name": "rubygem-trailblazer-option-0:0.1.2-1.el9sat.noarch",
"product_id": "rubygem-trailblazer-option-0:0.1.2-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-trailblazer-option@0.1.2-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"product": {
"name": "rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"product_id": "rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-tzinfo@2.0.6-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-uber-0:0.1.0-3.el9sat.noarch",
"product": {
"name": "rubygem-uber-0:0.1.0-3.el9sat.noarch",
"product_id": "rubygem-uber-0:0.1.0-3.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-uber@0.1.0-3.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"product": {
"name": "rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"product_id": "rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-unicode-display_width@2.4.2-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.noarch",
"product": {
"name": "rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.noarch",
"product_id": "rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-validates_lengths_from_database@0.8.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"product": {
"name": "rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"product_id": "rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-version_gem@1.1.4-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"product": {
"name": "rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"product_id": "rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-webrick@1.8.2-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-websocket-extensions-0:0.1.5-2.el9sat.noarch",
"product": {
"name": "rubygem-websocket-extensions-0:0.1.5-2.el9sat.noarch",
"product_id": "rubygem-websocket-extensions-0:0.1.5-2.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-websocket-extensions@0.1.5-2.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-will_paginate-0:3.3.1-1.el9sat.noarch",
"product": {
"name": "rubygem-will_paginate-0:3.3.1-1.el9sat.noarch",
"product_id": "rubygem-will_paginate-0:3.3.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-will_paginate@3.3.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"product": {
"name": "rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"product_id": "rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-xmlrpc@0.3.3-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"product": {
"name": "rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"product_id": "rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-zeitwerk@2.6.17-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-capsule-0:6.16.0-2.el9sat.noarch",
"product": {
"name": "satellite-capsule-0:6.16.0-2.el9sat.noarch",
"product_id": "satellite-capsule-0:6.16.0-2.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-capsule@6.16.0-2.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-common-0:6.16.0-2.el9sat.noarch",
"product": {
"name": "satellite-common-0:6.16.0-2.el9sat.noarch",
"product_id": "satellite-common-0:6.16.0-2.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-common@6.16.0-2.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.16.0-2.el9sat.noarch",
"product": {
"name": "satellite-0:6.16.0-2.el9sat.noarch",
"product_id": "satellite-0:6.16.0-2.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.16.0-2.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-cli-0:6.16.0-2.el9sat.noarch",
"product": {
"name": "satellite-cli-0:6.16.0-2.el9sat.noarch",
"product_id": "satellite-cli-0:6.16.0-2.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-cli@6.16.0-2.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"product": {
"name": "satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"product_id": "satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-installer@6.16.0.2-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-lifecycle-0:6.16.0-1.el9sat.noarch",
"product": {
"name": "satellite-lifecycle-0:6.16.0-1.el9sat.noarch",
"product_id": "satellite-lifecycle-0:6.16.0-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-lifecycle@6.16.0-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-maintain-0:0.0.2-1.el9sat.noarch",
"product": {
"name": "satellite-maintain-0:0.0.2-1.el9sat.noarch",
"product_id": "satellite-maintain-0:0.0.2-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-maintain@0.0.2-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-clone-0:3.6.2-1.el9sat.noarch",
"product": {
"name": "satellite-clone-0:3.6.2-1.el9sat.noarch",
"product_id": "satellite-clone-0:3.6.2-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-clone@3.6.2-1.el9sat?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "cjson-0:1.7.17-1.el8sat.x86_64",
"product": {
"name": "cjson-0:1.7.17-1.el8sat.x86_64",
"product_id": "cjson-0:1.7.17-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjson@1.7.17-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"product": {
"name": "cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"product_id": "cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjson-debugsource@1.7.17-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"product": {
"name": "cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"product_id": "cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjson-debuginfo@1.7.17-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "createrepo_c-0:1.1.3-1.el8pc.x86_64",
"product": {
"name": "createrepo_c-0:1.1.3-1.el8pc.x86_64",
"product_id": "createrepo_c-0:1.1.3-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/createrepo_c@1.1.3-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"product": {
"name": "createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"product_id": "createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/createrepo_c-libs@1.1.3-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"product": {
"name": "python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"product_id": "python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-createrepo_c@1.1.3-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"product": {
"name": "python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"product_id": "python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-createrepo_c@1.1.3-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"product": {
"name": "createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"product_id": "createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/createrepo_c-debugsource@1.1.3-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"product": {
"name": "createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"product_id": "createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/createrepo_c-debuginfo@1.1.3-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"product": {
"name": "createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"product_id": "createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/createrepo_c-libs-debuginfo@1.1.3-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"product": {
"name": "python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"product_id": "python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-createrepo_c-debuginfo@1.1.3-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"product": {
"name": "python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"product_id": "python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-createrepo_c-debuginfo@1.1.3-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"product": {
"name": "dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"product_id": "dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dynflow-utils@1.6.3-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"product": {
"name": "foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"product_id": "foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-discovery-image-service@1.0.0-4.1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"product": {
"name": "foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"product_id": "foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-discovery-image-service-tui@1.0.0-4.1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libcomps-0:0.1.21-1.el8pc.x86_64",
"product": {
"name": "libcomps-0:0.1.21-1.el8pc.x86_64",
"product_id": "libcomps-0:0.1.21-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcomps@0.1.21-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"product": {
"name": "python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"product_id": "python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libcomps@0.1.21-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"product": {
"name": "python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"product_id": "python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libcomps@0.1.21-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"product": {
"name": "libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"product_id": "libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcomps-debugsource@0.1.21-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"product": {
"name": "libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"product_id": "libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcomps-debuginfo@0.1.21-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"product": {
"name": "python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"product_id": "python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libcomps-debuginfo@0.1.21-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"product": {
"name": "python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"product_id": "python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libcomps-debuginfo@0.1.21-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsodium-0:1.0.17-3.el8sat.x86_64",
"product": {
"name": "libsodium-0:1.0.17-3.el8sat.x86_64",
"product_id": "libsodium-0:1.0.17-3.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsodium@1.0.17-3.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"product": {
"name": "libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"product_id": "libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsodium-debugsource@1.0.17-3.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"product": {
"name": "libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"product_id": "libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsodium-debuginfo@1.0.17-3.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsolv-1:0.7.20-6.el8sat.x86_64",
"product": {
"name": "libsolv-1:0.7.20-6.el8sat.x86_64",
"product_id": "libsolv-1:0.7.20-6.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsolv@0.7.20-6.el8sat?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-solv-1:0.7.20-6.el8sat.x86_64",
"product": {
"name": "python3-solv-1:0.7.20-6.el8sat.x86_64",
"product_id": "python3-solv-1:0.7.20-6.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-solv@0.7.20-6.el8sat?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"product": {
"name": "libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"product_id": "libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsolv-debugsource@0.7.20-6.el8sat?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"product": {
"name": "libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"product_id": "libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsolv-debuginfo@0.7.20-6.el8sat?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"product": {
"name": "libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"product_id": "libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsolv-demo-debuginfo@0.7.20-6.el8sat?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"product": {
"name": "libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"product_id": "libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsolv-tools-debuginfo@0.7.20-6.el8sat?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"product": {
"name": "perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"product_id": "perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-solv-debuginfo@0.7.20-6.el8sat?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"product": {
"name": "python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"product_id": "python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-solv-debuginfo@0.7.20-6.el8sat?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"product": {
"name": "ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"product_id": "ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-solv-debuginfo@0.7.20-6.el8sat?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "mosquitto-0:2.0.19-1.el8sat.x86_64",
"product": {
"name": "mosquitto-0:2.0.19-1.el8sat.x86_64",
"product_id": "mosquitto-0:2.0.19-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mosquitto@2.0.19-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"product": {
"name": "mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"product_id": "mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mosquitto-debugsource@2.0.19-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"product": {
"name": "mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"product_id": "mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mosquitto-debuginfo@2.0.19-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"product": {
"name": "pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"product_id": "pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pulpcore-selinux@2.0.1-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "puppet-agent-0:8.8.1-1.el8sat.x86_64",
"product": {
"name": "puppet-agent-0:8.8.1-1.el8sat.x86_64",
"product_id": "puppet-agent-0:8.8.1-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-agent@8.8.1-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"product": {
"name": "python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"product_id": "python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-aiohttp@3.9.4-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"product": {
"name": "python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"product_id": "python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiohttp-debugsource@3.9.4-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"product": {
"name": "python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"product_id": "python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-aiohttp-debuginfo@3.9.4-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"product": {
"name": "python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"product_id": "python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-brotli@1.0.9-6.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"product": {
"name": "python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"product_id": "python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-brotli-debugsource@1.0.9-6.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"product": {
"name": "python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"product_id": "python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-brotli-debuginfo@1.0.9-6.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"product": {
"name": "python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"product_id": "python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-cffi@1.15.1-5.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"product": {
"name": "python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"product_id": "python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi-debugsource@1.15.1-5.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"product": {
"name": "python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"product_id": "python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-cffi-debuginfo@1.15.1-5.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"product": {
"name": "python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"product_id": "python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-cryptography@42.0.8-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"product": {
"name": "python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"product_id": "python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@42.0.8-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"product": {
"name": "python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"product_id": "python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-cryptography-debuginfo@42.0.8-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"product": {
"name": "python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"product_id": "python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-frozenlist@1.3.3-5.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"product": {
"name": "python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"product_id": "python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-frozenlist-debugsource@1.3.3-5.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"product": {
"name": "python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"product_id": "python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-frozenlist-debuginfo@1.3.3-5.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"product": {
"name": "python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"product_id": "python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-grpcio@1.65.4-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"product": {
"name": "python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"product_id": "python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-grpcio-debugsource@1.65.4-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"product": {
"name": "python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"product_id": "python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-grpcio-debuginfo@1.65.4-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"product": {
"name": "python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"product_id": "python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-jq@1.6.0-3.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"product": {
"name": "python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"product_id": "python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-json_stream_rs_tokenizer@0.4.25-3.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"product": {
"name": "python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"product_id": "python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-lxml@4.9.2-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"product": {
"name": "python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"product_id": "python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.9.2-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"product": {
"name": "python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"product_id": "python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-lxml-debuginfo@4.9.2-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"product": {
"name": "python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"product_id": "python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-markupsafe@2.1.2-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"product": {
"name": "python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"product_id": "python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe-debugsource@2.1.2-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"product": {
"name": "python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"product_id": "python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-markupsafe-debuginfo@2.1.2-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"product": {
"name": "python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"product_id": "python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-multidict@6.0.4-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"product": {
"name": "python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"product_id": "python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-multidict-debugsource@6.0.4-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"product": {
"name": "python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"product_id": "python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-multidict-debuginfo@6.0.4-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"product": {
"name": "python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"product_id": "python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pillow@10.3.0-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"product": {
"name": "python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"product_id": "python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow-debugsource@10.3.0-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"product": {
"name": "python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"product_id": "python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pillow-debuginfo@10.3.0-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"product": {
"name": "python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"product_id": "python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pycares@4.1.2-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"product": {
"name": "python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"product_id": "python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycares-debugsource@4.1.2-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"product": {
"name": "python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"product_id": "python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pycares-debuginfo@4.1.2-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"product": {
"name": "python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"product_id": "python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pycryptodomex@3.20.0-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"product": {
"name": "python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"product_id": "python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycryptodomex-debugsource@3.20.0-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"product": {
"name": "python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"product_id": "python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pycryptodomex-debuginfo@3.20.0-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"product": {
"name": "python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"product_id": "python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pygments@2.17.0-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"product": {
"name": "python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"product_id": "python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pyrsistent@0.18.1-5.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"product": {
"name": "python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"product_id": "python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyrsistent-debugsource@0.18.1-5.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"product": {
"name": "python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"product_id": "python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pyrsistent-debuginfo@0.18.1-5.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"product": {
"name": "python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"product_id": "python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-rhsm@1.19.2-6.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"product": {
"name": "python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"product_id": "python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-rhsm-debugsource@1.19.2-6.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"product": {
"name": "python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"product_id": "python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-rhsm-debuginfo@1.19.2-6.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"product": {
"name": "python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"product_id": "python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-ruamel-yaml-clib@0.2.7-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"product": {
"name": "python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"product_id": "python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ruamel-yaml-clib-debugsource@0.2.7-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"product": {
"name": "python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"product_id": "python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-ruamel-yaml-clib-debuginfo@0.2.7-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"product": {
"name": "python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"product_id": "python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-solv@0.7.28-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"product": {
"name": "python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"product_id": "python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-solv-debugsource@0.7.28-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"product": {
"name": "python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"product_id": "python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-solv-debuginfo@0.7.28-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"product": {
"name": "python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"product_id": "python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-wrapt@1.14.1-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"product": {
"name": "python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"product_id": "python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wrapt-debugsource@1.14.1-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"product": {
"name": "python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"product_id": "python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-wrapt-debuginfo@1.14.1-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"product": {
"name": "python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"product_id": "python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-yarl@1.8.2-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"product": {
"name": "python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"product_id": "python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-yarl-debugsource@1.8.2-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"product": {
"name": "python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"product_id": "python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-yarl-debuginfo@1.8.2-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-bcrypt-0:3.1.20-1.el8sat.x86_64",
"product": {
"name": "rubygem-bcrypt-0:3.1.20-1.el8sat.x86_64",
"product_id": "rubygem-bcrypt-0:3.1.20-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bcrypt@3.1.20-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-bcrypt-debugsource-0:3.1.20-1.el8sat.x86_64",
"product": {
"name": "rubygem-bcrypt-debugsource-0:3.1.20-1.el8sat.x86_64",
"product_id": "rubygem-bcrypt-debugsource-0:3.1.20-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bcrypt-debugsource@3.1.20-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-bcrypt-debuginfo-0:3.1.20-1.el8sat.x86_64",
"product": {
"name": "rubygem-bcrypt-debuginfo-0:3.1.20-1.el8sat.x86_64",
"product_id": "rubygem-bcrypt-debuginfo-0:3.1.20-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bcrypt-debuginfo@3.1.20-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"product": {
"name": "rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"product_id": "rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ffi@1.16.3-2.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"product": {
"name": "rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"product_id": "rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ffi-debugsource@1.16.3-2.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"product": {
"name": "rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"product_id": "rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ffi-debuginfo@1.16.3-2.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-protobuf-0:3.24.3-2.el8sat.x86_64",
"product": {
"name": "rubygem-google-protobuf-0:3.24.3-2.el8sat.x86_64",
"product_id": "rubygem-google-protobuf-0:3.24.3-2.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-protobuf@3.24.3-2.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-protobuf-debugsource-0:3.24.3-2.el8sat.x86_64",
"product": {
"name": "rubygem-google-protobuf-debugsource-0:3.24.3-2.el8sat.x86_64",
"product_id": "rubygem-google-protobuf-debugsource-0:3.24.3-2.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-protobuf-debugsource@3.24.3-2.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-protobuf-debuginfo-0:3.24.3-2.el8sat.x86_64",
"product": {
"name": "rubygem-google-protobuf-debuginfo-0:3.24.3-2.el8sat.x86_64",
"product_id": "rubygem-google-protobuf-debuginfo-0:3.24.3-2.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-protobuf-debuginfo@3.24.3-2.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-grpc-0:1.58.0-2.el8sat.x86_64",
"product": {
"name": "rubygem-grpc-0:1.58.0-2.el8sat.x86_64",
"product_id": "rubygem-grpc-0:1.58.0-2.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-grpc@1.58.0-2.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-http_parser.rb-0:0.6.0-4.el8sat.x86_64",
"product": {
"name": "rubygem-http_parser.rb-0:0.6.0-4.el8sat.x86_64",
"product_id": "rubygem-http_parser.rb-0:0.6.0-4.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-http_parser.rb@0.6.0-4.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-http_parser.rb-debugsource-0:0.6.0-4.el8sat.x86_64",
"product": {
"name": "rubygem-http_parser.rb-debugsource-0:0.6.0-4.el8sat.x86_64",
"product_id": "rubygem-http_parser.rb-debugsource-0:0.6.0-4.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-http_parser.rb-debugsource@0.6.0-4.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el8sat.x86_64",
"product": {
"name": "rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el8sat.x86_64",
"product_id": "rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-http_parser.rb-debuginfo@0.6.0-4.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"product": {
"name": "rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"product_id": "rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-journald-native@1.0.12-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"product": {
"name": "rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"product_id": "rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-journald-native-debugsource@1.0.12-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"product": {
"name": "rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"product_id": "rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-journald-native-debuginfo@1.0.12-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"product": {
"name": "rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"product_id": "rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-msgpack@1.7.2-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"product": {
"name": "rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"product_id": "rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-msgpack-debugsource@1.7.2-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"product": {
"name": "rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"product_id": "rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-msgpack-debuginfo@1.7.2-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"product": {
"name": "rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"product_id": "rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-newt@0.9.7-3.1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"product": {
"name": "rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"product_id": "rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-newt-debugsource@0.9.7-3.1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"product": {
"name": "rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"product_id": "rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-newt-debuginfo@0.9.7-3.1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-nio4r-0:2.7.3-1.el8sat.x86_64",
"product": {
"name": "rubygem-nio4r-0:2.7.3-1.el8sat.x86_64",
"product_id": "rubygem-nio4r-0:2.7.3-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-nio4r@2.7.3-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-nio4r-debugsource-0:2.7.3-1.el8sat.x86_64",
"product": {
"name": "rubygem-nio4r-debugsource-0:2.7.3-1.el8sat.x86_64",
"product_id": "rubygem-nio4r-debugsource-0:2.7.3-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-nio4r-debugsource@2.7.3-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-nio4r-debuginfo-0:2.7.3-1.el8sat.x86_64",
"product": {
"name": "rubygem-nio4r-debuginfo-0:2.7.3-1.el8sat.x86_64",
"product_id": "rubygem-nio4r-debuginfo-0:2.7.3-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-nio4r-debuginfo@2.7.3-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"product": {
"name": "rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"product_id": "rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-nokogiri@1.15.6-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"product": {
"name": "rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"product_id": "rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-nokogiri-debugsource@1.15.6-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"product": {
"name": "rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"product_id": "rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-nokogiri-debuginfo@1.15.6-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.x86_64",
"product": {
"name": "rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.x86_64",
"product_id": "rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ovirt-engine-sdk@4.6.0-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el8sat.x86_64",
"product": {
"name": "rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el8sat.x86_64",
"product_id": "rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ovirt-engine-sdk-debugsource@4.6.0-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el8sat.x86_64",
"product": {
"name": "rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el8sat.x86_64",
"product_id": "rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ovirt-engine-sdk-debuginfo@4.6.0-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"product": {
"name": "rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"product_id": "rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg@1.5.7-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"product": {
"name": "rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"product_id": "rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg-debugsource@1.5.7-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"product": {
"name": "rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"product_id": "rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg-debuginfo@1.5.7-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-puma-0:6.4.3-1.el8sat.x86_64",
"product": {
"name": "rubygem-puma-0:6.4.3-1.el8sat.x86_64",
"product_id": "rubygem-puma-0:6.4.3-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-puma@6.4.3-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-puma-debugsource-0:6.4.3-1.el8sat.x86_64",
"product": {
"name": "rubygem-puma-debugsource-0:6.4.3-1.el8sat.x86_64",
"product_id": "rubygem-puma-debugsource-0:6.4.3-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-puma-debugsource@6.4.3-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-puma-debuginfo-0:6.4.3-1.el8sat.x86_64",
"product": {
"name": "rubygem-puma-debuginfo-0:6.4.3-1.el8sat.x86_64",
"product_id": "rubygem-puma-debuginfo-0:6.4.3-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-puma-debuginfo@6.4.3-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"product": {
"name": "rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"product_id": "rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rkerberos@0.1.5-21.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"product": {
"name": "rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"product_id": "rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rkerberos-debugsource@0.1.5-21.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"product": {
"name": "rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"product_id": "rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rkerberos-debuginfo@0.1.5-21.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"product": {
"name": "rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"product_id": "rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ruby-libvirt@0.8.2-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"product": {
"name": "rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"product_id": "rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ruby-libvirt-debugsource@0.8.2-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"product": {
"name": "rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"product_id": "rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ruby-libvirt-debuginfo@0.8.2-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"product": {
"name": "rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"product_id": "rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sqlite3@1.4.4-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"product": {
"name": "rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"product_id": "rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sqlite3-debugsource@1.4.4-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"product": {
"name": "rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"product_id": "rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sqlite3-debuginfo@1.4.4-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-websocket-driver-0:0.7.6-1.el8sat.x86_64",
"product": {
"name": "rubygem-websocket-driver-0:0.7.6-1.el8sat.x86_64",
"product_id": "rubygem-websocket-driver-0:0.7.6-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-websocket-driver@0.7.6-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-websocket-driver-debugsource-0:0.7.6-1.el8sat.x86_64",
"product": {
"name": "rubygem-websocket-driver-debugsource-0:0.7.6-1.el8sat.x86_64",
"product_id": "rubygem-websocket-driver-debugsource-0:0.7.6-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-websocket-driver-debugsource@0.7.6-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-websocket-driver-debuginfo-0:0.7.6-1.el8sat.x86_64",
"product": {
"name": "rubygem-websocket-driver-debuginfo-0:0.7.6-1.el8sat.x86_64",
"product_id": "rubygem-websocket-driver-debuginfo-0:0.7.6-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-websocket-driver-debuginfo@0.7.6-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.x86_64",
"product": {
"name": "satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.x86_64",
"product_id": "satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-convert2rhel-toolkit@1.0.1-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.x86_64",
"product": {
"name": "yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.x86_64",
"product_id": "yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-worker-forwarder@0.0.3-3.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cjson-0:1.7.17-1.el9sat.x86_64",
"product": {
"name": "cjson-0:1.7.17-1.el9sat.x86_64",
"product_id": "cjson-0:1.7.17-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjson@1.7.17-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"product": {
"name": "cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"product_id": "cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjson-debugsource@1.7.17-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"product": {
"name": "cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"product_id": "cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjson-debuginfo@1.7.17-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "createrepo_c-0:1.1.3-1.el9pc.x86_64",
"product": {
"name": "createrepo_c-0:1.1.3-1.el9pc.x86_64",
"product_id": "createrepo_c-0:1.1.3-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/createrepo_c@1.1.3-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"product": {
"name": "createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"product_id": "createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/createrepo_c-libs@1.1.3-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"product": {
"name": "python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"product_id": "python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-createrepo_c@1.1.3-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"product": {
"name": "createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"product_id": "createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/createrepo_c-debugsource@1.1.3-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"product": {
"name": "createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"product_id": "createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/createrepo_c-debuginfo@1.1.3-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"product": {
"name": "createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"product_id": "createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/createrepo_c-libs-debuginfo@1.1.3-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"product": {
"name": "python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"product_id": "python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-createrepo_c-debuginfo@1.1.3-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"product": {
"name": "dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"product_id": "dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dynflow-utils@1.6.3-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libcomps-0:0.1.21-1.el9pc.x86_64",
"product": {
"name": "libcomps-0:0.1.21-1.el9pc.x86_64",
"product_id": "libcomps-0:0.1.21-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcomps@0.1.21-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"product": {
"name": "python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"product_id": "python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libcomps@0.1.21-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"product": {
"name": "python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"product_id": "python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libcomps@0.1.21-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"product": {
"name": "libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"product_id": "libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcomps-debugsource@0.1.21-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"product": {
"name": "libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"product_id": "libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcomps-debuginfo@0.1.21-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"product": {
"name": "python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"product_id": "python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libcomps-debuginfo@0.1.21-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"product": {
"name": "python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"product_id": "python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libcomps-debuginfo@0.1.21-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsodium-0:1.0.17-3.el9sat.x86_64",
"product": {
"name": "libsodium-0:1.0.17-3.el9sat.x86_64",
"product_id": "libsodium-0:1.0.17-3.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsodium@1.0.17-3.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"product": {
"name": "libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"product_id": "libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsodium-debugsource@1.0.17-3.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"product": {
"name": "libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"product_id": "libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsodium-debuginfo@1.0.17-3.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mosquitto-0:2.0.19-1.el9sat.x86_64",
"product": {
"name": "mosquitto-0:2.0.19-1.el9sat.x86_64",
"product_id": "mosquitto-0:2.0.19-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mosquitto@2.0.19-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"product": {
"name": "mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"product_id": "mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mosquitto-debugsource@2.0.19-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"product": {
"name": "mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"product_id": "mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mosquitto-debuginfo@2.0.19-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"product": {
"name": "pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"product_id": "pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pulpcore-selinux@2.0.1-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "puppet-agent-0:8.8.1-1.el9sat.x86_64",
"product": {
"name": "puppet-agent-0:8.8.1-1.el9sat.x86_64",
"product_id": "puppet-agent-0:8.8.1-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-agent@8.8.1-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"product": {
"name": "python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"product_id": "python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-aiohttp@3.9.4-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"product": {
"name": "python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"product_id": "python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiohttp-debugsource@3.9.4-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"product": {
"name": "python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"product_id": "python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-aiohttp-debuginfo@3.9.4-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"product": {
"name": "python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"product_id": "python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-brotli@1.0.9-6.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"product": {
"name": "python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"product_id": "python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-brotli-debugsource@1.0.9-6.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"product": {
"name": "python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"product_id": "python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-brotli-debuginfo@1.0.9-6.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"product": {
"name": "python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"product_id": "python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-cffi@1.15.1-5.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"product": {
"name": "python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"product_id": "python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi-debugsource@1.15.1-5.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"product": {
"name": "python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"product_id": "python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-cffi-debuginfo@1.15.1-5.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"product": {
"name": "python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"product_id": "python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-cryptography@42.0.8-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"product": {
"name": "python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"product_id": "python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@42.0.8-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"product": {
"name": "python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"product_id": "python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-cryptography-debuginfo@42.0.8-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"product": {
"name": "python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"product_id": "python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-frozenlist@1.3.3-5.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"product": {
"name": "python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"product_id": "python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-frozenlist-debugsource@1.3.3-5.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"product": {
"name": "python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"product_id": "python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-frozenlist-debuginfo@1.3.3-5.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"product": {
"name": "python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"product_id": "python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-grpcio@1.65.4-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"product": {
"name": "python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"product_id": "python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-grpcio-debugsource@1.65.4-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"product": {
"name": "python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"product_id": "python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-grpcio-debuginfo@1.65.4-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"product": {
"name": "python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"product_id": "python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-jq@1.6.0-3.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"product": {
"name": "python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"product_id": "python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-json_stream_rs_tokenizer@0.4.25-3.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"product": {
"name": "python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"product_id": "python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-lxml@4.9.2-4.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"product": {
"name": "python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"product_id": "python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.9.2-4.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"product": {
"name": "python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"product_id": "python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-lxml-debuginfo@4.9.2-4.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"product": {
"name": "python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"product_id": "python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-markupsafe@2.1.2-4.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"product": {
"name": "python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"product_id": "python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe-debugsource@2.1.2-4.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"product": {
"name": "python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"product_id": "python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-markupsafe-debuginfo@2.1.2-4.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"product": {
"name": "python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"product_id": "python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-multidict@6.0.4-4.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"product": {
"name": "python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"product_id": "python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-multidict-debugsource@6.0.4-4.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"product": {
"name": "python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"product_id": "python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-multidict-debuginfo@6.0.4-4.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"product": {
"name": "python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"product_id": "python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pillow@10.3.0-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"product": {
"name": "python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"product_id": "python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow-debugsource@10.3.0-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"product": {
"name": "python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"product_id": "python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pillow-debuginfo@10.3.0-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"product": {
"name": "python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"product_id": "python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pycares@4.1.2-4.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"product": {
"name": "python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"product_id": "python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycares-debugsource@4.1.2-4.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"product": {
"name": "python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"product_id": "python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pycares-debuginfo@4.1.2-4.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"product": {
"name": "python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"product_id": "python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pycryptodomex@3.20.0-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"product": {
"name": "python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"product_id": "python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycryptodomex-debugsource@3.20.0-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"product": {
"name": "python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"product_id": "python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pycryptodomex-debuginfo@3.20.0-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"product": {
"name": "python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"product_id": "python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pygments@2.17.0-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"product": {
"name": "python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"product_id": "python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pyrsistent@0.18.1-5.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"product": {
"name": "python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"product_id": "python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyrsistent-debugsource@0.18.1-5.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"product": {
"name": "python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"product_id": "python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pyrsistent-debuginfo@0.18.1-5.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"product": {
"name": "python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"product_id": "python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-rhsm@1.19.2-6.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"product": {
"name": "python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"product_id": "python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-rhsm-debugsource@1.19.2-6.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"product": {
"name": "python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"product_id": "python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-rhsm-debuginfo@1.19.2-6.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"product": {
"name": "python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"product_id": "python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-solv@0.7.28-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"product": {
"name": "python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"product_id": "python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-solv-debugsource@0.7.28-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"product": {
"name": "python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"product_id": "python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-solv-debuginfo@0.7.28-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"product": {
"name": "python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"product_id": "python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-wrapt@1.14.1-4.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"product": {
"name": "python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"product_id": "python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wrapt-debugsource@1.14.1-4.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"product": {
"name": "python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"product_id": "python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-wrapt-debuginfo@1.14.1-4.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"product": {
"name": "python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"product_id": "python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-yarl@1.8.2-4.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"product": {
"name": "python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"product_id": "python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-yarl-debugsource@1.8.2-4.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"product": {
"name": "python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"product_id": "python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-yarl-debuginfo@1.8.2-4.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-bcrypt-0:3.1.20-1.el9sat.x86_64",
"product": {
"name": "rubygem-bcrypt-0:3.1.20-1.el9sat.x86_64",
"product_id": "rubygem-bcrypt-0:3.1.20-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bcrypt@3.1.20-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-bcrypt-debugsource-0:3.1.20-1.el9sat.x86_64",
"product": {
"name": "rubygem-bcrypt-debugsource-0:3.1.20-1.el9sat.x86_64",
"product_id": "rubygem-bcrypt-debugsource-0:3.1.20-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bcrypt-debugsource@3.1.20-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-bcrypt-debuginfo-0:3.1.20-1.el9sat.x86_64",
"product": {
"name": "rubygem-bcrypt-debuginfo-0:3.1.20-1.el9sat.x86_64",
"product_id": "rubygem-bcrypt-debuginfo-0:3.1.20-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bcrypt-debuginfo@3.1.20-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"product": {
"name": "rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"product_id": "rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ffi@1.16.3-2.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"product": {
"name": "rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"product_id": "rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ffi-debugsource@1.16.3-2.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"product": {
"name": "rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"product_id": "rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ffi-debuginfo@1.16.3-2.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-protobuf-0:3.24.3-2.el9sat.x86_64",
"product": {
"name": "rubygem-google-protobuf-0:3.24.3-2.el9sat.x86_64",
"product_id": "rubygem-google-protobuf-0:3.24.3-2.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-protobuf@3.24.3-2.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-protobuf-debugsource-0:3.24.3-2.el9sat.x86_64",
"product": {
"name": "rubygem-google-protobuf-debugsource-0:3.24.3-2.el9sat.x86_64",
"product_id": "rubygem-google-protobuf-debugsource-0:3.24.3-2.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-protobuf-debugsource@3.24.3-2.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-protobuf-debuginfo-0:3.24.3-2.el9sat.x86_64",
"product": {
"name": "rubygem-google-protobuf-debuginfo-0:3.24.3-2.el9sat.x86_64",
"product_id": "rubygem-google-protobuf-debuginfo-0:3.24.3-2.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-protobuf-debuginfo@3.24.3-2.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-grpc-0:1.58.0-2.el9sat.x86_64",
"product": {
"name": "rubygem-grpc-0:1.58.0-2.el9sat.x86_64",
"product_id": "rubygem-grpc-0:1.58.0-2.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-grpc@1.58.0-2.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-http_parser.rb-0:0.6.0-4.el9sat.x86_64",
"product": {
"name": "rubygem-http_parser.rb-0:0.6.0-4.el9sat.x86_64",
"product_id": "rubygem-http_parser.rb-0:0.6.0-4.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-http_parser.rb@0.6.0-4.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-http_parser.rb-debugsource-0:0.6.0-4.el9sat.x86_64",
"product": {
"name": "rubygem-http_parser.rb-debugsource-0:0.6.0-4.el9sat.x86_64",
"product_id": "rubygem-http_parser.rb-debugsource-0:0.6.0-4.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-http_parser.rb-debugsource@0.6.0-4.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el9sat.x86_64",
"product": {
"name": "rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el9sat.x86_64",
"product_id": "rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-http_parser.rb-debuginfo@0.6.0-4.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"product": {
"name": "rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"product_id": "rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-journald-native@1.0.12-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"product": {
"name": "rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"product_id": "rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-journald-native-debugsource@1.0.12-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"product": {
"name": "rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"product_id": "rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-journald-native-debuginfo@1.0.12-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"product": {
"name": "rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"product_id": "rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-msgpack@1.7.2-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"product": {
"name": "rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"product_id": "rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-msgpack-debugsource@1.7.2-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"product": {
"name": "rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"product_id": "rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-msgpack-debuginfo@1.7.2-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-nio4r-0:2.7.3-1.el9sat.x86_64",
"product": {
"name": "rubygem-nio4r-0:2.7.3-1.el9sat.x86_64",
"product_id": "rubygem-nio4r-0:2.7.3-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-nio4r@2.7.3-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-nio4r-debugsource-0:2.7.3-1.el9sat.x86_64",
"product": {
"name": "rubygem-nio4r-debugsource-0:2.7.3-1.el9sat.x86_64",
"product_id": "rubygem-nio4r-debugsource-0:2.7.3-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-nio4r-debugsource@2.7.3-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-nio4r-debuginfo-0:2.7.3-1.el9sat.x86_64",
"product": {
"name": "rubygem-nio4r-debuginfo-0:2.7.3-1.el9sat.x86_64",
"product_id": "rubygem-nio4r-debuginfo-0:2.7.3-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-nio4r-debuginfo@2.7.3-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"product": {
"name": "rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"product_id": "rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-nokogiri@1.15.6-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"product": {
"name": "rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"product_id": "rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-nokogiri-debugsource@1.15.6-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"product": {
"name": "rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"product_id": "rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-nokogiri-debuginfo@1.15.6-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.x86_64",
"product": {
"name": "rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.x86_64",
"product_id": "rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ovirt-engine-sdk@4.6.0-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el9sat.x86_64",
"product": {
"name": "rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el9sat.x86_64",
"product_id": "rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ovirt-engine-sdk-debugsource@4.6.0-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el9sat.x86_64",
"product": {
"name": "rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el9sat.x86_64",
"product_id": "rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ovirt-engine-sdk-debuginfo@4.6.0-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"product": {
"name": "rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"product_id": "rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg@1.5.7-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"product": {
"name": "rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"product_id": "rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg-debugsource@1.5.7-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"product": {
"name": "rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"product_id": "rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg-debuginfo@1.5.7-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-puma-0:6.4.3-1.el9sat.x86_64",
"product": {
"name": "rubygem-puma-0:6.4.3-1.el9sat.x86_64",
"product_id": "rubygem-puma-0:6.4.3-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-puma@6.4.3-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-puma-debugsource-0:6.4.3-1.el9sat.x86_64",
"product": {
"name": "rubygem-puma-debugsource-0:6.4.3-1.el9sat.x86_64",
"product_id": "rubygem-puma-debugsource-0:6.4.3-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-puma-debugsource@6.4.3-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-puma-debuginfo-0:6.4.3-1.el9sat.x86_64",
"product": {
"name": "rubygem-puma-debuginfo-0:6.4.3-1.el9sat.x86_64",
"product_id": "rubygem-puma-debuginfo-0:6.4.3-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-puma-debuginfo@6.4.3-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"product": {
"name": "rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"product_id": "rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rkerberos@0.1.5-21.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"product": {
"name": "rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"product_id": "rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rkerberos-debugsource@0.1.5-21.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"product": {
"name": "rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"product_id": "rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rkerberos-debuginfo@0.1.5-21.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"product": {
"name": "rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"product_id": "rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ruby-libvirt@0.8.2-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"product": {
"name": "rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"product_id": "rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ruby-libvirt-debugsource@0.8.2-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"product": {
"name": "rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"product_id": "rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ruby-libvirt-debuginfo@0.8.2-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"product": {
"name": "rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"product_id": "rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sqlite3@1.4.4-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"product": {
"name": "rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"product_id": "rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sqlite3-debugsource@1.4.4-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"product": {
"name": "rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"product_id": "rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sqlite3-debuginfo@1.4.4-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-websocket-driver-0:0.7.6-1.el9sat.x86_64",
"product": {
"name": "rubygem-websocket-driver-0:0.7.6-1.el9sat.x86_64",
"product_id": "rubygem-websocket-driver-0:0.7.6-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-websocket-driver@0.7.6-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-websocket-driver-debugsource-0:0.7.6-1.el9sat.x86_64",
"product": {
"name": "rubygem-websocket-driver-debugsource-0:0.7.6-1.el9sat.x86_64",
"product_id": "rubygem-websocket-driver-debugsource-0:0.7.6-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-websocket-driver-debugsource@0.7.6-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-websocket-driver-debuginfo-0:0.7.6-1.el9sat.x86_64",
"product": {
"name": "rubygem-websocket-driver-debuginfo-0:0.7.6-1.el9sat.x86_64",
"product_id": "rubygem-websocket-driver-debuginfo-0:0.7.6-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-websocket-driver-debuginfo@0.7.6-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.x86_64",
"product": {
"name": "satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.x86_64",
"product_id": "satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-convert2rhel-toolkit@1.0.1-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.x86_64",
"product": {
"name": "yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.x86_64",
"product_id": "yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-worker-forwarder@0.0.3-3.el9sat?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch"
},
"product_reference": "ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src"
},
"product_reference": "ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch"
},
"product_reference": "ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src"
},
"product_reference": "ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-lint-0:5.4.0-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.noarch"
},
"product_reference": "ansible-lint-0:5.4.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-lint-0:5.4.0-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.src"
},
"product_reference": "ansible-lint-0:5.4.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-runner-0:2.2.1-6.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.noarch"
},
"product_reference": "ansible-runner-0:2.2.1-6.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-runner-0:2.2.1-6.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.src"
},
"product_reference": "ansible-runner-0:2.2.1-6.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch"
},
"product_reference": "ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src"
},
"product_reference": "ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch"
},
"product_reference": "ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansiblerole-insights-client-0:1.7.1-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src"
},
"product_reference": "ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjson-0:1.7.17-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.src"
},
"product_reference": "cjson-0:1.7.17-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjson-0:1.7.17-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.x86_64"
},
"product_reference": "cjson-0:1.7.17-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjson-debuginfo-0:1.7.17-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64"
},
"product_reference": "cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjson-debugsource-0:1.7.17-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el8sat.x86_64"
},
"product_reference": "cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-0:1.1.3-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.src"
},
"product_reference": "createrepo_c-0:1.1.3-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-0:1.1.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.x86_64"
},
"product_reference": "createrepo_c-0:1.1.3-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64"
},
"product_reference": "createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64"
},
"product_reference": "createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-libs-0:1.1.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64"
},
"product_reference": "createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64"
},
"product_reference": "createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dynflow-utils-0:1.6.3-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.src"
},
"product_reference": "dynflow-utils-0:1.6.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dynflow-utils-0:1.6.3-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64"
},
"product_reference": "dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.12.0.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.src"
},
"product_reference": "foreman-0:3.12.0.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch"
},
"product_reference": "foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-bootloaders-redhat-0:202102220000-3.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src"
},
"product_reference": "foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch"
},
"product_reference": "foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-cli-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-debug-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-discovery-image-1:4.1.0-61.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch"
},
"product_reference": "foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-discovery-image-1:4.1.0-61.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src"
},
"product_reference": "foreman-discovery-image-1:4.1.0-61.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src"
},
"product_reference": "foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64"
},
"product_reference": "foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64"
},
"product_reference": "foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ec2-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-fapolicyd-0:1.0.1-3.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch"
},
"product_reference": "foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-fapolicyd-0:1.0.1-3.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.src"
},
"product_reference": "foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-installer-1:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-installer-1:3.12.0.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.src"
},
"product_reference": "foreman-installer-1:3.12.0.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-journald-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-libvirt-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-openstack-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ovirt-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-pcp-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-postgresql-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-0:3.12.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.noarch"
},
"product_reference": "foreman-proxy-0:3.12.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-0:3.12.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.src"
},
"product_reference": "foreman-proxy-0:3.12.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch"
},
"product_reference": "foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch"
},
"product_reference": "foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-journald-0:3.12.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch"
},
"product_reference": "foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-redis-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-service-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-service-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-telemetry-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-vmware-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-0:4.14.0-0.1.rc2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.noarch"
},
"product_reference": "katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-0:4.14.0-0.1.rc2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.src"
},
"product_reference": "katello-0:4.14.0-0.1.rc2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-certs-tools-0:2.10.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.noarch"
},
"product_reference": "katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-certs-tools-0:2.10.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.src"
},
"product_reference": "katello-certs-tools-0:2.10.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-client-bootstrap-0:1.7.9-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch"
},
"product_reference": "katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-client-bootstrap-0:1.7.9-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src"
},
"product_reference": "katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-common-0:4.14.0-0.1.rc2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch"
},
"product_reference": "katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch"
},
"product_reference": "katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcomps-0:0.1.21-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.src"
},
"product_reference": "libcomps-0:0.1.21-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcomps-0:0.1.21-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.x86_64"
},
"product_reference": "libcomps-0:0.1.21-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64"
},
"product_reference": "libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcomps-debugsource-0:0.1.21-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64"
},
"product_reference": "libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-1:0.7.20-6.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.src"
},
"product_reference": "libsolv-1:0.7.20-6.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-1:0.7.20-6.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.x86_64"
},
"product_reference": "libsolv-1:0.7.20-6.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64"
},
"product_reference": "libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-debugsource-1:0.7.20-6.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64"
},
"product_reference": "libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64"
},
"product_reference": "libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64"
},
"product_reference": "libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mosquitto-0:2.0.19-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.src"
},
"product_reference": "mosquitto-0:2.0.19-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mosquitto-0:2.0.19-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.x86_64"
},
"product_reference": "mosquitto-0:2.0.19-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64"
},
"product_reference": "mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64"
},
"product_reference": "mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64"
},
"product_reference": "perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch"
},
"product_reference": "pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src"
},
"product_reference": "pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pulpcore-selinux-0:2.0.1-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.src"
},
"product_reference": "pulpcore-selinux-0:2.0.1-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pulpcore-selinux-0:2.0.1-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64"
},
"product_reference": "pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-agent-0:8.8.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.src"
},
"product_reference": "puppet-agent-0:8.8.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-agent-0:8.8.1-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.x86_64"
},
"product_reference": "puppet-agent-0:8.8.1-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-agent-oauth-0:0.5.10-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch"
},
"product_reference": "puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-agent-oauth-0:0.5.10-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src"
},
"product_reference": "puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch"
},
"product_reference": "puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-foreman_scap_client-0:1.0.0-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src"
},
"product_reference": "puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch"
},
"product_reference": "puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppetlabs-stdlib-0:9.4.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.src"
},
"product_reference": "puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppetserver-0:8.6.2-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.noarch"
},
"product_reference": "puppetserver-0:8.6.2-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppetserver-0:8.6.2-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.src"
},
"product_reference": "puppetserver-0:8.6.2-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiodns-0:3.0.0-7.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el8pc.src"
},
"product_reference": "python-aiodns-0:3.0.0-7.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiofiles-0:22.1.0-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el8pc.src"
},
"product_reference": "python-aiofiles-0:22.1.0-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-0:3.9.4-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el8pc.src"
},
"product_reference": "python-aiohttp-0:3.9.4-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64"
},
"product_reference": "python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src"
},
"product_reference": "python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aioredis-0:2.0.1-6.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el8pc.src"
},
"product_reference": "python-aioredis-0:2.0.1-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiosignal-0:1.3.1-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el8pc.src"
},
"product_reference": "python-aiosignal-0:1.3.1-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ansible-builder-0:3.0.0-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el8pc.src"
},
"product_reference": "python-ansible-builder-0:3.0.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-asgiref-0:3.6.0-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el8pc.src"
},
"product_reference": "python-asgiref-0:3.6.0-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-async-lru-0:1.0.3-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el8pc.src"
},
"product_reference": "python-async-lru-0:1.0.3-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-async-timeout-0:4.0.2-6.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el8pc.src"
},
"product_reference": "python-async-timeout-0:4.0.2-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-asyncio-throttle-0:1.0.2-7.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el8pc.src"
},
"product_reference": "python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-attrs-0:21.4.0-6.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el8pc.src"
},
"product_reference": "python-attrs-0:21.4.0-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-backoff-0:2.2.1-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el8pc.src"
},
"product_reference": "python-backoff-0:2.2.1-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-bindep-0:2.11.0-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el8pc.src"
},
"product_reference": "python-bindep-0:2.11.0-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-bleach-0:3.3.1-6.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el8pc.src"
},
"product_reference": "python-bleach-0:3.3.1-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-bleach-allowlist-0:1.0.3-7.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el8pc.src"
},
"product_reference": "python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-bracex-0:2.2.1-6.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-bracex-0:2.2.1-6.el8pc.src"
},
"product_reference": "python-bracex-0:2.2.1-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-brotli-0:1.0.9-6.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el8pc.src"
},
"product_reference": "python-brotli-0:1.0.9-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64"
},
"product_reference": "python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-certifi-0:2022.12.7-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el8pc.src"
},
"product_reference": "python-certifi-0:2022.12.7-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-0:1.15.1-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el8pc.src"
},
"product_reference": "python-cffi-0:1.15.1-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64"
},
"product_reference": "python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-chardet-0:5.0.0-2.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el8pc.src"
},
"product_reference": "python-chardet-0:5.0.0-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-charset-normalizer-0:2.1.1-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el8pc.src"
},
"product_reference": "python-charset-normalizer-0:2.1.1-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-click-0:8.1.3-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el8pc.src"
},
"product_reference": "python-click-0:8.1.3-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-click-shell-0:2.1-7.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el8pc.src"
},
"product_reference": "python-click-shell-0:2.1-7.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-colorama-0:0.4.4-7.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-colorama-0:0.4.4-7.el8pc.src"
},
"product_reference": "python-colorama-0:0.4.4-7.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-commonmark-0:0.9.1-9.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-commonmark-0:0.9.1-9.el8pc.src"
},
"product_reference": "python-commonmark-0:0.9.1-9.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-contextlib2-0:21.6.0-7.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el8pc.src"
},
"product_reference": "python-contextlib2-0:21.6.0-7.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-0:42.0.8-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el8pc.src"
},
"product_reference": "python-cryptography-0:42.0.8-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64"
},
"product_reference": "python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-daemon-0:2.3.1-3.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-daemon-0:2.3.1-3.el8sat.src"
},
"product_reference": "python-daemon-0:2.3.1-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-dataclasses-0:0.8-7.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-dataclasses-0:0.8-7.el8pc.src"
},
"product_reference": "python-dataclasses-0:0.8-7.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-dateutil-0:2.8.2-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el8pc.src"
},
"product_reference": "python-dateutil-0:2.8.2-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-debian-0:0.1.44-7.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el8pc.src"
},
"product_reference": "python-debian-0:0.1.44-7.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-defusedxml-0:0.7.1-7.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el8pc.src"
},
"product_reference": "python-defusedxml-0:0.7.1-7.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-deprecated-0:1.2.13-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el8pc.src"
},
"product_reference": "python-deprecated-0:1.2.13-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-diff-match-patch-0:20200713-7.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el8pc.src"
},
"product_reference": "python-diff-match-patch-0:20200713-7.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-distro-0:1.7.0-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el8pc.src"
},
"product_reference": "python-distro-0:1.7.0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-0:4.2.16-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el8pc.src"
},
"product_reference": "python-django-0:4.2.16-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-filter-0:23.2-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el8pc.src"
},
"product_reference": "python-django-filter-0:23.2-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-guid-0:3.3.0-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el8pc.src"
},
"product_reference": "python-django-guid-0:3.3.0-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-import-export-0:3.1.0-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el8pc.src"
},
"product_reference": "python-django-import-export-0:3.1.0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-lifecycle-0:1.0.0-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el8pc.src"
},
"product_reference": "python-django-lifecycle-0:1.0.0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-readonly-field-0:1.1.2-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el8pc.src"
},
"product_reference": "python-django-readonly-field-0:1.1.2-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-djangorestframework-0:3.14.0-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el8pc.src"
},
"product_reference": "python-djangorestframework-0:3.14.0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src"
},
"product_reference": "python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-docutils-0:0.20.1-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el8pc.src"
},
"product_reference": "python-docutils-0:0.20.1-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-drf-access-policy-0:1.3.0-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el8pc.src"
},
"product_reference": "python-drf-access-policy-0:1.3.0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-drf-nested-routers-0:0.93.4-6.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el8pc.src"
},
"product_reference": "python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-drf-spectacular-0:0.26.5-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el8pc.src"
},
"product_reference": "python-drf-spectacular-0:0.26.5-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-dynaconf-0:3.1.12-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el8pc.src"
},
"product_reference": "python-dynaconf-0:3.1.12-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ecdsa-0:0.18.0-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el8pc.src"
},
"product_reference": "python-ecdsa-0:0.18.0-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-enrich-0:1.2.6-7.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-enrich-0:1.2.6-7.el8pc.src"
},
"product_reference": "python-enrich-0:1.2.6-7.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-et-xmlfile-0:1.1.0-6.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el8pc.src"
},
"product_reference": "python-et-xmlfile-0:1.1.0-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-flake8-0:5.0.0-3.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el8pc.src"
},
"product_reference": "python-flake8-0:5.0.0-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-frozenlist-0:1.3.3-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el8pc.src"
},
"product_reference": "python-frozenlist-0:1.3.3-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64"
},
"product_reference": "python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-future-0:0.18.3-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el8pc.src"
},
"product_reference": "python-future-0:0.18.3-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-galaxy-importer-0:0.4.19-2.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el8pc.src"
},
"product_reference": "python-galaxy-importer-0:0.4.19-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gitdb-0:4.0.10-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el8pc.src"
},
"product_reference": "python-gitdb-0:4.0.10-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gitpython-0:3.1.40-3.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el8pc.src"
},
"product_reference": "python-gitpython-0:3.1.40-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gnupg-0:0.5.0-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el8pc.src"
},
"product_reference": "python-gnupg-0:0.5.0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-googleapis-common-protos-0:1.59.1-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el8pc.src"
},
"product_reference": "python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-grpcio-0:1.65.4-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el8pc.src"
},
"product_reference": "python-grpcio-0:1.65.4-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64"
},
"product_reference": "python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gunicorn-0:22.0.0-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el8pc.src"
},
"product_reference": "python-gunicorn-0:22.0.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-importlib-metadata-0:6.0.1-3.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el8pc.src"
},
"product_reference": "python-importlib-metadata-0:6.0.1-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-inflection-0:0.5.1-6.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el8pc.src"
},
"product_reference": "python-inflection-0:0.5.1-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-iniparse-0:0.4-39.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el8pc.src"
},
"product_reference": "python-iniparse-0:0.4-39.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jinja2-0:3.1.4-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el8pc.src"
},
"product_reference": "python-jinja2-0:3.1.4-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jq-0:1.6.0-3.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el8pc.src"
},
"product_reference": "python-jq-0:1.6.0-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-json-stream-0:2.3.2-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el8pc.src"
},
"product_reference": "python-json-stream-0:2.3.2-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src"
},
"product_reference": "python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jsonschema-0:4.10.3-3.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el8pc.src"
},
"product_reference": "python-jsonschema-0:4.10.3-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lockfile-0:0.12.2-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el8pc.src"
},
"product_reference": "python-lockfile-0:0.12.2-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-0:4.9.2-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el8pc.src"
},
"product_reference": "python-lxml-0:4.9.2-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64"
},
"product_reference": "python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markdown-0:3.4.1-3.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el8pc.src"
},
"product_reference": "python-markdown-0:3.4.1-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markuppy-0:1.14-6.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el8pc.src"
},
"product_reference": "python-markuppy-0:1.14-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-0:2.1.2-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el8pc.src"
},
"product_reference": "python-markupsafe-0:2.1.2-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64"
},
"product_reference": "python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-mccabe-0:0.7.0-3.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el8pc.src"
},
"product_reference": "python-mccabe-0:0.7.0-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-multidict-0:6.0.4-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el8pc.src"
},
"product_reference": "python-multidict-0:6.0.4-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64"
},
"product_reference": "python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-odfpy-0:1.4.1-9.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el8pc.src"
},
"product_reference": "python-odfpy-0:1.4.1-9.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-openpyxl-0:3.1.0-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el8pc.src"
},
"product_reference": "python-openpyxl-0:3.1.0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_api-0:1.19.0-3.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el8pc.src"
},
"product_reference": "python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_distro-0:0.40b0-7.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el8pc.src"
},
"product_reference": "python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src"
},
"product_reference": "python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src"
},
"product_reference": "python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src"
},
"product_reference": "python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src"
},
"product_reference": "python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src"
},
"product_reference": "python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src"
},
"product_reference": "python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src"
},
"product_reference": "python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_proto-0:1.19.0-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el8pc.src"
},
"product_reference": "python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_sdk-0:1.19.0-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src"
},
"product_reference": "python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src"
},
"product_reference": "python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_util_http-0:0.40b0-3.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src"
},
"product_reference": "python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-packaging-0:21.3-6.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-packaging-0:21.3-6.el8pc.src"
},
"product_reference": "python-packaging-0:21.3-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-parsley-0:1.3-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el8pc.src"
},
"product_reference": "python-parsley-0:1.3-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pbr-0:5.8.0-7.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el8pc.src"
},
"product_reference": "python-pbr-0:5.8.0-7.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pexpect-0:4.8.0-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el8pc.src"
},
"product_reference": "python-pexpect-0:4.8.0-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-0:10.3.0-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el8pc.src"
},
"product_reference": "python-pillow-0:10.3.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64"
},
"product_reference": "python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-productmd-0:1.33-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el8pc.src"
},
"product_reference": "python-productmd-0:1.33-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-protobuf-0:4.21.6-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el8pc.src"
},
"product_reference": "python-protobuf-0:4.21.6-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg-0:3.1.9-3.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el8pc.src"
},
"product_reference": "python-psycopg-0:3.1.9-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ptyprocess-0:0.7.0-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-2.el8sat.src"
},
"product_reference": "python-ptyprocess-0:0.7.0-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-ansible-1:0.21.8-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el8pc.src"
},
"product_reference": "python-pulp-ansible-1:0.21.8-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-cli-0:0.27.2-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el8pc.src"
},
"product_reference": "python-pulp-cli-0:0.27.2-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-container-0:2.20.2-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el8pc.src"
},
"product_reference": "python-pulp-container-0:2.20.2-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-deb-0:3.2.1-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el8pc.src"
},
"product_reference": "python-pulp-deb-0:3.2.1-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-file-0:1.15.1-2.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el8pc.src"
},
"product_reference": "python-pulp-file-0:1.15.1-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-glue-0:0.27.2-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el8pc.src"
},
"product_reference": "python-pulp-glue-0:0.27.2-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-rpm-0:3.26.1-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el8pc.src"
},
"product_reference": "python-pulp-rpm-0:3.26.1-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp_manifest-0:3.0.0-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el8pc.src"
},
"product_reference": "python-pulp_manifest-0:3.0.0-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulpcore-0:3.49.19-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el8pc.src"
},
"product_reference": "python-pulpcore-0:3.49.19-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyOpenSSL-0:24.1.0-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src"
},
"product_reference": "python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycares-0:4.1.2-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el8pc.src"
},
"product_reference": "python-pycares-0:4.1.2-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64"
},
"product_reference": "python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycodestyle-0:2.9.1-2.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el8pc.src"
},
"product_reference": "python-pycodestyle-0:2.9.1-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycparser-0:2.21-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el8pc.src"
},
"product_reference": "python-pycparser-0:2.21-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycryptodomex-0:3.20.0-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el8pc.src"
},
"product_reference": "python-pycryptodomex-0:3.20.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64"
},
"product_reference": "python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyflakes-0:2.5.0-2.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el8pc.src"
},
"product_reference": "python-pyflakes-0:2.5.0-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pygments-0:2.17.0-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el8pc.src"
},
"product_reference": "python-pygments-0:2.17.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pygtrie-0:2.5.0-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el8pc.src"
},
"product_reference": "python-pygtrie-0:2.5.0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyjwkest-0:1.4.2-8.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el8pc.src"
},
"product_reference": "python-pyjwkest-0:1.4.2-8.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyjwt-0:2.5.0-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el8pc.src"
},
"product_reference": "python-pyjwt-0:2.5.0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyparsing-0:3.1.1-3.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el8pc.src"
},
"product_reference": "python-pyparsing-0:3.1.1-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyrsistent-0:0.18.1-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el8pc.src"
},
"product_reference": "python-pyrsistent-0:0.18.1-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64"
},
"product_reference": "python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pytz-0:2022.2.1-6.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el8pc.src"
},
"product_reference": "python-pytz-0:2022.2.1-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-redis-0:4.3.4-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el8pc.src"
},
"product_reference": "python-redis-0:4.3.4-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-0:2.31.0-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el8pc.src"
},
"product_reference": "python-requests-0:2.31.0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requirements-parser-0:0.2.0-6.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el8pc.src"
},
"product_reference": "python-requirements-parser-0:0.2.0-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-rhsm-0:1.19.2-6.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el8pc.src"
},
"product_reference": "python-rhsm-0:1.19.2-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64"
},
"product_reference": "python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-rich-0:13.3.1-7.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-rich-0:13.3.1-7.el8pc.src"
},
"product_reference": "python-rich-0:13.3.1-7.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ruamel-yaml-0:0.17.21-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-ruamel-yaml-0:0.17.21-5.el8pc.src"
},
"product_reference": "python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src"
},
"product_reference": "python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64"
},
"product_reference": "python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-schema-0:0.7.5-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el8pc.src"
},
"product_reference": "python-schema-0:0.7.5-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-semantic-version-0:2.10.0-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el8pc.src"
},
"product_reference": "python-semantic-version-0:2.10.0-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-six-0:1.16.0-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el8pc.src"
},
"product_reference": "python-six-0:1.16.0-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-smmap-0:5.0.0-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el8pc.src"
},
"product_reference": "python-smmap-0:5.0.0-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-solv-0:0.7.28-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el8pc.src"
},
"product_reference": "python-solv-0:0.7.28-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-solv-debugsource-0:0.7.28-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64"
},
"product_reference": "python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sqlparse-0:0.5.0-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el8pc.src"
},
"product_reference": "python-sqlparse-0:0.5.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tablib-0:3.3.0-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el8pc.src"
},
"product_reference": "python-tablib-0:3.3.0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tenacity-0:7.0.0-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-tenacity-0:7.0.0-5.el8pc.src"
},
"product_reference": "python-tenacity-0:7.0.0-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-toml-0:0.10.2-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el8pc.src"
},
"product_reference": "python-toml-0:0.10.2-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-types-cryptography-0:3.3.23.2-3.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el8pc.src"
},
"product_reference": "python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-typing-extensions-0:4.7.1-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el8pc.src"
},
"product_reference": "python-typing-extensions-0:4.7.1-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-uritemplate-0:4.1.1-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el8pc.src"
},
"product_reference": "python-uritemplate-0:4.1.1-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-url-normalize-0:1.4.3-6.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el8pc.src"
},
"product_reference": "python-url-normalize-0:1.4.3-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:2.2.3-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el8pc.src"
},
"product_reference": "python-urllib3-0:2.2.3-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urlman-0:2.0.1-3.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el8pc.src"
},
"product_reference": "python-urlman-0:2.0.1-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-uuid6-0:2023.5.2-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el8pc.src"
},
"product_reference": "python-uuid6-0:2023.5.2-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wcmatch-0:8.3-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-wcmatch-0:8.3-5.el8pc.src"
},
"product_reference": "python-wcmatch-0:8.3-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-webencodings-0:0.5.1-6.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el8pc.src"
},
"product_reference": "python-webencodings-0:0.5.1-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-whitenoise-0:6.0.0-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el8pc.src"
},
"product_reference": "python-whitenoise-0:6.0.0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wrapt-0:1.14.1-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el8pc.src"
},
"product_reference": "python-wrapt-0:1.14.1-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64"
},
"product_reference": "python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xlrd-0:2.0.1-8.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el8pc.src"
},
"product_reference": "python-xlrd-0:2.0.1-8.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xlwt-0:1.3.0-6.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el8pc.src"
},
"product_reference": "python-xlwt-0:1.3.0-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-yarl-0:1.8.2-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el8pc.src"
},
"product_reference": "python-yarl-0:1.8.2-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64"
},
"product_reference": "python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-zipp-0:3.20.2-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el8pc.src"
},
"product_reference": "python-zipp-0:3.20.2-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-createrepo_c-0:1.1.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64"
},
"product_reference": "python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64"
},
"product_reference": "python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libcomps-0:0.1.21-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64"
},
"product_reference": "python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64"
},
"product_reference": "python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-solv-1:0.7.20-6.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-6.el8sat.x86_64"
},
"product_reference": "python3-solv-1:0.7.20-6.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64"
},
"product_reference": "python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aiodns-0:3.0.0-7.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el8pc.noarch"
},
"product_reference": "python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aiofiles-0:22.1.0-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch"
},
"product_reference": "python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64"
},
"product_reference": "python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64"
},
"product_reference": "python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch"
},
"product_reference": "python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aioredis-0:2.0.1-6.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el8pc.noarch"
},
"product_reference": "python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aiosignal-0:1.3.1-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch"
},
"product_reference": "python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch"
},
"product_reference": "python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch"
},
"product_reference": "python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-asgiref-0:3.6.0-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el8pc.noarch"
},
"product_reference": "python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-async-lru-0:1.0.3-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el8pc.noarch"
},
"product_reference": "python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-async-timeout-0:4.0.2-6.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch"
},
"product_reference": "python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch"
},
"product_reference": "python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-attrs-0:21.4.0-6.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el8pc.noarch"
},
"product_reference": "python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-backoff-0:2.2.1-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el8pc.noarch"
},
"product_reference": "python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-bindep-0:2.11.0-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el8pc.noarch"
},
"product_reference": "python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-bleach-0:3.3.1-6.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el8pc.noarch"
},
"product_reference": "python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch"
},
"product_reference": "python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-bracex-0:2.2.1-6.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-bracex-0:2.2.1-6.el8pc.noarch"
},
"product_reference": "python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-brotli-0:1.0.9-6.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el8pc.x86_64"
},
"product_reference": "python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64"
},
"product_reference": "python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-certifi-0:2022.12.7-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el8pc.noarch"
},
"product_reference": "python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-cffi-0:1.15.1-5.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el8pc.x86_64"
},
"product_reference": "python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64"
},
"product_reference": "python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-chardet-0:5.0.0-2.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el8pc.noarch"
},
"product_reference": "python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch"
},
"product_reference": "python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-click-0:8.1.3-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el8pc.noarch"
},
"product_reference": "python3.11-click-0:8.1.3-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-click-shell-0:2.1-7.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el8pc.noarch"
},
"product_reference": "python3.11-click-shell-0:2.1-7.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-colorama-0:0.4.4-7.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-colorama-0:0.4.4-7.el8pc.noarch"
},
"product_reference": "python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-commonmark-0:0.9.1-9.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-commonmark-0:0.9.1-9.el8pc.noarch"
},
"product_reference": "python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-contextlib2-0:21.6.0-7.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch"
},
"product_reference": "python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64"
},
"product_reference": "python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64"
},
"product_reference": "python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-cryptography-0:42.0.8-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64"
},
"product_reference": "python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64"
},
"product_reference": "python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-daemon-0:2.3.1-3.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-3.el8sat.noarch"
},
"product_reference": "python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-dataclasses-0:0.8-7.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-dataclasses-0:0.8-7.el8pc.noarch"
},
"product_reference": "python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-dateutil-0:2.8.2-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el8pc.noarch"
},
"product_reference": "python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debian-0:0.1.44-7.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el8pc.noarch"
},
"product_reference": "python3.11-debian-0:0.1.44-7.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-defusedxml-0:0.7.1-7.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch"
},
"product_reference": "python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-deprecated-0:1.2.13-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el8pc.noarch"
},
"product_reference": "python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-diff-match-patch-0:20200713-7.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch"
},
"product_reference": "python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-distro-0:1.7.0-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el8pc.noarch"
},
"product_reference": "python3.11-distro-0:1.7.0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-0:4.2.16-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el8pc.noarch"
},
"product_reference": "python3.11-django-0:4.2.16-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-filter-0:23.2-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el8pc.noarch"
},
"product_reference": "python3.11-django-filter-0:23.2-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-guid-0:3.3.0-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el8pc.noarch"
},
"product_reference": "python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-import-export-0:3.1.0-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch"
},
"product_reference": "python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch"
},
"product_reference": "python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch"
},
"product_reference": "python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch"
},
"product_reference": "python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch"
},
"product_reference": "python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-docutils-0:0.20.1-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el8pc.noarch"
},
"product_reference": "python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch"
},
"product_reference": "python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch"
},
"product_reference": "python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch"
},
"product_reference": "python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-dynaconf-0:3.1.12-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch"
},
"product_reference": "python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-ecdsa-0:0.18.0-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch"
},
"product_reference": "python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-enrich-0:1.2.6-7.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-enrich-0:1.2.6-7.el8pc.noarch"
},
"product_reference": "python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch"
},
"product_reference": "python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-flake8-0:5.0.0-3.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el8pc.noarch"
},
"product_reference": "python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64"
},
"product_reference": "python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64"
},
"product_reference": "python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-future-0:0.18.3-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el8pc.noarch"
},
"product_reference": "python3.11-future-0:0.18.3-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch"
},
"product_reference": "python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-gitdb-0:4.0.10-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el8pc.noarch"
},
"product_reference": "python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-gitpython-0:3.1.40-3.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el8pc.noarch"
},
"product_reference": "python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-gnupg-0:0.5.0-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el8pc.noarch"
},
"product_reference": "python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch"
},
"product_reference": "python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-grpcio-0:1.65.4-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64"
},
"product_reference": "python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64"
},
"product_reference": "python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-gunicorn-0:22.0.0-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch"
},
"product_reference": "python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch"
},
"product_reference": "python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-inflection-0:0.5.1-6.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el8pc.noarch"
},
"product_reference": "python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-iniparse-0:0.4-39.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el8pc.noarch"
},
"product_reference": "python3.11-iniparse-0:0.4-39.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-jinja2-0:3.1.4-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch"
},
"product_reference": "python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-jq-0:1.6.0-3.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el8pc.x86_64"
},
"product_reference": "python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-json_stream-0:2.3.2-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el8pc.noarch"
},
"product_reference": "python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64"
},
"product_reference": "python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-jsonschema-0:4.10.3-3.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch"
},
"product_reference": "python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libcomps-0:0.1.21-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64"
},
"product_reference": "python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64"
},
"product_reference": "python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-lockfile-0:0.12.2-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el8pc.noarch"
},
"product_reference": "python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-lxml-0:4.9.2-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el8pc.x86_64"
},
"product_reference": "python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64"
},
"product_reference": "python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-markdown-0:3.4.1-3.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el8pc.noarch"
},
"product_reference": "python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-markuppy-0:1.14-6.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el8pc.noarch"
},
"product_reference": "python3.11-markuppy-0:1.14-6.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64"
},
"product_reference": "python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64"
},
"product_reference": "python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-mccabe-0:0.7.0-3.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el8pc.noarch"
},
"product_reference": "python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-multidict-0:6.0.4-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el8pc.x86_64"
},
"product_reference": "python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64"
},
"product_reference": "python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-odfpy-0:1.4.1-9.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el8pc.noarch"
},
"product_reference": "python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-openpyxl-0:3.1.0-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch"
},
"product_reference": "python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch"
},
"product_reference": "python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch"
},
"product_reference": "python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch"
},
"product_reference": "python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch"
},
"product_reference": "python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch"
},
"product_reference": "python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch"
},
"product_reference": "python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch"
},
"product_reference": "python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch"
},
"product_reference": "python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch"
},
"product_reference": "python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch"
},
"product_reference": "python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch"
},
"product_reference": "python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch"
},
"product_reference": "python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch"
},
"product_reference": "python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch"
},
"product_reference": "python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-packaging-0:21.3-6.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.el8pc.noarch"
},
"product_reference": "python3.11-packaging-0:21.3-6.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-parsley-0:1.3-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el8pc.noarch"
},
"product_reference": "python3.11-parsley-0:1.3-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pbr-0:5.8.0-7.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el8pc.noarch"
},
"product_reference": "python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pexpect-0:4.8.0-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el8pc.noarch"
},
"product_reference": "python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pillow-0:10.3.0-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64"
},
"product_reference": "python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64"
},
"product_reference": "python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-productmd-0:1.33-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el8pc.noarch"
},
"product_reference": "python3.11-productmd-0:1.33-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-protobuf-0:4.21.6-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el8pc.noarch"
},
"product_reference": "python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-psycopg-0:3.1.9-3.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el8pc.noarch"
},
"product_reference": "python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch"
},
"product_reference": "python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch"
},
"product_reference": "python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch"
},
"product_reference": "python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-container-0:2.20.2-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch"
},
"product_reference": "python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch"
},
"product_reference": "python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-file-0:1.15.1-2.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch"
},
"product_reference": "python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch"
},
"product_reference": "python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch"
},
"product_reference": "python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch"
},
"product_reference": "python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulpcore-0:3.49.19-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch"
},
"product_reference": "python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch"
},
"product_reference": "python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pycares-0:4.1.2-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el8pc.x86_64"
},
"product_reference": "python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64"
},
"product_reference": "python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch"
},
"product_reference": "python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pycparser-0:2.21-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el8pc.noarch"
},
"product_reference": "python3.11-pycparser-0:2.21-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64"
},
"product_reference": "python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64"
},
"product_reference": "python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyflakes-0:2.5.0-2.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch"
},
"product_reference": "python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pygments-0:2.17.0-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el8pc.x86_64"
},
"product_reference": "python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pygtrie-0:2.5.0-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch"
},
"product_reference": "python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch"
},
"product_reference": "python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyjwt-0:2.5.0-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch"
},
"product_reference": "python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyparsing-0:3.1.1-3.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch"
},
"product_reference": "python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64"
},
"product_reference": "python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64"
},
"product_reference": "python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pytz-0:2022.2.1-6.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el8pc.noarch"
},
"product_reference": "python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-redis-0:4.3.4-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el8pc.noarch"
},
"product_reference": "python3.11-redis-0:4.3.4-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-requests-0:2.31.0-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el8pc.noarch"
},
"product_reference": "python3.11-requests-0:2.31.0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch"
},
"product_reference": "python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-rhsm-0:1.19.2-6.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64"
},
"product_reference": "python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64"
},
"product_reference": "python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-rich-0:13.3.1-7.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-rich-0:13.3.1-7.el8pc.noarch"
},
"product_reference": "python3.11-rich-0:13.3.1-7.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch"
},
"product_reference": "python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64"
},
"product_reference": "python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64"
},
"product_reference": "python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-schema-0:0.7.5-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el8pc.noarch"
},
"product_reference": "python3.11-schema-0:0.7.5-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-semantic-version-0:2.10.0-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch"
},
"product_reference": "python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-six-0:1.16.0-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el8pc.noarch"
},
"product_reference": "python3.11-six-0:1.16.0-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-smmap-0:5.0.0-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el8pc.noarch"
},
"product_reference": "python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-solv-0:0.7.28-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el8pc.x86_64"
},
"product_reference": "python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64"
},
"product_reference": "python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-sqlparse-0:0.5.0-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch"
},
"product_reference": "python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tablib-0:3.3.0-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el8pc.noarch"
},
"product_reference": "python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tenacity-0:7.0.0-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-tenacity-0:7.0.0-5.el8pc.noarch"
},
"product_reference": "python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-toml-0:0.10.2-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el8pc.noarch"
},
"product_reference": "python3.11-toml-0:0.10.2-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch"
},
"product_reference": "python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch"
},
"product_reference": "python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-uritemplate-0:4.1.1-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch"
},
"product_reference": "python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-url-normalize-0:1.4.3-6.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch"
},
"product_reference": "python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-urllib3-0:2.2.3-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el8pc.noarch"
},
"product_reference": "python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-urlman-0:2.0.1-3.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el8pc.noarch"
},
"product_reference": "python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-uuid6-0:2023.5.2-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch"
},
"product_reference": "python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-wcmatch-0:8.3-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-wcmatch-0:8.3-5.el8pc.noarch"
},
"product_reference": "python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-webencodings-0:0.5.1-6.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el8pc.noarch"
},
"product_reference": "python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-whitenoise-0:6.0.0-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch"
},
"product_reference": "python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-wrapt-0:1.14.1-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64"
},
"product_reference": "python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64"
},
"product_reference": "python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-xlrd-0:2.0.1-8.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el8pc.noarch"
},
"product_reference": "python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-xlwt-0:1.3.0-6.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el8pc.noarch"
},
"product_reference": "python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-yarl-0:1.8.2-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el8pc.x86_64"
},
"product_reference": "python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64"
},
"product_reference": "python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-zipp-0:3.20.2-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el8pc.noarch"
},
"product_reference": "python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64"
},
"product_reference": "ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch"
},
"product_reference": "rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activesupport-0:6.1.7.8-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.src"
},
"product_reference": "rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-algebrick-0:0.7.5-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch"
},
"product_reference": "rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-algebrick-0:0.7.5-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src"
},
"product_reference": "rubygem-algebrick-0:0.7.5-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ansi-0:1.5.0-3.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch"
},
"product_reference": "rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ansi-0:1.5.0-3.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src"
},
"product_reference": "rubygem-ansi-0:1.5.0-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch"
},
"product_reference": "rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-apipie-params-0:0.0.5-5.1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src"
},
"product_reference": "rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch"
},
"product_reference": "rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bundler_ext-0:0.4.1-6.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src"
},
"product_reference": "rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-clamp-0:1.3.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch"
},
"product_reference": "rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-clamp-0:1.3.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src"
},
"product_reference": "rubygem-clamp-0:1.3.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch"
},
"product_reference": "rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src"
},
"product_reference": "rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch"
},
"product_reference": "rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src"
},
"product_reference": "rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch"
},
"product_reference": "rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-domain_name-0:0.6.20240107-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.src"
},
"product_reference": "rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-dynflow-0:1.9.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.noarch"
},
"product_reference": "rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-dynflow-0:1.9.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.src"
},
"product_reference": "rubygem-dynflow-0:1.9.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-excon-0:0.111.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.noarch"
},
"product_reference": "rubygem-excon-0:0.111.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-excon-0:0.111.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.src"
},
"product_reference": "rubygem-excon-0:0.111.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-0:1.10.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch"
},
"product_reference": "rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-0:1.10.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src"
},
"product_reference": "rubygem-faraday-0:1.10.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch"
},
"product_reference": "rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-em_http-0:1.0.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src"
},
"product_reference": "rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch"
},
"product_reference": "rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src"
},
"product_reference": "rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-excon-0:1.1.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src"
},
"product_reference": "rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch"
},
"product_reference": "rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src"
},
"product_reference": "rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch"
},
"product_reference": "rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-multipart-0:1.0.4-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src"
},
"product_reference": "rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch"
},
"product_reference": "rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-net_http-0:1.0.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src"
},
"product_reference": "rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch"
},
"product_reference": "rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src"
},
"product_reference": "rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch"
},
"product_reference": "rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-patron-0:1.0.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src"
},
"product_reference": "rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch"
},
"product_reference": "rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-rack-0:1.0.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src"
},
"product_reference": "rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch"
},
"product_reference": "rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-retry-0:1.0.3-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src"
},
"product_reference": "rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch"
},
"product_reference": "rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday_middleware-0:1.2.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src"
},
"product_reference": "rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch"
},
"product_reference": "rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fast_gettext-0:2.4.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.src"
},
"product_reference": "rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ffi-0:1.16.3-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.src"
},
"product_reference": "rubygem-ffi-0:1.16.3-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ffi-0:1.16.3-2.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.x86_64"
},
"product_reference": "rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64"
},
"product_reference": "rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64"
},
"product_reference": "rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.7.5-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-gssapi-0:1.3.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch"
},
"product_reference": "rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-gssapi-0:1.3.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src"
},
"product_reference": "rubygem-gssapi-0:1.3.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hashie-0:5.0.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch"
},
"product_reference": "rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hashie-0:5.0.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src"
},
"product_reference": "rubygem-hashie-0:5.0.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-highline-0:2.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-highline-0:2.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-highline-0:2.1.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.src"
},
"product_reference": "rubygem-highline-0:2.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-accept-0:1.7.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch"
},
"product_reference": "rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-accept-0:1.7.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src"
},
"product_reference": "rubygem-http-accept-0:1.7.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-cookie-0:1.0.6-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch"
},
"product_reference": "rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-cookie-0:1.0.6-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.src"
},
"product_reference": "rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-i18n-0:1.14.5-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.noarch"
},
"product_reference": "rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-i18n-0:1.14.5-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.src"
},
"product_reference": "rubygem-i18n-0:1.14.5-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-infoblox-0:3.0.0-4.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch"
},
"product_reference": "rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-infoblox-0:3.0.0-4.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src"
},
"product_reference": "rubygem-infoblox-0:3.0.0-4.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-journald-logger-0:3.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-journald-logger-0:3.1.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src"
},
"product_reference": "rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-journald-native-0:1.0.12-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src"
},
"product_reference": "rubygem-journald-native-0:1.0.12-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-journald-native-0:1.0.12-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64"
},
"product_reference": "rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64"
},
"product_reference": "rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64"
},
"product_reference": "rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-jwt-0:2.8.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.noarch"
},
"product_reference": "rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-jwt-0:2.8.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.src"
},
"product_reference": "rubygem-jwt-0:2.8.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-kafo-0:7.4.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.noarch"
},
"product_reference": "rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-kafo-0:7.4.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.src"
},
"product_reference": "rubygem-kafo-0:7.4.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch"
},
"product_reference": "rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-kafo_parsers-0:1.2.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src"
},
"product_reference": "rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch"
},
"product_reference": "rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-kafo_wizards-0:0.0.2-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src"
},
"product_reference": "rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-little-plugger-0:1.1.4-3.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch"
},
"product_reference": "rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-little-plugger-0:1.1.4-3.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src"
},
"product_reference": "rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-logging-0:2.4.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.noarch"
},
"product_reference": "rubygem-logging-0:2.4.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-logging-0:2.4.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.src"
},
"product_reference": "rubygem-logging-0:2.4.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-logging-journald-0:2.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-logging-journald-0:2.1.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src"
},
"product_reference": "rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mime-types-0:3.5.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.noarch"
},
"product_reference": "rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mime-types-0:3.5.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.src"
},
"product_reference": "rubygem-mime-types-0:3.5.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch"
},
"product_reference": "rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src"
},
"product_reference": "rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mqtt-0:0.5.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch"
},
"product_reference": "rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mqtt-0:0.5.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src"
},
"product_reference": "rubygem-mqtt-0:0.5.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-msgpack-0:1.7.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.src"
},
"product_reference": "rubygem-msgpack-0:1.7.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-msgpack-0:1.7.2-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64"
},
"product_reference": "rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64"
},
"product_reference": "rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64"
},
"product_reference": "rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-multi_json-0:1.15.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch"
},
"product_reference": "rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-multi_json-0:1.15.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src"
},
"product_reference": "rubygem-multi_json-0:1.15.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-multipart-post-0:2.2.3-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch"
},
"product_reference": "rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-multipart-post-0:2.2.3-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src"
},
"product_reference": "rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mustermann-0:2.0.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch"
},
"product_reference": "rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mustermann-0:2.0.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src"
},
"product_reference": "rubygem-mustermann-0:2.0.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-net-ssh-0:7.2.3-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch"
},
"product_reference": "rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-net-ssh-0:7.2.3-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.src"
},
"product_reference": "rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch"
},
"product_reference": "rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src"
},
"product_reference": "rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-netrc-0:0.11.0-6.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch"
},
"product_reference": "rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-netrc-0:0.11.0-6.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src"
},
"product_reference": "rubygem-netrc-0:0.11.0-6.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-newt-0:0.9.7-3.1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src"
},
"product_reference": "rubygem-newt-0:0.9.7-3.1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-newt-0:0.9.7-3.1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64"
},
"product_reference": "rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64"
},
"product_reference": "rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64"
},
"product_reference": "rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-0:1.15.6-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.src"
},
"product_reference": "rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64"
},
"product_reference": "rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64"
},
"product_reference": "rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64"
},
"product_reference": "rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-oauth-0:1.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-oauth-0:1.1.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src"
},
"product_reference": "rubygem-oauth-0:1.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch"
},
"product_reference": "rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-oauth-tty-0:1.0.5-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src"
},
"product_reference": "rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-openscap-0:0.4.9-9.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch"
},
"product_reference": "rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-openscap-0:0.4.9-9.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src"
},
"product_reference": "rubygem-openscap-0:0.4.9-9.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch"
},
"product_reference": "rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-openscap_parser-0:1.0.2-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src"
},
"product_reference": "rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-0:1.5.7-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.src"
},
"product_reference": "rubygem-pg-0:1.5.7-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-0:1.5.7-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.x86_64"
},
"product_reference": "rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64"
},
"product_reference": "rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64"
},
"product_reference": "rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-powerbar-0:2.0.1-3.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch"
},
"product_reference": "rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-powerbar-0:2.0.1-3.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src"
},
"product_reference": "rubygem-powerbar-0:2.0.1-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.8.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.noarch"
},
"product_reference": "rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.8.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.src"
},
"product_reference": "rubygem-rack-0:2.2.8.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-protection-0:2.2.4-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch"
},
"product_reference": "rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-protection-0:2.2.4-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src"
},
"product_reference": "rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch"
},
"product_reference": "rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rb-inotify-0:0.11.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.src"
},
"product_reference": "rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-redfish_client-0:0.6.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch"
},
"product_reference": "rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-redfish_client-0:0.6.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.src"
},
"product_reference": "rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rest-client-0:2.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rest-client-0:2.1.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src"
},
"product_reference": "rubygem-rest-client-0:2.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rkerberos-0:0.1.5-21.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.src"
},
"product_reference": "rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64"
},
"product_reference": "rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64"
},
"product_reference": "rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64"
},
"product_reference": "rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rsec-0:0.4.3-5.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch"
},
"product_reference": "rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rsec-0:0.4.3-5.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src"
},
"product_reference": "rubygem-rsec-0:0.4.3-5.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src"
},
"product_reference": "rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64"
},
"product_reference": "rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64"
},
"product_reference": "rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64"
},
"product_reference": "rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch"
},
"product_reference": "rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src"
},
"product_reference": "rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch"
},
"product_reference": "rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rubyipmi-0:0.11.1-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.src"
},
"product_reference": "rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sd_notify-0:0.1.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch"
},
"product_reference": "rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sd_notify-0:0.1.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src"
},
"product_reference": "rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sequel-0:5.83.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.noarch"
},
"product_reference": "rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sequel-0:5.83.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.src"
},
"product_reference": "rubygem-sequel-0:5.83.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch"
},
"product_reference": "rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-server_sent_events-0:0.1.3-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src"
},
"product_reference": "rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sinatra-1:2.2.4-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch"
},
"product_reference": "rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sinatra-1:2.2.4-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src"
},
"product_reference": "rubygem-sinatra-1:2.2.4-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch"
},
"product_reference": "rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-snaky_hash-0:2.0.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src"
},
"product_reference": "rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sqlite3-0:1.4.4-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.src"
},
"product_reference": "rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64"
},
"product_reference": "rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64"
},
"product_reference": "rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64"
},
"product_reference": "rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch"
},
"product_reference": "rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-statsd-instrument-0:2.9.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src"
},
"product_reference": "rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-tilt-0:2.4.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.noarch"
},
"product_reference": "rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-tilt-0:2.4.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.src"
},
"product_reference": "rubygem-tilt-0:2.4.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-tzinfo-0:2.0.6-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch"
},
"product_reference": "rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-tzinfo-0:2.0.6-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.src"
},
"product_reference": "rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-version_gem-0:1.1.4-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.noarch"
},
"product_reference": "rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-version_gem-0:1.1.4-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.src"
},
"product_reference": "rubygem-version_gem-0:1.1.4-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-webrick-0:1.8.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.noarch"
},
"product_reference": "rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-webrick-0:1.8.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.src"
},
"product_reference": "rubygem-webrick-0:1.8.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch"
},
"product_reference": "rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-xmlrpc-0:0.3.3-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.src"
},
"product_reference": "rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch"
},
"product_reference": "rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-zeitwerk-0:2.6.17-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.src"
},
"product_reference": "rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.0-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.noarch"
},
"product_reference": "satellite-0:6.16.0-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.0-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.src"
},
"product_reference": "satellite-0:6.16.0-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.16.0-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el8sat.noarch"
},
"product_reference": "satellite-capsule-0:6.16.0-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.16.0-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el8sat.noarch"
},
"product_reference": "satellite-cli-0:6.16.0-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.16.0-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el8sat.noarch"
},
"product_reference": "satellite-common-0:6.16.0-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-installer-0:6.16.0.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.noarch"
},
"product_reference": "satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-installer-0:6.16.0.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.src"
},
"product_reference": "satellite-installer-0:6.16.0.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-maintain-0:0.0.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch"
},
"product_reference": "satellite-maintain-0:0.0.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-maintain-0:0.0.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.src"
},
"product_reference": "satellite-maintain-0:0.0.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-clamp-0:1.3.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch"
},
"product_reference": "rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-clamp-0:1.3.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src"
},
"product_reference": "rubygem-clamp-0:1.3.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.7.5-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-highline-0:2.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-highline-0:2.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-highline-0:2.1.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src"
},
"product_reference": "rubygem-highline-0:2.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-clone-0:3.6.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.noarch"
},
"product_reference": "satellite-clone-0:3.6.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-clone-0:3.6.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.src"
},
"product_reference": "satellite-clone-0:3.6.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-maintain-0:0.0.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch"
},
"product_reference": "satellite-maintain-0:0.0.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-maintain-0:0.0.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src"
},
"product_reference": "satellite-maintain-0:0.0.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.12.0.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.src"
},
"product_reference": "foreman-0:3.12.0.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-cli-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-debug-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ec2-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-journald-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-libvirt-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-openstack-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ovirt-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-pcp-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-postgresql-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-redis-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-service-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-service-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-telemetry-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-vmware-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-amazing_print-0:1.6.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch"
},
"product_reference": "rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-amazing_print-0:1.6.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.src"
},
"product_reference": "rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch"
},
"product_reference": "rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-apipie-bindings-0:0.6.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src"
},
"product_reference": "rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-clamp-0:1.3.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch"
},
"product_reference": "rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-clamp-0:1.3.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.src"
},
"product_reference": "rubygem-clamp-0:1.3.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch"
},
"product_reference": "rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-domain_name-0:0.6.20240107-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.src"
},
"product_reference": "rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch"
},
"product_reference": "rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fast_gettext-0:2.4.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.src"
},
"product_reference": "rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ffi-0:1.16.3-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.src"
},
"product_reference": "rubygem-ffi-0:1.16.3-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ffi-0:1.16.3-2.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.x86_64"
},
"product_reference": "rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64"
},
"product_reference": "rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64"
},
"product_reference": "rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-gssapi-0:1.3.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch"
},
"product_reference": "rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-gssapi-0:1.3.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src"
},
"product_reference": "rubygem-gssapi-0:1.3.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli-0:3.12.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hashie-0:5.0.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch"
},
"product_reference": "rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hashie-0:5.0.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.src"
},
"product_reference": "rubygem-hashie-0:5.0.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-highline-0:2.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-highline-0:2.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-highline-0:2.1.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.src"
},
"product_reference": "rubygem-highline-0:2.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-accept-0:1.7.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch"
},
"product_reference": "rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-accept-0:1.7.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src"
},
"product_reference": "rubygem-http-accept-0:1.7.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-cookie-0:1.0.6-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch"
},
"product_reference": "rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-cookie-0:1.0.6-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.src"
},
"product_reference": "rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-jwt-0:2.8.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.noarch"
},
"product_reference": "rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-jwt-0:2.8.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.src"
},
"product_reference": "rubygem-jwt-0:2.8.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-little-plugger-0:1.1.4-3.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch"
},
"product_reference": "rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-little-plugger-0:1.1.4-3.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src"
},
"product_reference": "rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-locale-0:2.1.4-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.noarch"
},
"product_reference": "rubygem-locale-0:2.1.4-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-locale-0:2.1.4-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.src"
},
"product_reference": "rubygem-locale-0:2.1.4-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-logging-0:2.4.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.noarch"
},
"product_reference": "rubygem-logging-0:2.4.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-logging-0:2.4.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.src"
},
"product_reference": "rubygem-logging-0:2.4.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mime-types-0:3.5.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.noarch"
},
"product_reference": "rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mime-types-0:3.5.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.src"
},
"product_reference": "rubygem-mime-types-0:3.5.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch"
},
"product_reference": "rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src"
},
"product_reference": "rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-multi_json-0:1.15.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch"
},
"product_reference": "rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-multi_json-0:1.15.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src"
},
"product_reference": "rubygem-multi_json-0:1.15.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-netrc-0:0.11.0-6.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch"
},
"product_reference": "rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-netrc-0:0.11.0-6.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.src"
},
"product_reference": "rubygem-netrc-0:0.11.0-6.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-oauth-0:1.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-oauth-0:1.1.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.src"
},
"product_reference": "rubygem-oauth-0:1.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch"
},
"product_reference": "rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-oauth-tty-0:1.0.5-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src"
},
"product_reference": "rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-powerbar-0:2.0.1-3.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch"
},
"product_reference": "rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-powerbar-0:2.0.1-3.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src"
},
"product_reference": "rubygem-powerbar-0:2.0.1-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rest-client-0:2.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rest-client-0:2.1.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src"
},
"product_reference": "rubygem-rest-client-0:2.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch"
},
"product_reference": "rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-snaky_hash-0:2.0.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src"
},
"product_reference": "rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch"
},
"product_reference": "rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unicode-display_width-0:2.4.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src"
},
"product_reference": "rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-version_gem-0:1.1.4-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.noarch"
},
"product_reference": "rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-version_gem-0:1.1.4-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.src"
},
"product_reference": "rubygem-version_gem-0:1.1.4-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.0-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.noarch"
},
"product_reference": "satellite-0:6.16.0-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.0-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.src"
},
"product_reference": "satellite-0:6.16.0-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.16.0-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el8sat.noarch"
},
"product_reference": "satellite-capsule-0:6.16.0-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.16.0-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el8sat.noarch"
},
"product_reference": "satellite-cli-0:6.16.0-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.16.0-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el8sat.noarch"
},
"product_reference": "satellite-common-0:6.16.0-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch"
},
"product_reference": "ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src"
},
"product_reference": "ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch"
},
"product_reference": "ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src"
},
"product_reference": "ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-lint-0:5.4.0-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.noarch"
},
"product_reference": "ansible-lint-0:5.4.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-lint-0:5.4.0-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.src"
},
"product_reference": "ansible-lint-0:5.4.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-runner-0:2.2.1-6.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.noarch"
},
"product_reference": "ansible-runner-0:2.2.1-6.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-runner-0:2.2.1-6.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.src"
},
"product_reference": "ansible-runner-0:2.2.1-6.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch"
},
"product_reference": "ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src"
},
"product_reference": "ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch"
},
"product_reference": "ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansiblerole-insights-client-0:1.7.1-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.src"
},
"product_reference": "ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "candlepin-0:4.4.16-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.noarch"
},
"product_reference": "candlepin-0:4.4.16-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "candlepin-0:4.4.16-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.src"
},
"product_reference": "candlepin-0:4.4.16-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "candlepin-selinux-0:4.4.16-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el8sat.noarch"
},
"product_reference": "candlepin-selinux-0:4.4.16-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjson-0:1.7.17-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.src"
},
"product_reference": "cjson-0:1.7.17-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjson-0:1.7.17-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.x86_64"
},
"product_reference": "cjson-0:1.7.17-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjson-debuginfo-0:1.7.17-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64"
},
"product_reference": "cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjson-debugsource-0:1.7.17-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el8sat.x86_64"
},
"product_reference": "cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-0:1.1.3-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.src"
},
"product_reference": "createrepo_c-0:1.1.3-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-0:1.1.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.x86_64"
},
"product_reference": "createrepo_c-0:1.1.3-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64"
},
"product_reference": "createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64"
},
"product_reference": "createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-libs-0:1.1.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64"
},
"product_reference": "createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64"
},
"product_reference": "createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dynflow-utils-0:1.6.3-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.src"
},
"product_reference": "dynflow-utils-0:1.6.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dynflow-utils-0:1.6.3-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.x86_64"
},
"product_reference": "dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.12.0.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.src"
},
"product_reference": "foreman-0:3.12.0.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch"
},
"product_reference": "foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-bootloaders-redhat-0:202102220000-3.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src"
},
"product_reference": "foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch"
},
"product_reference": "foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-cli-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-debug-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-discovery-image-1:4.1.0-61.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch"
},
"product_reference": "foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-discovery-image-1:4.1.0-61.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src"
},
"product_reference": "foreman-discovery-image-1:4.1.0-61.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src"
},
"product_reference": "foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64"
},
"product_reference": "foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64"
},
"product_reference": "foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ec2-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-fapolicyd-0:1.0.1-3.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch"
},
"product_reference": "foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-fapolicyd-0:1.0.1-3.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.src"
},
"product_reference": "foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-installer-1:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-installer-1:3.12.0.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.src"
},
"product_reference": "foreman-installer-1:3.12.0.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-journald-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-libvirt-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-obsolete-packages-0:1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.noarch"
},
"product_reference": "foreman-obsolete-packages-0:1.10-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-obsolete-packages-0:1.10-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.src"
},
"product_reference": "foreman-obsolete-packages-0:1.10-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-openstack-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ovirt-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-pcp-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-postgresql-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-0:3.12.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.noarch"
},
"product_reference": "foreman-proxy-0:3.12.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-0:3.12.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.src"
},
"product_reference": "foreman-proxy-0:3.12.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch"
},
"product_reference": "foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch"
},
"product_reference": "foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-journald-0:3.12.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch"
},
"product_reference": "foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-redis-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-selinux-0:3.12.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.noarch"
},
"product_reference": "foreman-selinux-0:3.12.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-selinux-0:3.12.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.src"
},
"product_reference": "foreman-selinux-0:3.12.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-service-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-service-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-telemetry-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-vmware-0:3.12.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el8sat.noarch"
},
"product_reference": "foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-0:4.14.0-0.1.rc2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.noarch"
},
"product_reference": "katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-0:4.14.0-0.1.rc2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.src"
},
"product_reference": "katello-0:4.14.0-0.1.rc2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-certs-tools-0:2.10.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.noarch"
},
"product_reference": "katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-certs-tools-0:2.10.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.src"
},
"product_reference": "katello-certs-tools-0:2.10.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-client-bootstrap-0:1.7.9-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch"
},
"product_reference": "katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-client-bootstrap-0:1.7.9-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.src"
},
"product_reference": "katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-common-0:4.14.0-0.1.rc2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch"
},
"product_reference": "katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch"
},
"product_reference": "katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-selinux-0:5.0.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.noarch"
},
"product_reference": "katello-selinux-0:5.0.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-selinux-0:5.0.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.src"
},
"product_reference": "katello-selinux-0:5.0.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcomps-0:0.1.21-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.src"
},
"product_reference": "libcomps-0:0.1.21-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcomps-0:0.1.21-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.x86_64"
},
"product_reference": "libcomps-0:0.1.21-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64"
},
"product_reference": "libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcomps-debugsource-0:0.1.21-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64"
},
"product_reference": "libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsodium-0:1.0.17-3.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.src"
},
"product_reference": "libsodium-0:1.0.17-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsodium-0:1.0.17-3.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.x86_64"
},
"product_reference": "libsodium-0:1.0.17-3.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64"
},
"product_reference": "libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsodium-debugsource-0:1.0.17-3.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64"
},
"product_reference": "libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-1:0.7.20-6.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.src"
},
"product_reference": "libsolv-1:0.7.20-6.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-1:0.7.20-6.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.x86_64"
},
"product_reference": "libsolv-1:0.7.20-6.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64"
},
"product_reference": "libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-debugsource-1:0.7.20-6.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64"
},
"product_reference": "libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64"
},
"product_reference": "libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64"
},
"product_reference": "libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mosquitto-0:2.0.19-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.src"
},
"product_reference": "mosquitto-0:2.0.19-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mosquitto-0:2.0.19-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.x86_64"
},
"product_reference": "mosquitto-0:2.0.19-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64"
},
"product_reference": "mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64"
},
"product_reference": "mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64"
},
"product_reference": "perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-evr-0:0.0.2-3.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.noarch"
},
"product_reference": "postgresql-evr-0:0.0.2-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-evr-0:0.0.2-3.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.src"
},
"product_reference": "postgresql-evr-0:0.0.2-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch"
},
"product_reference": "pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src"
},
"product_reference": "pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pulpcore-selinux-0:2.0.1-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.src"
},
"product_reference": "pulpcore-selinux-0:2.0.1-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pulpcore-selinux-0:2.0.1-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64"
},
"product_reference": "pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-agent-0:8.8.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.src"
},
"product_reference": "puppet-agent-0:8.8.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-agent-0:8.8.1-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.x86_64"
},
"product_reference": "puppet-agent-0:8.8.1-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-agent-oauth-0:0.5.10-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch"
},
"product_reference": "puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-agent-oauth-0:0.5.10-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.src"
},
"product_reference": "puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch"
},
"product_reference": "puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-foreman_scap_client-0:1.0.0-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src"
},
"product_reference": "puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch"
},
"product_reference": "puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppetlabs-stdlib-0:9.4.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.src"
},
"product_reference": "puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppetserver-0:8.6.2-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.noarch"
},
"product_reference": "puppetserver-0:8.6.2-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppetserver-0:8.6.2-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.src"
},
"product_reference": "puppetserver-0:8.6.2-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiodns-0:3.0.0-7.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-aiodns-0:3.0.0-7.el8pc.src"
},
"product_reference": "python-aiodns-0:3.0.0-7.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiofiles-0:22.1.0-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el8pc.src"
},
"product_reference": "python-aiofiles-0:22.1.0-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-0:3.9.4-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el8pc.src"
},
"product_reference": "python-aiohttp-0:3.9.4-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64"
},
"product_reference": "python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src"
},
"product_reference": "python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aioredis-0:2.0.1-6.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-aioredis-0:2.0.1-6.el8pc.src"
},
"product_reference": "python-aioredis-0:2.0.1-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiosignal-0:1.3.1-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el8pc.src"
},
"product_reference": "python-aiosignal-0:1.3.1-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ansible-builder-0:3.0.0-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el8pc.src"
},
"product_reference": "python-ansible-builder-0:3.0.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-asgiref-0:3.6.0-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-asgiref-0:3.6.0-5.el8pc.src"
},
"product_reference": "python-asgiref-0:3.6.0-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-async-lru-0:1.0.3-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-async-lru-0:1.0.3-5.el8pc.src"
},
"product_reference": "python-async-lru-0:1.0.3-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-async-timeout-0:4.0.2-6.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el8pc.src"
},
"product_reference": "python-async-timeout-0:4.0.2-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-asyncio-throttle-0:1.0.2-7.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el8pc.src"
},
"product_reference": "python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-attrs-0:21.4.0-6.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-attrs-0:21.4.0-6.el8pc.src"
},
"product_reference": "python-attrs-0:21.4.0-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-backoff-0:2.2.1-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-backoff-0:2.2.1-5.el8pc.src"
},
"product_reference": "python-backoff-0:2.2.1-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-bindep-0:2.11.0-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-bindep-0:2.11.0-5.el8pc.src"
},
"product_reference": "python-bindep-0:2.11.0-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-bleach-0:3.3.1-6.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-bleach-0:3.3.1-6.el8pc.src"
},
"product_reference": "python-bleach-0:3.3.1-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-bleach-allowlist-0:1.0.3-7.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el8pc.src"
},
"product_reference": "python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-bracex-0:2.2.1-6.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-bracex-0:2.2.1-6.el8pc.src"
},
"product_reference": "python-bracex-0:2.2.1-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-brotli-0:1.0.9-6.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-brotli-0:1.0.9-6.el8pc.src"
},
"product_reference": "python-brotli-0:1.0.9-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64"
},
"product_reference": "python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-certifi-0:2022.12.7-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-certifi-0:2022.12.7-5.el8pc.src"
},
"product_reference": "python-certifi-0:2022.12.7-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-0:1.15.1-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-cffi-0:1.15.1-5.el8pc.src"
},
"product_reference": "python-cffi-0:1.15.1-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64"
},
"product_reference": "python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-chardet-0:5.0.0-2.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-chardet-0:5.0.0-2.el8pc.src"
},
"product_reference": "python-chardet-0:5.0.0-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-charset-normalizer-0:2.1.1-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el8pc.src"
},
"product_reference": "python-charset-normalizer-0:2.1.1-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-click-0:8.1.3-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-click-0:8.1.3-5.el8pc.src"
},
"product_reference": "python-click-0:8.1.3-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-click-shell-0:2.1-7.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-click-shell-0:2.1-7.el8pc.src"
},
"product_reference": "python-click-shell-0:2.1-7.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-colorama-0:0.4.4-7.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-colorama-0:0.4.4-7.el8pc.src"
},
"product_reference": "python-colorama-0:0.4.4-7.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-commonmark-0:0.9.1-9.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-commonmark-0:0.9.1-9.el8pc.src"
},
"product_reference": "python-commonmark-0:0.9.1-9.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-contextlib2-0:21.6.0-7.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el8pc.src"
},
"product_reference": "python-contextlib2-0:21.6.0-7.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-0:42.0.8-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-cryptography-0:42.0.8-1.el8pc.src"
},
"product_reference": "python-cryptography-0:42.0.8-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64"
},
"product_reference": "python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-daemon-0:2.3.1-3.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-daemon-0:2.3.1-3.el8sat.src"
},
"product_reference": "python-daemon-0:2.3.1-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-dataclasses-0:0.8-7.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-dataclasses-0:0.8-7.el8pc.src"
},
"product_reference": "python-dataclasses-0:0.8-7.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-dateutil-0:2.8.2-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-dateutil-0:2.8.2-5.el8pc.src"
},
"product_reference": "python-dateutil-0:2.8.2-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-debian-0:0.1.44-7.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-debian-0:0.1.44-7.el8pc.src"
},
"product_reference": "python-debian-0:0.1.44-7.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-defusedxml-0:0.7.1-7.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el8pc.src"
},
"product_reference": "python-defusedxml-0:0.7.1-7.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-deprecated-0:1.2.13-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-deprecated-0:1.2.13-5.el8pc.src"
},
"product_reference": "python-deprecated-0:1.2.13-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-diff-match-patch-0:20200713-7.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el8pc.src"
},
"product_reference": "python-diff-match-patch-0:20200713-7.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-distro-0:1.7.0-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-distro-0:1.7.0-4.el8pc.src"
},
"product_reference": "python-distro-0:1.7.0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-0:4.2.16-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-django-0:4.2.16-1.el8pc.src"
},
"product_reference": "python-django-0:4.2.16-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-filter-0:23.2-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-django-filter-0:23.2-4.el8pc.src"
},
"product_reference": "python-django-filter-0:23.2-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-guid-0:3.3.0-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-django-guid-0:3.3.0-5.el8pc.src"
},
"product_reference": "python-django-guid-0:3.3.0-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-import-export-0:3.1.0-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el8pc.src"
},
"product_reference": "python-django-import-export-0:3.1.0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-lifecycle-0:1.0.0-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el8pc.src"
},
"product_reference": "python-django-lifecycle-0:1.0.0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-readonly-field-0:1.1.2-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el8pc.src"
},
"product_reference": "python-django-readonly-field-0:1.1.2-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-djangorestframework-0:3.14.0-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el8pc.src"
},
"product_reference": "python-djangorestframework-0:3.14.0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src"
},
"product_reference": "python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-docutils-0:0.20.1-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-docutils-0:0.20.1-4.el8pc.src"
},
"product_reference": "python-docutils-0:0.20.1-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-drf-access-policy-0:1.3.0-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el8pc.src"
},
"product_reference": "python-drf-access-policy-0:1.3.0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-drf-nested-routers-0:0.93.4-6.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el8pc.src"
},
"product_reference": "python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-drf-spectacular-0:0.26.5-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el8pc.src"
},
"product_reference": "python-drf-spectacular-0:0.26.5-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-dynaconf-0:3.1.12-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el8pc.src"
},
"product_reference": "python-dynaconf-0:3.1.12-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ecdsa-0:0.18.0-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el8pc.src"
},
"product_reference": "python-ecdsa-0:0.18.0-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-enrich-0:1.2.6-7.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-enrich-0:1.2.6-7.el8pc.src"
},
"product_reference": "python-enrich-0:1.2.6-7.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-et-xmlfile-0:1.1.0-6.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el8pc.src"
},
"product_reference": "python-et-xmlfile-0:1.1.0-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-flake8-0:5.0.0-3.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-flake8-0:5.0.0-3.el8pc.src"
},
"product_reference": "python-flake8-0:5.0.0-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-frozenlist-0:1.3.3-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el8pc.src"
},
"product_reference": "python-frozenlist-0:1.3.3-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64"
},
"product_reference": "python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-future-0:0.18.3-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-future-0:0.18.3-5.el8pc.src"
},
"product_reference": "python-future-0:0.18.3-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-galaxy-importer-0:0.4.19-2.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el8pc.src"
},
"product_reference": "python-galaxy-importer-0:0.4.19-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gitdb-0:4.0.10-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-gitdb-0:4.0.10-5.el8pc.src"
},
"product_reference": "python-gitdb-0:4.0.10-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gitpython-0:3.1.40-3.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-gitpython-0:3.1.40-3.el8pc.src"
},
"product_reference": "python-gitpython-0:3.1.40-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gnupg-0:0.5.0-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-gnupg-0:0.5.0-4.el8pc.src"
},
"product_reference": "python-gnupg-0:0.5.0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-googleapis-common-protos-0:1.59.1-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el8pc.src"
},
"product_reference": "python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-grpcio-0:1.65.4-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-grpcio-0:1.65.4-1.el8pc.src"
},
"product_reference": "python-grpcio-0:1.65.4-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64"
},
"product_reference": "python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gunicorn-0:22.0.0-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el8pc.src"
},
"product_reference": "python-gunicorn-0:22.0.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-importlib-metadata-0:6.0.1-3.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el8pc.src"
},
"product_reference": "python-importlib-metadata-0:6.0.1-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-inflection-0:0.5.1-6.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-inflection-0:0.5.1-6.el8pc.src"
},
"product_reference": "python-inflection-0:0.5.1-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-iniparse-0:0.4-39.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-iniparse-0:0.4-39.el8pc.src"
},
"product_reference": "python-iniparse-0:0.4-39.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jinja2-0:3.1.4-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-jinja2-0:3.1.4-1.el8pc.src"
},
"product_reference": "python-jinja2-0:3.1.4-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jq-0:1.6.0-3.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-jq-0:1.6.0-3.el8pc.src"
},
"product_reference": "python-jq-0:1.6.0-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-json-stream-0:2.3.2-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-json-stream-0:2.3.2-4.el8pc.src"
},
"product_reference": "python-json-stream-0:2.3.2-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src"
},
"product_reference": "python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jsonschema-0:4.10.3-3.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el8pc.src"
},
"product_reference": "python-jsonschema-0:4.10.3-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lockfile-0:0.12.2-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-lockfile-0:0.12.2-4.el8pc.src"
},
"product_reference": "python-lockfile-0:0.12.2-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-0:4.9.2-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-lxml-0:4.9.2-4.el8pc.src"
},
"product_reference": "python-lxml-0:4.9.2-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64"
},
"product_reference": "python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markdown-0:3.4.1-3.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-markdown-0:3.4.1-3.el8pc.src"
},
"product_reference": "python-markdown-0:3.4.1-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markuppy-0:1.14-6.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-markuppy-0:1.14-6.el8pc.src"
},
"product_reference": "python-markuppy-0:1.14-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-0:2.1.2-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el8pc.src"
},
"product_reference": "python-markupsafe-0:2.1.2-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64"
},
"product_reference": "python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-mccabe-0:0.7.0-3.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-mccabe-0:0.7.0-3.el8pc.src"
},
"product_reference": "python-mccabe-0:0.7.0-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-multidict-0:6.0.4-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-multidict-0:6.0.4-4.el8pc.src"
},
"product_reference": "python-multidict-0:6.0.4-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64"
},
"product_reference": "python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-odfpy-0:1.4.1-9.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-odfpy-0:1.4.1-9.el8pc.src"
},
"product_reference": "python-odfpy-0:1.4.1-9.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-openpyxl-0:3.1.0-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el8pc.src"
},
"product_reference": "python-openpyxl-0:3.1.0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_api-0:1.19.0-3.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el8pc.src"
},
"product_reference": "python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_distro-0:0.40b0-7.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el8pc.src"
},
"product_reference": "python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src"
},
"product_reference": "python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src"
},
"product_reference": "python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src"
},
"product_reference": "python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src"
},
"product_reference": "python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src"
},
"product_reference": "python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src"
},
"product_reference": "python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src"
},
"product_reference": "python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_proto-0:1.19.0-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el8pc.src"
},
"product_reference": "python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_sdk-0:1.19.0-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src"
},
"product_reference": "python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src"
},
"product_reference": "python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_util_http-0:0.40b0-3.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src"
},
"product_reference": "python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-packaging-0:21.3-6.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-packaging-0:21.3-6.el8pc.src"
},
"product_reference": "python-packaging-0:21.3-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-parsley-0:1.3-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-parsley-0:1.3-5.el8pc.src"
},
"product_reference": "python-parsley-0:1.3-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pbr-0:5.8.0-7.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pbr-0:5.8.0-7.el8pc.src"
},
"product_reference": "python-pbr-0:5.8.0-7.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pexpect-0:4.8.0-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pexpect-0:4.8.0-5.el8pc.src"
},
"product_reference": "python-pexpect-0:4.8.0-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-0:10.3.0-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pillow-0:10.3.0-1.el8pc.src"
},
"product_reference": "python-pillow-0:10.3.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64"
},
"product_reference": "python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-productmd-0:1.33-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-productmd-0:1.33-5.el8pc.src"
},
"product_reference": "python-productmd-0:1.33-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-protobuf-0:4.21.6-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-protobuf-0:4.21.6-5.el8pc.src"
},
"product_reference": "python-protobuf-0:4.21.6-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg-0:3.1.9-3.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-psycopg-0:3.1.9-3.el8pc.src"
},
"product_reference": "python-psycopg-0:3.1.9-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ptyprocess-0:0.7.0-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-ptyprocess-0:0.7.0-2.el8sat.src"
},
"product_reference": "python-ptyprocess-0:0.7.0-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-ansible-1:0.21.8-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el8pc.src"
},
"product_reference": "python-pulp-ansible-1:0.21.8-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-cli-0:0.27.2-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el8pc.src"
},
"product_reference": "python-pulp-cli-0:0.27.2-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-container-0:2.20.2-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el8pc.src"
},
"product_reference": "python-pulp-container-0:2.20.2-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-deb-0:3.2.1-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el8pc.src"
},
"product_reference": "python-pulp-deb-0:3.2.1-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-file-0:1.15.1-2.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el8pc.src"
},
"product_reference": "python-pulp-file-0:1.15.1-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-glue-0:0.27.2-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el8pc.src"
},
"product_reference": "python-pulp-glue-0:0.27.2-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-rpm-0:3.26.1-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el8pc.src"
},
"product_reference": "python-pulp-rpm-0:3.26.1-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp_manifest-0:3.0.0-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el8pc.src"
},
"product_reference": "python-pulp_manifest-0:3.0.0-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulpcore-0:3.49.19-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el8pc.src"
},
"product_reference": "python-pulpcore-0:3.49.19-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyOpenSSL-0:24.1.0-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el8pc.src"
},
"product_reference": "python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycares-0:4.1.2-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pycares-0:4.1.2-4.el8pc.src"
},
"product_reference": "python-pycares-0:4.1.2-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64"
},
"product_reference": "python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycodestyle-0:2.9.1-2.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el8pc.src"
},
"product_reference": "python-pycodestyle-0:2.9.1-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycparser-0:2.21-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pycparser-0:2.21-5.el8pc.src"
},
"product_reference": "python-pycparser-0:2.21-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycryptodomex-0:3.20.0-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el8pc.src"
},
"product_reference": "python-pycryptodomex-0:3.20.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64"
},
"product_reference": "python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyflakes-0:2.5.0-2.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el8pc.src"
},
"product_reference": "python-pyflakes-0:2.5.0-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pygments-0:2.17.0-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pygments-0:2.17.0-1.el8pc.src"
},
"product_reference": "python-pygments-0:2.17.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pygtrie-0:2.5.0-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el8pc.src"
},
"product_reference": "python-pygtrie-0:2.5.0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyjwkest-0:1.4.2-8.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el8pc.src"
},
"product_reference": "python-pyjwkest-0:1.4.2-8.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyjwt-0:2.5.0-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el8pc.src"
},
"product_reference": "python-pyjwt-0:2.5.0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyparsing-0:3.1.1-3.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el8pc.src"
},
"product_reference": "python-pyparsing-0:3.1.1-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyrsistent-0:0.18.1-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el8pc.src"
},
"product_reference": "python-pyrsistent-0:0.18.1-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64"
},
"product_reference": "python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pytz-0:2022.2.1-6.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pytz-0:2022.2.1-6.el8pc.src"
},
"product_reference": "python-pytz-0:2022.2.1-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-redis-0:4.3.4-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-redis-0:4.3.4-4.el8pc.src"
},
"product_reference": "python-redis-0:4.3.4-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-0:2.31.0-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-requests-0:2.31.0-4.el8pc.src"
},
"product_reference": "python-requests-0:2.31.0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requirements-parser-0:0.2.0-6.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el8pc.src"
},
"product_reference": "python-requirements-parser-0:0.2.0-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-rhsm-0:1.19.2-6.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-rhsm-0:1.19.2-6.el8pc.src"
},
"product_reference": "python-rhsm-0:1.19.2-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64"
},
"product_reference": "python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-rich-0:13.3.1-7.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-rich-0:13.3.1-7.el8pc.src"
},
"product_reference": "python-rich-0:13.3.1-7.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ruamel-yaml-0:0.17.21-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-ruamel-yaml-0:0.17.21-5.el8pc.src"
},
"product_reference": "python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src"
},
"product_reference": "python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64"
},
"product_reference": "python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-schema-0:0.7.5-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-schema-0:0.7.5-5.el8pc.src"
},
"product_reference": "python-schema-0:0.7.5-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-semantic-version-0:2.10.0-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el8pc.src"
},
"product_reference": "python-semantic-version-0:2.10.0-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-six-0:1.16.0-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-six-0:1.16.0-5.el8pc.src"
},
"product_reference": "python-six-0:1.16.0-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-smmap-0:5.0.0-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-smmap-0:5.0.0-5.el8pc.src"
},
"product_reference": "python-smmap-0:5.0.0-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-solv-0:0.7.28-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-solv-0:0.7.28-1.el8pc.src"
},
"product_reference": "python-solv-0:0.7.28-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-solv-debugsource-0:0.7.28-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64"
},
"product_reference": "python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sqlparse-0:0.5.0-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el8pc.src"
},
"product_reference": "python-sqlparse-0:0.5.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tablib-0:3.3.0-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-tablib-0:3.3.0-4.el8pc.src"
},
"product_reference": "python-tablib-0:3.3.0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tenacity-0:7.0.0-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-tenacity-0:7.0.0-5.el8pc.src"
},
"product_reference": "python-tenacity-0:7.0.0-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-toml-0:0.10.2-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-toml-0:0.10.2-5.el8pc.src"
},
"product_reference": "python-toml-0:0.10.2-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-types-cryptography-0:3.3.23.2-3.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el8pc.src"
},
"product_reference": "python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-typing-extensions-0:4.7.1-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el8pc.src"
},
"product_reference": "python-typing-extensions-0:4.7.1-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-uritemplate-0:4.1.1-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el8pc.src"
},
"product_reference": "python-uritemplate-0:4.1.1-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-url-normalize-0:1.4.3-6.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el8pc.src"
},
"product_reference": "python-url-normalize-0:1.4.3-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:2.2.3-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-urllib3-0:2.2.3-1.el8pc.src"
},
"product_reference": "python-urllib3-0:2.2.3-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urlman-0:2.0.1-3.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-urlman-0:2.0.1-3.el8pc.src"
},
"product_reference": "python-urlman-0:2.0.1-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-uuid6-0:2023.5.2-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el8pc.src"
},
"product_reference": "python-uuid6-0:2023.5.2-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wcmatch-0:8.3-5.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-wcmatch-0:8.3-5.el8pc.src"
},
"product_reference": "python-wcmatch-0:8.3-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-webencodings-0:0.5.1-6.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-webencodings-0:0.5.1-6.el8pc.src"
},
"product_reference": "python-webencodings-0:0.5.1-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-websockify-0:0.10.0-3.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-websockify-0:0.10.0-3.el8sat.src"
},
"product_reference": "python-websockify-0:0.10.0-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-whitenoise-0:6.0.0-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el8pc.src"
},
"product_reference": "python-whitenoise-0:6.0.0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wrapt-0:1.14.1-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-wrapt-0:1.14.1-4.el8pc.src"
},
"product_reference": "python-wrapt-0:1.14.1-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64"
},
"product_reference": "python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xlrd-0:2.0.1-8.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-xlrd-0:2.0.1-8.el8pc.src"
},
"product_reference": "python-xlrd-0:2.0.1-8.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xlwt-0:1.3.0-6.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-xlwt-0:1.3.0-6.el8pc.src"
},
"product_reference": "python-xlwt-0:1.3.0-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-yarl-0:1.8.2-4.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-yarl-0:1.8.2-4.el8pc.src"
},
"product_reference": "python-yarl-0:1.8.2-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64"
},
"product_reference": "python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-zipp-0:3.20.2-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-zipp-0:3.20.2-1.el8pc.src"
},
"product_reference": "python-zipp-0:3.20.2-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-createrepo_c-0:1.1.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64"
},
"product_reference": "python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64"
},
"product_reference": "python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libcomps-0:0.1.21-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el8pc.x86_64"
},
"product_reference": "python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64"
},
"product_reference": "python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-solv-1:0.7.20-6.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3-solv-1:0.7.20-6.el8sat.x86_64"
},
"product_reference": "python3-solv-1:0.7.20-6.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64"
},
"product_reference": "python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-websockify-0:0.10.0-3.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3-websockify-0:0.10.0-3.el8sat.noarch"
},
"product_reference": "python3-websockify-0:0.10.0-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aiodns-0:3.0.0-7.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el8pc.noarch"
},
"product_reference": "python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aiofiles-0:22.1.0-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch"
},
"product_reference": "python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64"
},
"product_reference": "python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64"
},
"product_reference": "python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch"
},
"product_reference": "python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aioredis-0:2.0.1-6.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el8pc.noarch"
},
"product_reference": "python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aiosignal-0:1.3.1-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch"
},
"product_reference": "python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch"
},
"product_reference": "python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch"
},
"product_reference": "python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-asgiref-0:3.6.0-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el8pc.noarch"
},
"product_reference": "python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-async-lru-0:1.0.3-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el8pc.noarch"
},
"product_reference": "python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-async-timeout-0:4.0.2-6.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch"
},
"product_reference": "python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch"
},
"product_reference": "python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-attrs-0:21.4.0-6.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el8pc.noarch"
},
"product_reference": "python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-backoff-0:2.2.1-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el8pc.noarch"
},
"product_reference": "python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-bindep-0:2.11.0-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el8pc.noarch"
},
"product_reference": "python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-bleach-0:3.3.1-6.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el8pc.noarch"
},
"product_reference": "python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch"
},
"product_reference": "python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-bracex-0:2.2.1-6.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-bracex-0:2.2.1-6.el8pc.noarch"
},
"product_reference": "python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-brotli-0:1.0.9-6.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el8pc.x86_64"
},
"product_reference": "python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64"
},
"product_reference": "python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-certifi-0:2022.12.7-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el8pc.noarch"
},
"product_reference": "python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-cffi-0:1.15.1-5.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el8pc.x86_64"
},
"product_reference": "python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64"
},
"product_reference": "python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-chardet-0:5.0.0-2.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el8pc.noarch"
},
"product_reference": "python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch"
},
"product_reference": "python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-click-0:8.1.3-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-click-0:8.1.3-5.el8pc.noarch"
},
"product_reference": "python3.11-click-0:8.1.3-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-click-shell-0:2.1-7.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el8pc.noarch"
},
"product_reference": "python3.11-click-shell-0:2.1-7.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-colorama-0:0.4.4-7.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-colorama-0:0.4.4-7.el8pc.noarch"
},
"product_reference": "python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-commonmark-0:0.9.1-9.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-commonmark-0:0.9.1-9.el8pc.noarch"
},
"product_reference": "python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-contextlib2-0:21.6.0-7.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch"
},
"product_reference": "python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64"
},
"product_reference": "python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64"
},
"product_reference": "python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-cryptography-0:42.0.8-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64"
},
"product_reference": "python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64"
},
"product_reference": "python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-daemon-0:2.3.1-3.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-daemon-0:2.3.1-3.el8sat.noarch"
},
"product_reference": "python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-dataclasses-0:0.8-7.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-dataclasses-0:0.8-7.el8pc.noarch"
},
"product_reference": "python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-dateutil-0:2.8.2-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el8pc.noarch"
},
"product_reference": "python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debian-0:0.1.44-7.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el8pc.noarch"
},
"product_reference": "python3.11-debian-0:0.1.44-7.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-defusedxml-0:0.7.1-7.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch"
},
"product_reference": "python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-deprecated-0:1.2.13-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el8pc.noarch"
},
"product_reference": "python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-diff-match-patch-0:20200713-7.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch"
},
"product_reference": "python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-distro-0:1.7.0-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el8pc.noarch"
},
"product_reference": "python3.11-distro-0:1.7.0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-0:4.2.16-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-django-0:4.2.16-1.el8pc.noarch"
},
"product_reference": "python3.11-django-0:4.2.16-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-filter-0:23.2-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el8pc.noarch"
},
"product_reference": "python3.11-django-filter-0:23.2-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-guid-0:3.3.0-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el8pc.noarch"
},
"product_reference": "python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-import-export-0:3.1.0-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch"
},
"product_reference": "python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch"
},
"product_reference": "python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch"
},
"product_reference": "python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch"
},
"product_reference": "python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch"
},
"product_reference": "python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-docutils-0:0.20.1-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el8pc.noarch"
},
"product_reference": "python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch"
},
"product_reference": "python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch"
},
"product_reference": "python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch"
},
"product_reference": "python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-dynaconf-0:3.1.12-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch"
},
"product_reference": "python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-ecdsa-0:0.18.0-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch"
},
"product_reference": "python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-enrich-0:1.2.6-7.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-enrich-0:1.2.6-7.el8pc.noarch"
},
"product_reference": "python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch"
},
"product_reference": "python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-flake8-0:5.0.0-3.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el8pc.noarch"
},
"product_reference": "python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64"
},
"product_reference": "python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64"
},
"product_reference": "python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-future-0:0.18.3-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-future-0:0.18.3-5.el8pc.noarch"
},
"product_reference": "python3.11-future-0:0.18.3-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch"
},
"product_reference": "python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-gitdb-0:4.0.10-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el8pc.noarch"
},
"product_reference": "python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-gitpython-0:3.1.40-3.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el8pc.noarch"
},
"product_reference": "python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-gnupg-0:0.5.0-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el8pc.noarch"
},
"product_reference": "python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch"
},
"product_reference": "python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-grpcio-0:1.65.4-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64"
},
"product_reference": "python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64"
},
"product_reference": "python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-gunicorn-0:22.0.0-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch"
},
"product_reference": "python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch"
},
"product_reference": "python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-inflection-0:0.5.1-6.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el8pc.noarch"
},
"product_reference": "python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-iniparse-0:0.4-39.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el8pc.noarch"
},
"product_reference": "python3.11-iniparse-0:0.4-39.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-jinja2-0:3.1.4-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el8pc.noarch"
},
"product_reference": "python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-jq-0:1.6.0-3.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el8pc.x86_64"
},
"product_reference": "python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-json_stream-0:2.3.2-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el8pc.noarch"
},
"product_reference": "python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64"
},
"product_reference": "python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-jsonschema-0:4.10.3-3.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch"
},
"product_reference": "python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libcomps-0:0.1.21-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64"
},
"product_reference": "python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64"
},
"product_reference": "python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-lockfile-0:0.12.2-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el8pc.noarch"
},
"product_reference": "python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-lxml-0:4.9.2-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el8pc.x86_64"
},
"product_reference": "python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64"
},
"product_reference": "python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-markdown-0:3.4.1-3.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el8pc.noarch"
},
"product_reference": "python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-markuppy-0:1.14-6.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el8pc.noarch"
},
"product_reference": "python3.11-markuppy-0:1.14-6.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64"
},
"product_reference": "python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64"
},
"product_reference": "python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-mccabe-0:0.7.0-3.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el8pc.noarch"
},
"product_reference": "python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-multidict-0:6.0.4-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el8pc.x86_64"
},
"product_reference": "python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64"
},
"product_reference": "python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-odfpy-0:1.4.1-9.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el8pc.noarch"
},
"product_reference": "python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-openpyxl-0:3.1.0-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch"
},
"product_reference": "python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch"
},
"product_reference": "python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch"
},
"product_reference": "python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch"
},
"product_reference": "python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch"
},
"product_reference": "python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch"
},
"product_reference": "python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch"
},
"product_reference": "python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch"
},
"product_reference": "python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch"
},
"product_reference": "python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch"
},
"product_reference": "python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch"
},
"product_reference": "python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch"
},
"product_reference": "python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch"
},
"product_reference": "python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch"
},
"product_reference": "python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch"
},
"product_reference": "python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-packaging-0:21.3-6.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-packaging-0:21.3-6.el8pc.noarch"
},
"product_reference": "python3.11-packaging-0:21.3-6.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-parsley-0:1.3-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-parsley-0:1.3-5.el8pc.noarch"
},
"product_reference": "python3.11-parsley-0:1.3-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pbr-0:5.8.0-7.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el8pc.noarch"
},
"product_reference": "python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pexpect-0:4.8.0-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el8pc.noarch"
},
"product_reference": "python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pillow-0:10.3.0-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el8pc.x86_64"
},
"product_reference": "python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64"
},
"product_reference": "python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-productmd-0:1.33-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-productmd-0:1.33-5.el8pc.noarch"
},
"product_reference": "python3.11-productmd-0:1.33-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-protobuf-0:4.21.6-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el8pc.noarch"
},
"product_reference": "python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-psycopg-0:3.1.9-3.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el8pc.noarch"
},
"product_reference": "python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch"
},
"product_reference": "python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch"
},
"product_reference": "python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch"
},
"product_reference": "python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-container-0:2.20.2-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch"
},
"product_reference": "python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch"
},
"product_reference": "python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-file-0:1.15.1-2.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch"
},
"product_reference": "python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch"
},
"product_reference": "python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch"
},
"product_reference": "python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch"
},
"product_reference": "python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulpcore-0:3.49.19-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch"
},
"product_reference": "python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch"
},
"product_reference": "python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pycares-0:4.1.2-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el8pc.x86_64"
},
"product_reference": "python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64"
},
"product_reference": "python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch"
},
"product_reference": "python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pycparser-0:2.21-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el8pc.noarch"
},
"product_reference": "python3.11-pycparser-0:2.21-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64"
},
"product_reference": "python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64"
},
"product_reference": "python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyflakes-0:2.5.0-2.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch"
},
"product_reference": "python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pygments-0:2.17.0-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el8pc.x86_64"
},
"product_reference": "python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pygtrie-0:2.5.0-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch"
},
"product_reference": "python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch"
},
"product_reference": "python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyjwt-0:2.5.0-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch"
},
"product_reference": "python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyparsing-0:3.1.1-3.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch"
},
"product_reference": "python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64"
},
"product_reference": "python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64"
},
"product_reference": "python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pytz-0:2022.2.1-6.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el8pc.noarch"
},
"product_reference": "python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-redis-0:4.3.4-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el8pc.noarch"
},
"product_reference": "python3.11-redis-0:4.3.4-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-requests-0:2.31.0-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el8pc.noarch"
},
"product_reference": "python3.11-requests-0:2.31.0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch"
},
"product_reference": "python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-rhsm-0:1.19.2-6.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64"
},
"product_reference": "python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64"
},
"product_reference": "python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-rich-0:13.3.1-7.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-rich-0:13.3.1-7.el8pc.noarch"
},
"product_reference": "python3.11-rich-0:13.3.1-7.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch"
},
"product_reference": "python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64"
},
"product_reference": "python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64"
},
"product_reference": "python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-schema-0:0.7.5-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el8pc.noarch"
},
"product_reference": "python3.11-schema-0:0.7.5-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-semantic-version-0:2.10.0-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch"
},
"product_reference": "python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-six-0:1.16.0-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-six-0:1.16.0-5.el8pc.noarch"
},
"product_reference": "python3.11-six-0:1.16.0-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-smmap-0:5.0.0-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el8pc.noarch"
},
"product_reference": "python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-solv-0:0.7.28-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el8pc.x86_64"
},
"product_reference": "python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64"
},
"product_reference": "python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-sqlparse-0:0.5.0-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch"
},
"product_reference": "python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tablib-0:3.3.0-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el8pc.noarch"
},
"product_reference": "python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tenacity-0:7.0.0-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-tenacity-0:7.0.0-5.el8pc.noarch"
},
"product_reference": "python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-toml-0:0.10.2-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el8pc.noarch"
},
"product_reference": "python3.11-toml-0:0.10.2-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch"
},
"product_reference": "python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch"
},
"product_reference": "python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-uritemplate-0:4.1.1-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch"
},
"product_reference": "python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-url-normalize-0:1.4.3-6.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch"
},
"product_reference": "python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-urllib3-0:2.2.3-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el8pc.noarch"
},
"product_reference": "python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-urlman-0:2.0.1-3.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el8pc.noarch"
},
"product_reference": "python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-uuid6-0:2023.5.2-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch"
},
"product_reference": "python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-wcmatch-0:8.3-5.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-wcmatch-0:8.3-5.el8pc.noarch"
},
"product_reference": "python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-webencodings-0:0.5.1-6.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el8pc.noarch"
},
"product_reference": "python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-whitenoise-0:6.0.0-4.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch"
},
"product_reference": "python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-wrapt-0:1.14.1-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64"
},
"product_reference": "python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64"
},
"product_reference": "python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-xlrd-0:2.0.1-8.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el8pc.noarch"
},
"product_reference": "python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-xlwt-0:1.3.0-6.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el8pc.noarch"
},
"product_reference": "python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-yarl-0:1.8.2-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el8pc.x86_64"
},
"product_reference": "python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64"
},
"product_reference": "python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-zipp-0:3.20.2-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el8pc.noarch"
},
"product_reference": "python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64"
},
"product_reference": "ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-actioncable-0:6.1.7.8-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.noarch"
},
"product_reference": "rubygem-actioncable-0:6.1.7.8-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-actioncable-0:6.1.7.8-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.src"
},
"product_reference": "rubygem-actioncable-0:6.1.7.8-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-actionmailbox-0:6.1.7.8-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.noarch"
},
"product_reference": "rubygem-actionmailbox-0:6.1.7.8-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-actionmailbox-0:6.1.7.8-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.src"
},
"product_reference": "rubygem-actionmailbox-0:6.1.7.8-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-actionmailer-0:6.1.7.8-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.noarch"
},
"product_reference": "rubygem-actionmailer-0:6.1.7.8-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-actionmailer-0:6.1.7.8-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.src"
},
"product_reference": "rubygem-actionmailer-0:6.1.7.8-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-actionpack-0:6.1.7.8-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.noarch"
},
"product_reference": "rubygem-actionpack-0:6.1.7.8-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-actionpack-0:6.1.7.8-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.src"
},
"product_reference": "rubygem-actionpack-0:6.1.7.8-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-actiontext-0:6.1.7.8-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.noarch"
},
"product_reference": "rubygem-actiontext-0:6.1.7.8-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-actiontext-0:6.1.7.8-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.src"
},
"product_reference": "rubygem-actiontext-0:6.1.7.8-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-actionview-0:6.1.7.8-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.noarch"
},
"product_reference": "rubygem-actionview-0:6.1.7.8-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-actionview-0:6.1.7.8-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.src"
},
"product_reference": "rubygem-actionview-0:6.1.7.8-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activejob-0:6.1.7.8-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.noarch"
},
"product_reference": "rubygem-activejob-0:6.1.7.8-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activejob-0:6.1.7.8-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.src"
},
"product_reference": "rubygem-activejob-0:6.1.7.8-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activemodel-0:6.1.7.8-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.noarch"
},
"product_reference": "rubygem-activemodel-0:6.1.7.8-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activemodel-0:6.1.7.8-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.src"
},
"product_reference": "rubygem-activemodel-0:6.1.7.8-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activerecord-0:6.1.7.8-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.noarch"
},
"product_reference": "rubygem-activerecord-0:6.1.7.8-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activerecord-0:6.1.7.8-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.src"
},
"product_reference": "rubygem-activerecord-0:6.1.7.8-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activerecord-import-0:1.7.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.noarch"
},
"product_reference": "rubygem-activerecord-import-0:1.7.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activerecord-import-0:1.7.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.src"
},
"product_reference": "rubygem-activerecord-import-0:1.7.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activerecord-session_store-0:2.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-activerecord-session_store-0:2.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activerecord-session_store-0:2.1.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.src"
},
"product_reference": "rubygem-activerecord-session_store-0:2.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activestorage-0:6.1.7.8-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.noarch"
},
"product_reference": "rubygem-activestorage-0:6.1.7.8-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activestorage-0:6.1.7.8-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.src"
},
"product_reference": "rubygem-activestorage-0:6.1.7.8-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch"
},
"product_reference": "rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activesupport-0:6.1.7.8-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.src"
},
"product_reference": "rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch"
},
"product_reference": "rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-acts_as_list-0:1.0.3-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.src"
},
"product_reference": "rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-addressable-0:2.8.7-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.noarch"
},
"product_reference": "rubygem-addressable-0:2.8.7-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-addressable-0:2.8.7-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.src"
},
"product_reference": "rubygem-addressable-0:2.8.7-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-algebrick-0:0.7.5-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.noarch"
},
"product_reference": "rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-algebrick-0:0.7.5-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.src"
},
"product_reference": "rubygem-algebrick-0:0.7.5-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-amazing_print-0:1.6.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch"
},
"product_reference": "rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-amazing_print-0:1.6.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.src"
},
"product_reference": "rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ancestry-0:4.3.3-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.noarch"
},
"product_reference": "rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ancestry-0:4.3.3-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.src"
},
"product_reference": "rubygem-ancestry-0:4.3.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch"
},
"product_reference": "rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src"
},
"product_reference": "rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ansi-0:1.5.0-3.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.noarch"
},
"product_reference": "rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ansi-0:1.5.0-3.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.src"
},
"product_reference": "rubygem-ansi-0:1.5.0-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch"
},
"product_reference": "rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-apipie-bindings-0:0.6.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src"
},
"product_reference": "rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-apipie-dsl-0:2.6.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.noarch"
},
"product_reference": "rubygem-apipie-dsl-0:2.6.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-apipie-dsl-0:2.6.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.src"
},
"product_reference": "rubygem-apipie-dsl-0:2.6.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch"
},
"product_reference": "rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-apipie-params-0:0.0.5-5.1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src"
},
"product_reference": "rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-apipie-rails-0:1.4.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.noarch"
},
"product_reference": "rubygem-apipie-rails-0:1.4.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-apipie-rails-0:1.4.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.src"
},
"product_reference": "rubygem-apipie-rails-0:1.4.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-audited-0:5.7.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.noarch"
},
"product_reference": "rubygem-audited-0:5.7.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-audited-0:5.7.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.src"
},
"product_reference": "rubygem-audited-0:5.7.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch"
},
"product_reference": "rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src"
},
"product_reference": "rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch"
},
"product_reference": "rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src"
},
"product_reference": "rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch"
},
"product_reference": "rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src"
},
"product_reference": "rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch"
},
"product_reference": "rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src"
},
"product_reference": "rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch"
},
"product_reference": "rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src"
},
"product_reference": "rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bcrypt-0:3.1.20-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.src"
},
"product_reference": "rubygem-bcrypt-0:3.1.20-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bcrypt-0:3.1.20-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.x86_64"
},
"product_reference": "rubygem-bcrypt-0:3.1.20-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bcrypt-debuginfo-0:3.1.20-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el8sat.x86_64"
},
"product_reference": "rubygem-bcrypt-debuginfo-0:3.1.20-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bcrypt-debugsource-0:3.1.20-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el8sat.x86_64"
},
"product_reference": "rubygem-bcrypt-debugsource-0:3.1.20-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-builder-0:3.3.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.noarch"
},
"product_reference": "rubygem-builder-0:3.3.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-builder-0:3.3.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.src"
},
"product_reference": "rubygem-builder-0:3.3.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch"
},
"product_reference": "rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bundler_ext-0:0.4.1-6.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.src"
},
"product_reference": "rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-clamp-0:1.3.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.noarch"
},
"product_reference": "rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-clamp-0:1.3.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.src"
},
"product_reference": "rubygem-clamp-0:1.3.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch"
},
"product_reference": "rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-coffee-rails-0:5.0.0-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.src"
},
"product_reference": "rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-coffee-script-0:2.4.1-5.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch"
},
"product_reference": "rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-coffee-script-0:2.4.1-5.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.src"
},
"product_reference": "rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch"
},
"product_reference": "rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-coffee-script-source-0:1.12.2-5.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src"
},
"product_reference": "rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-colorize-0:0.8.1-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.noarch"
},
"product_reference": "rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-colorize-0:0.8.1-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.src"
},
"product_reference": "rubygem-colorize-0:0.8.1-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch"
},
"product_reference": "rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src"
},
"product_reference": "rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch"
},
"product_reference": "rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src"
},
"product_reference": "rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-connection_pool-0:2.4.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch"
},
"product_reference": "rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-connection_pool-0:2.4.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.src"
},
"product_reference": "rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-crass-0:1.0.6-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.noarch"
},
"product_reference": "rubygem-crass-0:1.0.6-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-crass-0:1.0.6-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.src"
},
"product_reference": "rubygem-crass-0:1.0.6-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-css_parser-0:1.17.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.noarch"
},
"product_reference": "rubygem-css_parser-0:1.17.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-css_parser-0:1.17.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.src"
},
"product_reference": "rubygem-css_parser-0:1.17.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-daemons-0:1.4.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.noarch"
},
"product_reference": "rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-daemons-0:1.4.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.src"
},
"product_reference": "rubygem-daemons-0:1.4.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-deacon-0:1.0.0-5.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.noarch"
},
"product_reference": "rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-deacon-0:1.0.0-5.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.src"
},
"product_reference": "rubygem-deacon-0:1.0.0-5.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-declarative-0:0.0.20-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.noarch"
},
"product_reference": "rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-declarative-0:0.0.20-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.src"
},
"product_reference": "rubygem-declarative-0:0.0.20-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch"
},
"product_reference": "rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-deep_cloneable-0:3.2.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src"
},
"product_reference": "rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-deface-0:1.9.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.noarch"
},
"product_reference": "rubygem-deface-0:1.9.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-deface-0:1.9.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.src"
},
"product_reference": "rubygem-deface-0:1.9.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-diffy-0:3.4.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.noarch"
},
"product_reference": "rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-diffy-0:3.4.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.src"
},
"product_reference": "rubygem-diffy-0:3.4.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch"
},
"product_reference": "rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-domain_name-0:0.6.20240107-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.src"
},
"product_reference": "rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-dynflow-0:1.9.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.noarch"
},
"product_reference": "rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-dynflow-0:1.9.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.src"
},
"product_reference": "rubygem-dynflow-0:1.9.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-erubi-0:1.13.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.noarch"
},
"product_reference": "rubygem-erubi-0:1.13.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-erubi-0:1.13.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.src"
},
"product_reference": "rubygem-erubi-0:1.13.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-et-orbi-0:1.2.7-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch"
},
"product_reference": "rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-et-orbi-0:1.2.7-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.src"
},
"product_reference": "rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-excon-0:0.111.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.noarch"
},
"product_reference": "rubygem-excon-0:0.111.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-excon-0:0.111.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.src"
},
"product_reference": "rubygem-excon-0:0.111.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-execjs-0:2.9.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.noarch"
},
"product_reference": "rubygem-execjs-0:2.9.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-execjs-0:2.9.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.src"
},
"product_reference": "rubygem-execjs-0:2.9.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-facter-0:4.7.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.noarch"
},
"product_reference": "rubygem-facter-0:4.7.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-facter-0:4.7.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.src"
},
"product_reference": "rubygem-facter-0:4.7.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-0:1.10.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.noarch"
},
"product_reference": "rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-0:1.10.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.src"
},
"product_reference": "rubygem-faraday-0:1.10.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch"
},
"product_reference": "rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src"
},
"product_reference": "rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch"
},
"product_reference": "rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-em_http-0:1.0.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src"
},
"product_reference": "rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch"
},
"product_reference": "rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src"
},
"product_reference": "rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-excon-0:1.1.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.src"
},
"product_reference": "rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch"
},
"product_reference": "rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src"
},
"product_reference": "rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch"
},
"product_reference": "rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-multipart-0:1.0.4-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src"
},
"product_reference": "rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch"
},
"product_reference": "rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-net_http-0:1.0.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src"
},
"product_reference": "rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch"
},
"product_reference": "rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src"
},
"product_reference": "rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch"
},
"product_reference": "rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-patron-0:1.0.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.src"
},
"product_reference": "rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch"
},
"product_reference": "rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-rack-0:1.0.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.src"
},
"product_reference": "rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch"
},
"product_reference": "rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-retry-0:1.0.3-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.src"
},
"product_reference": "rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch"
},
"product_reference": "rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday_middleware-0:1.2.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src"
},
"product_reference": "rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch"
},
"product_reference": "rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fast_gettext-0:2.4.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.src"
},
"product_reference": "rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ffi-0:1.16.3-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.src"
},
"product_reference": "rubygem-ffi-0:1.16.3-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ffi-0:1.16.3-2.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.x86_64"
},
"product_reference": "rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64"
},
"product_reference": "rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64"
},
"product_reference": "rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-aws-0:3.23.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.noarch"
},
"product_reference": "rubygem-fog-aws-0:3.23.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-aws-0:3.23.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.src"
},
"product_reference": "rubygem-fog-aws-0:3.23.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-core-0:2.4.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.noarch"
},
"product_reference": "rubygem-fog-core-0:2.4.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-core-0:2.4.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.src"
},
"product_reference": "rubygem-fog-core-0:2.4.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-json-0:1.2.0-4.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.noarch"
},
"product_reference": "rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-json-0:1.2.0-4.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.src"
},
"product_reference": "rubygem-fog-json-0:1.2.0-4.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch"
},
"product_reference": "rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src"
},
"product_reference": "rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-libvirt-0:0.12.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.noarch"
},
"product_reference": "rubygem-fog-libvirt-0:0.12.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-libvirt-0:0.12.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.src"
},
"product_reference": "rubygem-fog-libvirt-0:0.12.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-openstack-0:1.1.3-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.noarch"
},
"product_reference": "rubygem-fog-openstack-0:1.1.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-openstack-0:1.1.3-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.src"
},
"product_reference": "rubygem-fog-openstack-0:1.1.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch"
},
"product_reference": "rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-ovirt-0:2.0.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src"
},
"product_reference": "rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-vsphere-0:3.7.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.noarch"
},
"product_reference": "rubygem-fog-vsphere-0:3.7.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-vsphere-0:3.7.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.src"
},
"product_reference": "rubygem-fog-vsphere-0:3.7.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-xml-0:0.1.4-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch"
},
"product_reference": "rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-xml-0:0.1.4-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.src"
},
"product_reference": "rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman-tasks-0:9.2.3-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman-tasks-0:9.2.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman-tasks-0:9.2.3-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.src"
},
"product_reference": "rubygem-foreman-tasks-0:9.2.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_ansible-0:14.2.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_ansible-0:14.2.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_ansible-0:14.2.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.src"
},
"product_reference": "rubygem-foreman_ansible-0:14.2.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.src"
},
"product_reference": "rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.noarch"
},
"product_reference": "rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.src"
},
"product_reference": "rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_discovery-0:24.0.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_discovery-0:24.0.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_discovery-0:24.0.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.src"
},
"product_reference": "rubygem-foreman_discovery-0:24.0.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_google-0:2.0.1-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.noarch"
},
"product_reference": "rubygem-foreman_google-0:2.0.1-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_google-0:2.0.1-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.src"
},
"product_reference": "rubygem-foreman_google-0:2.0.1-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.src"
},
"product_reference": "rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_leapp-0:1.2.1-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.noarch"
},
"product_reference": "rubygem-foreman_leapp-0:1.2.1-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_leapp-0:1.2.1-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.src"
},
"product_reference": "rubygem-foreman_leapp-0:1.2.1-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.7.5-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_openscap-0:9.0.4-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_openscap-0:9.0.4-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_openscap-0:9.0.4-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.src"
},
"product_reference": "rubygem-foreman_openscap-0:9.0.4-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_puppet-0:7.0.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_puppet-0:7.0.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_puppet-0:7.0.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.src"
},
"product_reference": "rubygem-foreman_puppet-0:7.0.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.src"
},
"product_reference": "rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.src"
},
"product_reference": "rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src"
},
"product_reference": "rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_templates-0:9.5.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_templates-0:9.5.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_templates-0:9.5.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.src"
},
"product_reference": "rubygem-foreman_templates-0:9.5.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.src"
},
"product_reference": "rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.src"
},
"product_reference": "rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_webhooks-0:3.2.3-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_webhooks-0:3.2.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_webhooks-0:3.2.3-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.src"
},
"product_reference": "rubygem-foreman_webhooks-0:3.2.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-formatador-0:1.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-formatador-0:1.1.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.src"
},
"product_reference": "rubygem-formatador-0:1.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-friendly_id-0:5.5.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.noarch"
},
"product_reference": "rubygem-friendly_id-0:5.5.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-friendly_id-0:5.5.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.src"
},
"product_reference": "rubygem-friendly_id-0:5.5.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fugit-0:1.8.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.noarch"
},
"product_reference": "rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fugit-0:1.8.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.src"
},
"product_reference": "rubygem-fugit-0:1.8.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fx-0:0.7.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.noarch"
},
"product_reference": "rubygem-fx-0:0.7.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fx-0:0.7.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.src"
},
"product_reference": "rubygem-fx-0:0.7.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-gapic-common-0:0.12.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch"
},
"product_reference": "rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-gapic-common-0:0.12.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.src"
},
"product_reference": "rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-get_process_mem-0:1.0.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.noarch"
},
"product_reference": "rubygem-get_process_mem-0:1.0.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-get_process_mem-0:1.0.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.src"
},
"product_reference": "rubygem-get_process_mem-0:1.0.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.noarch"
},
"product_reference": "rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.src"
},
"product_reference": "rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-git-0:1.18.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.noarch"
},
"product_reference": "rubygem-git-0:1.18.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-git-0:1.18.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.src"
},
"product_reference": "rubygem-git-0:1.18.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch"
},
"product_reference": "rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src"
},
"product_reference": "rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-globalid-0:1.2.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.noarch"
},
"product_reference": "rubygem-globalid-0:1.2.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-globalid-0:1.2.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.src"
},
"product_reference": "rubygem-globalid-0:1.2.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch"
},
"product_reference": "rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src"
},
"product_reference": "rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch"
},
"product_reference": "rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-apis-core-0:0.9.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.src"
},
"product_reference": "rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-cloud-common-0:1.1.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src"
},
"product_reference": "rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch"
},
"product_reference": "rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src"
},
"product_reference": "rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch"
},
"product_reference": "rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src"
},
"product_reference": "rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch"
},
"product_reference": "rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-cloud-core-0:1.6.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src"
},
"product_reference": "rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch"
},
"product_reference": "rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-cloud-env-0:1.6.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src"
},
"product_reference": "rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch"
},
"product_reference": "rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src"
},
"product_reference": "rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-protobuf-0:3.24.3-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.src"
},
"product_reference": "rubygem-google-protobuf-0:3.24.3-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-protobuf-0:3.24.3-2.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.x86_64"
},
"product_reference": "rubygem-google-protobuf-0:3.24.3-2.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-protobuf-debuginfo-0:3.24.3-2.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el8sat.x86_64"
},
"product_reference": "rubygem-google-protobuf-debuginfo-0:3.24.3-2.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-protobuf-debugsource-0:3.24.3-2.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el8sat.x86_64"
},
"product_reference": "rubygem-google-protobuf-debugsource-0:3.24.3-2.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch"
},
"product_reference": "rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src"
},
"product_reference": "rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch"
},
"product_reference": "rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src"
},
"product_reference": "rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-googleauth-0:1.3.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.noarch"
},
"product_reference": "rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-googleauth-0:1.3.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.src"
},
"product_reference": "rubygem-googleauth-0:1.3.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-graphql-0:1.13.23-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.noarch"
},
"product_reference": "rubygem-graphql-0:1.13.23-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-graphql-0:1.13.23-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.src"
},
"product_reference": "rubygem-graphql-0:1.13.23-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-graphql-batch-0:0.6.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.noarch"
},
"product_reference": "rubygem-graphql-batch-0:0.6.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-graphql-batch-0:0.6.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.src"
},
"product_reference": "rubygem-graphql-batch-0:0.6.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-grpc-0:1.58.0-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.src"
},
"product_reference": "rubygem-grpc-0:1.58.0-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-grpc-0:1.58.0-2.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.x86_64"
},
"product_reference": "rubygem-grpc-0:1.58.0-2.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-gssapi-0:1.3.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.noarch"
},
"product_reference": "rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-gssapi-0:1.3.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.src"
},
"product_reference": "rubygem-gssapi-0:1.3.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli-0:3.12.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hashie-0:5.0.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.noarch"
},
"product_reference": "rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hashie-0:5.0.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.src"
},
"product_reference": "rubygem-hashie-0:5.0.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-highline-0:2.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-highline-0:2.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-highline-0:2.1.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.src"
},
"product_reference": "rubygem-highline-0:2.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hocon-0:1.4.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.noarch"
},
"product_reference": "rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hocon-0:1.4.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.src"
},
"product_reference": "rubygem-hocon-0:1.4.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-0:3.3.0-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.noarch"
},
"product_reference": "rubygem-http-0:3.3.0-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-0:3.3.0-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.src"
},
"product_reference": "rubygem-http-0:3.3.0-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-accept-0:1.7.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.noarch"
},
"product_reference": "rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-accept-0:1.7.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.src"
},
"product_reference": "rubygem-http-accept-0:1.7.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-cookie-0:1.0.6-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch"
},
"product_reference": "rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-cookie-0:1.0.6-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.src"
},
"product_reference": "rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-form_data-0:2.1.1-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch"
},
"product_reference": "rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-form_data-0:2.1.1-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.src"
},
"product_reference": "rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http_parser.rb-0:0.6.0-4.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.src"
},
"product_reference": "rubygem-http_parser.rb-0:0.6.0-4.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http_parser.rb-0:0.6.0-4.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.x86_64"
},
"product_reference": "rubygem-http_parser.rb-0:0.6.0-4.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el8sat.x86_64"
},
"product_reference": "rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http_parser.rb-debugsource-0:0.6.0-4.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el8sat.x86_64"
},
"product_reference": "rubygem-http_parser.rb-debugsource-0:0.6.0-4.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-httpclient-0:2.8.3-4.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.noarch"
},
"product_reference": "rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-httpclient-0:2.8.3-4.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.src"
},
"product_reference": "rubygem-httpclient-0:2.8.3-4.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-i18n-0:1.14.5-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.noarch"
},
"product_reference": "rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-i18n-0:1.14.5-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.src"
},
"product_reference": "rubygem-i18n-0:1.14.5-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-infoblox-0:3.0.0-4.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.noarch"
},
"product_reference": "rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-infoblox-0:3.0.0-4.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.src"
},
"product_reference": "rubygem-infoblox-0:3.0.0-4.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-jgrep-0:1.3.3-11.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.noarch"
},
"product_reference": "rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-jgrep-0:1.3.3-11.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.src"
},
"product_reference": "rubygem-jgrep-0:1.3.3-11.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-journald-logger-0:3.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-journald-logger-0:3.1.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.src"
},
"product_reference": "rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-journald-native-0:1.0.12-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.src"
},
"product_reference": "rubygem-journald-native-0:1.0.12-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-journald-native-0:1.0.12-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64"
},
"product_reference": "rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64"
},
"product_reference": "rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64"
},
"product_reference": "rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-jsonpath-0:1.1.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch"
},
"product_reference": "rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-jsonpath-0:1.1.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.src"
},
"product_reference": "rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-jwt-0:2.8.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.noarch"
},
"product_reference": "rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-jwt-0:2.8.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.src"
},
"product_reference": "rubygem-jwt-0:2.8.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-kafo-0:7.4.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.noarch"
},
"product_reference": "rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-kafo-0:7.4.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.src"
},
"product_reference": "rubygem-kafo-0:7.4.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch"
},
"product_reference": "rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-kafo_parsers-0:1.2.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src"
},
"product_reference": "rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch"
},
"product_reference": "rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-kafo_wizards-0:0.0.2-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src"
},
"product_reference": "rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-katello-0:4.14.0.3-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.noarch"
},
"product_reference": "rubygem-katello-0:4.14.0.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-katello-0:4.14.0.3-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.src"
},
"product_reference": "rubygem-katello-0:4.14.0.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-kubeclient-0:4.10.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch"
},
"product_reference": "rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-kubeclient-0:4.10.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.src"
},
"product_reference": "rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ldap_fluff-0:0.7.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.noarch"
},
"product_reference": "rubygem-ldap_fluff-0:0.7.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ldap_fluff-0:0.7.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.src"
},
"product_reference": "rubygem-ldap_fluff-0:0.7.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-little-plugger-0:1.1.4-3.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch"
},
"product_reference": "rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-little-plugger-0:1.1.4-3.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.src"
},
"product_reference": "rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-locale-0:2.1.4-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.noarch"
},
"product_reference": "rubygem-locale-0:2.1.4-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-locale-0:2.1.4-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.src"
},
"product_reference": "rubygem-locale-0:2.1.4-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-logging-0:2.4.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.noarch"
},
"product_reference": "rubygem-logging-0:2.4.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-logging-0:2.4.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.src"
},
"product_reference": "rubygem-logging-0:2.4.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-logging-journald-0:2.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-logging-journald-0:2.1.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.src"
},
"product_reference": "rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-loofah-0:2.22.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.noarch"
},
"product_reference": "rubygem-loofah-0:2.22.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-loofah-0:2.22.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.src"
},
"product_reference": "rubygem-loofah-0:2.22.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mail-0:2.8.1-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.noarch"
},
"product_reference": "rubygem-mail-0:2.8.1-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mail-0:2.8.1-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.src"
},
"product_reference": "rubygem-mail-0:2.8.1-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-marcel-0:1.0.4-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.noarch"
},
"product_reference": "rubygem-marcel-0:1.0.4-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-marcel-0:1.0.4-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.src"
},
"product_reference": "rubygem-marcel-0:1.0.4-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-memoist-0:0.16.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.noarch"
},
"product_reference": "rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-memoist-0:0.16.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.src"
},
"product_reference": "rubygem-memoist-0:0.16.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-method_source-0:1.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-method_source-0:1.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-method_source-0:1.1.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.src"
},
"product_reference": "rubygem-method_source-0:1.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mime-types-0:3.5.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.noarch"
},
"product_reference": "rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mime-types-0:3.5.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.src"
},
"product_reference": "rubygem-mime-types-0:3.5.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch"
},
"product_reference": "rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src"
},
"product_reference": "rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mini_mime-0:1.1.5-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.noarch"
},
"product_reference": "rubygem-mini_mime-0:1.1.5-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mini_mime-0:1.1.5-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.src"
},
"product_reference": "rubygem-mini_mime-0:1.1.5-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mqtt-0:0.5.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.noarch"
},
"product_reference": "rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mqtt-0:0.5.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.src"
},
"product_reference": "rubygem-mqtt-0:0.5.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ms_rest-0:0.7.6-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch"
},
"product_reference": "rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ms_rest-0:0.7.6-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.src"
},
"product_reference": "rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch"
},
"product_reference": "rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src"
},
"product_reference": "rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-msgpack-0:1.7.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.src"
},
"product_reference": "rubygem-msgpack-0:1.7.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-msgpack-0:1.7.2-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64"
},
"product_reference": "rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64"
},
"product_reference": "rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64"
},
"product_reference": "rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-multi_json-0:1.15.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.noarch"
},
"product_reference": "rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-multi_json-0:1.15.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.src"
},
"product_reference": "rubygem-multi_json-0:1.15.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-multipart-post-0:2.2.3-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch"
},
"product_reference": "rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-multipart-post-0:2.2.3-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.src"
},
"product_reference": "rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mustermann-0:2.0.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.noarch"
},
"product_reference": "rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mustermann-0:2.0.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.src"
},
"product_reference": "rubygem-mustermann-0:2.0.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-net-ldap-0:0.19.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.noarch"
},
"product_reference": "rubygem-net-ldap-0:0.19.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-net-ldap-0:0.19.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.src"
},
"product_reference": "rubygem-net-ldap-0:0.19.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-net-ping-0:2.0.8-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.noarch"
},
"product_reference": "rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-net-ping-0:2.0.8-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.src"
},
"product_reference": "rubygem-net-ping-0:2.0.8-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-net-scp-0:4.0.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.noarch"
},
"product_reference": "rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-net-scp-0:4.0.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.src"
},
"product_reference": "rubygem-net-scp-0:4.0.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-net-ssh-0:7.2.3-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch"
},
"product_reference": "rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-net-ssh-0:7.2.3-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.src"
},
"product_reference": "rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch"
},
"product_reference": "rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src"
},
"product_reference": "rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch"
},
"product_reference": "rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-net_http_unix-0:0.2.2-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.src"
},
"product_reference": "rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-netrc-0:0.11.0-6.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.noarch"
},
"product_reference": "rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-netrc-0:0.11.0-6.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.src"
},
"product_reference": "rubygem-netrc-0:0.11.0-6.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-newt-0:0.9.7-3.1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.src"
},
"product_reference": "rubygem-newt-0:0.9.7-3.1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-newt-0:0.9.7-3.1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64"
},
"product_reference": "rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64"
},
"product_reference": "rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64"
},
"product_reference": "rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nio4r-0:2.7.3-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.src"
},
"product_reference": "rubygem-nio4r-0:2.7.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nio4r-0:2.7.3-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.x86_64"
},
"product_reference": "rubygem-nio4r-0:2.7.3-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nio4r-debuginfo-0:2.7.3-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el8sat.x86_64"
},
"product_reference": "rubygem-nio4r-debuginfo-0:2.7.3-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nio4r-debugsource-0:2.7.3-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el8sat.x86_64"
},
"product_reference": "rubygem-nio4r-debugsource-0:2.7.3-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-0:1.15.6-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.src"
},
"product_reference": "rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64"
},
"product_reference": "rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64"
},
"product_reference": "rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64"
},
"product_reference": "rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-oauth-0:1.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-oauth-0:1.1.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.src"
},
"product_reference": "rubygem-oauth-0:1.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch"
},
"product_reference": "rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-oauth-tty-0:1.0.5-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.src"
},
"product_reference": "rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-openscap-0:0.4.9-9.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.noarch"
},
"product_reference": "rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-openscap-0:0.4.9-9.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.src"
},
"product_reference": "rubygem-openscap-0:0.4.9-9.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch"
},
"product_reference": "rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-openscap_parser-0:1.0.2-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.src"
},
"product_reference": "rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-optimist-0:3.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-optimist-0:3.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-optimist-0:3.1.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.src"
},
"product_reference": "rubygem-optimist-0:3.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-os-0:1.1.4-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.noarch"
},
"product_reference": "rubygem-os-0:1.1.4-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-os-0:1.1.4-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.src"
},
"product_reference": "rubygem-os-0:1.1.4-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.src"
},
"product_reference": "rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.x86_64"
},
"product_reference": "rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el8sat.x86_64"
},
"product_reference": "rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el8sat.x86_64"
},
"product_reference": "rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch"
},
"product_reference": "rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src"
},
"product_reference": "rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-parallel-0:1.25.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.noarch"
},
"product_reference": "rubygem-parallel-0:1.25.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-parallel-0:1.25.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.src"
},
"product_reference": "rubygem-parallel-0:1.25.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-0:1.5.7-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.src"
},
"product_reference": "rubygem-pg-0:1.5.7-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-0:1.5.7-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.x86_64"
},
"product_reference": "rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64"
},
"product_reference": "rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64"
},
"product_reference": "rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch"
},
"product_reference": "rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-polyglot-0:0.3.5-3.1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.src"
},
"product_reference": "rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-powerbar-0:2.0.1-3.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.noarch"
},
"product_reference": "rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-powerbar-0:2.0.1-3.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.src"
},
"product_reference": "rubygem-powerbar-0:2.0.1-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-prometheus-client-0:4.2.3-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.noarch"
},
"product_reference": "rubygem-prometheus-client-0:4.2.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-prometheus-client-0:4.2.3-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.src"
},
"product_reference": "rubygem-prometheus-client-0:4.2.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-promise.rb-0:0.7.4-3.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch"
},
"product_reference": "rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-promise.rb-0:0.7.4-3.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.src"
},
"product_reference": "rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-public_suffix-0:5.1.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.noarch"
},
"product_reference": "rubygem-public_suffix-0:5.1.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-public_suffix-0:5.1.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.src"
},
"product_reference": "rubygem-public_suffix-0:5.1.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.noarch"
},
"product_reference": "rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.src"
},
"product_reference": "rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.noarch"
},
"product_reference": "rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.src"
},
"product_reference": "rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_container_client-0:2.20.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.noarch"
},
"product_reference": "rubygem-pulp_container_client-0:2.20.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_container_client-0:2.20.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.src"
},
"product_reference": "rubygem-pulp_container_client-0:2.20.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_deb_client-0:3.2.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.noarch"
},
"product_reference": "rubygem-pulp_deb_client-0:3.2.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_deb_client-0:3.2.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.src"
},
"product_reference": "rubygem-pulp_deb_client-0:3.2.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_file_client-0:3.49.17-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.noarch"
},
"product_reference": "rubygem-pulp_file_client-0:3.49.17-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_file_client-0:3.49.17-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.src"
},
"product_reference": "rubygem-pulp_file_client-0:3.49.17-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.noarch"
},
"product_reference": "rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.src"
},
"product_reference": "rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_python_client-0:3.11.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.noarch"
},
"product_reference": "rubygem-pulp_python_client-0:3.11.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_python_client-0:3.11.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.src"
},
"product_reference": "rubygem-pulp_python_client-0:3.11.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.noarch"
},
"product_reference": "rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.src"
},
"product_reference": "rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulpcore_client-1:3.49.17-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.noarch"
},
"product_reference": "rubygem-pulpcore_client-1:3.49.17-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulpcore_client-1:3.49.17-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.src"
},
"product_reference": "rubygem-pulpcore_client-1:3.49.17-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-puma-0:6.4.3-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.src"
},
"product_reference": "rubygem-puma-0:6.4.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-puma-0:6.4.3-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.x86_64"
},
"product_reference": "rubygem-puma-0:6.4.3-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-puma-debuginfo-0:6.4.3-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el8sat.x86_64"
},
"product_reference": "rubygem-puma-debuginfo-0:6.4.3-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-puma-debugsource-0:6.4.3-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el8sat.x86_64"
},
"product_reference": "rubygem-puma-debugsource-0:6.4.3-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-puma-status-0:1.6-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.noarch"
},
"product_reference": "rubygem-puma-status-0:1.6-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-puma-status-0:1.6-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.src"
},
"product_reference": "rubygem-puma-status-0:1.6-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-raabro-0:1.4.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.noarch"
},
"product_reference": "rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-raabro-0:1.4.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.src"
},
"product_reference": "rubygem-raabro-0:1.4.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rabl-0:0.16.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.noarch"
},
"product_reference": "rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rabl-0:0.16.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.src"
},
"product_reference": "rubygem-rabl-0:0.16.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.8.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.noarch"
},
"product_reference": "rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.8.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.src"
},
"product_reference": "rubygem-rack-0:2.2.8.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-cors-0:1.1.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch"
},
"product_reference": "rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-cors-0:1.1.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.src"
},
"product_reference": "rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch"
},
"product_reference": "rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-jsonp-0:1.3.1-10.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src"
},
"product_reference": "rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-protection-0:2.2.4-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch"
},
"product_reference": "rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-protection-0:2.2.4-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.src"
},
"product_reference": "rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-test-0:2.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-test-0:2.1.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.src"
},
"product_reference": "rubygem-rack-test-0:2.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rails-0:6.1.7.8-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.noarch"
},
"product_reference": "rubygem-rails-0:6.1.7.8-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rails-0:6.1.7.8-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.src"
},
"product_reference": "rubygem-rails-0:6.1.7.8-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rails-dom-testing-0:2.2.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.noarch"
},
"product_reference": "rubygem-rails-dom-testing-0:2.2.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rails-dom-testing-0:2.2.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.src"
},
"product_reference": "rubygem-rails-dom-testing-0:2.2.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.noarch"
},
"product_reference": "rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.src"
},
"product_reference": "rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rails-i18n-0:7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.noarch"
},
"product_reference": "rubygem-rails-i18n-0:7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rails-i18n-0:7.0.9-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.src"
},
"product_reference": "rubygem-rails-i18n-0:7.0.9-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-railties-0:6.1.7.8-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.noarch"
},
"product_reference": "rubygem-railties-0:6.1.7.8-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-railties-0:6.1.7.8-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.src"
},
"product_reference": "rubygem-railties-0:6.1.7.8-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rainbow-0:2.2.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.noarch"
},
"product_reference": "rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rainbow-0:2.2.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.src"
},
"product_reference": "rubygem-rainbow-0:2.2.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch"
},
"product_reference": "rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rb-inotify-0:0.11.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.src"
},
"product_reference": "rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbnacl-0:4.0.2-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch"
},
"product_reference": "rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbnacl-0:4.0.2-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.src"
},
"product_reference": "rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbvmomi2-0:3.7.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.noarch"
},
"product_reference": "rubygem-rbvmomi2-0:3.7.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbvmomi2-0:3.7.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.src"
},
"product_reference": "rubygem-rbvmomi2-0:3.7.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rchardet-0:1.8.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.noarch"
},
"product_reference": "rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rchardet-0:1.8.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.src"
},
"product_reference": "rubygem-rchardet-0:1.8.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch"
},
"product_reference": "rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src"
},
"product_reference": "rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-redfish_client-0:0.6.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch"
},
"product_reference": "rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-redfish_client-0:0.6.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.src"
},
"product_reference": "rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-redis-0:4.5.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.noarch"
},
"product_reference": "rubygem-redis-0:4.5.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-redis-0:4.5.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.src"
},
"product_reference": "rubygem-redis-0:4.5.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-representable-0:3.2.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.noarch"
},
"product_reference": "rubygem-representable-0:3.2.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-representable-0:3.2.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.src"
},
"product_reference": "rubygem-representable-0:3.2.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-responders-0:3.1.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.noarch"
},
"product_reference": "rubygem-responders-0:3.1.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-responders-0:3.1.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.src"
},
"product_reference": "rubygem-responders-0:3.1.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rest-client-0:2.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rest-client-0:2.1.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.src"
},
"product_reference": "rubygem-rest-client-0:2.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-retriable-0:3.1.2-3.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.noarch"
},
"product_reference": "rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-retriable-0:3.1.2-3.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.src"
},
"product_reference": "rubygem-retriable-0:3.1.2-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rkerberos-0:0.1.5-21.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.src"
},
"product_reference": "rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64"
},
"product_reference": "rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64"
},
"product_reference": "rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64"
},
"product_reference": "rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-roadie-0:5.2.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.noarch"
},
"product_reference": "rubygem-roadie-0:5.2.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-roadie-0:5.2.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.src"
},
"product_reference": "rubygem-roadie-0:5.2.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-roadie-rails-0:3.2.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.noarch"
},
"product_reference": "rubygem-roadie-rails-0:3.2.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-roadie-rails-0:3.2.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.src"
},
"product_reference": "rubygem-roadie-rails-0:3.2.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rsec-0:0.4.3-5.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.noarch"
},
"product_reference": "rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rsec-0:0.4.3-5.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.src"
},
"product_reference": "rubygem-rsec-0:0.4.3-5.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src"
},
"product_reference": "rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64"
},
"product_reference": "rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64"
},
"product_reference": "rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64"
},
"product_reference": "rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch"
},
"product_reference": "rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src"
},
"product_reference": "rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby2ruby-0:2.5.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.noarch"
},
"product_reference": "rubygem-ruby2ruby-0:2.5.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby2ruby-0:2.5.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.src"
},
"product_reference": "rubygem-ruby2ruby-0:2.5.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby_parser-0:3.21.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.noarch"
},
"product_reference": "rubygem-ruby_parser-0:3.21.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby_parser-0:3.21.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.src"
},
"product_reference": "rubygem-ruby_parser-0:3.21.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch"
},
"product_reference": "rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rubyipmi-0:0.11.1-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.src"
},
"product_reference": "rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-safemode-0:1.5.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.noarch"
},
"product_reference": "rubygem-safemode-0:1.5.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-safemode-0:1.5.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.src"
},
"product_reference": "rubygem-safemode-0:1.5.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-scoped_search-0:4.1.12-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.noarch"
},
"product_reference": "rubygem-scoped_search-0:4.1.12-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-scoped_search-0:4.1.12-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.src"
},
"product_reference": "rubygem-scoped_search-0:4.1.12-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sd_notify-0:0.1.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch"
},
"product_reference": "rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sd_notify-0:0.1.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.src"
},
"product_reference": "rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-secure_headers-0:6.7.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.noarch"
},
"product_reference": "rubygem-secure_headers-0:6.7.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-secure_headers-0:6.7.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.src"
},
"product_reference": "rubygem-secure_headers-0:6.7.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sequel-0:5.83.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.noarch"
},
"product_reference": "rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sequel-0:5.83.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.src"
},
"product_reference": "rubygem-sequel-0:5.83.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch"
},
"product_reference": "rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-server_sent_events-0:0.1.3-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.src"
},
"product_reference": "rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sexp_processor-0:4.17.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.noarch"
},
"product_reference": "rubygem-sexp_processor-0:4.17.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sexp_processor-0:4.17.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.src"
},
"product_reference": "rubygem-sexp_processor-0:4.17.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sidekiq-0:6.5.12-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.noarch"
},
"product_reference": "rubygem-sidekiq-0:6.5.12-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sidekiq-0:6.5.12-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.src"
},
"product_reference": "rubygem-sidekiq-0:6.5.12-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-signet-0:0.17.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.noarch"
},
"product_reference": "rubygem-signet-0:0.17.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-signet-0:0.17.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.src"
},
"product_reference": "rubygem-signet-0:0.17.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sinatra-1:2.2.4-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.noarch"
},
"product_reference": "rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sinatra-1:2.2.4-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.src"
},
"product_reference": "rubygem-sinatra-1:2.2.4-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch"
},
"product_reference": "rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-snaky_hash-0:2.0.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.src"
},
"product_reference": "rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-spidr-0:0.7.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.noarch"
},
"product_reference": "rubygem-spidr-0:0.7.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-spidr-0:0.7.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.src"
},
"product_reference": "rubygem-spidr-0:0.7.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sprockets-0:4.2.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.noarch"
},
"product_reference": "rubygem-sprockets-0:4.2.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sprockets-0:4.2.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.src"
},
"product_reference": "rubygem-sprockets-0:4.2.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sprockets-rails-0:3.5.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.noarch"
},
"product_reference": "rubygem-sprockets-rails-0:3.5.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sprockets-rails-0:3.5.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.src"
},
"product_reference": "rubygem-sprockets-rails-0:3.5.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sqlite3-0:1.4.4-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.src"
},
"product_reference": "rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64"
},
"product_reference": "rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64"
},
"product_reference": "rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64"
},
"product_reference": "rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sshkey-0:2.0.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.noarch"
},
"product_reference": "rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sshkey-0:2.0.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.src"
},
"product_reference": "rubygem-sshkey-0:2.0.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch"
},
"product_reference": "rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-statsd-instrument-0:2.9.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src"
},
"product_reference": "rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-stomp-0:1.4.10-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.noarch"
},
"product_reference": "rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-stomp-0:1.4.10-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.src"
},
"product_reference": "rubygem-stomp-0:1.4.10-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-thor-0:1.3.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.noarch"
},
"product_reference": "rubygem-thor-0:1.3.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-thor-0:1.3.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.src"
},
"product_reference": "rubygem-thor-0:1.3.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-tilt-0:2.4.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.noarch"
},
"product_reference": "rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-tilt-0:2.4.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.src"
},
"product_reference": "rubygem-tilt-0:2.4.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-timeliness-0:0.3.10-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.noarch"
},
"product_reference": "rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-timeliness-0:0.3.10-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.src"
},
"product_reference": "rubygem-timeliness-0:0.3.10-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch"
},
"product_reference": "rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-trailblazer-option-0:0.1.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src"
},
"product_reference": "rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-tzinfo-0:2.0.6-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch"
},
"product_reference": "rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-tzinfo-0:2.0.6-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.src"
},
"product_reference": "rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-uber-0:0.1.0-3.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.noarch"
},
"product_reference": "rubygem-uber-0:0.1.0-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-uber-0:0.1.0-3.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.src"
},
"product_reference": "rubygem-uber-0:0.1.0-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch"
},
"product_reference": "rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unicode-display_width-0:2.4.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src"
},
"product_reference": "rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch"
},
"product_reference": "rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src"
},
"product_reference": "rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-version_gem-0:1.1.4-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.noarch"
},
"product_reference": "rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-version_gem-0:1.1.4-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.src"
},
"product_reference": "rubygem-version_gem-0:1.1.4-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-webrick-0:1.8.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.noarch"
},
"product_reference": "rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-webrick-0:1.8.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.src"
},
"product_reference": "rubygem-webrick-0:1.8.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-websocket-driver-0:0.7.6-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.src"
},
"product_reference": "rubygem-websocket-driver-0:0.7.6-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-websocket-driver-0:0.7.6-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.x86_64"
},
"product_reference": "rubygem-websocket-driver-0:0.7.6-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-websocket-driver-debuginfo-0:0.7.6-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el8sat.x86_64"
},
"product_reference": "rubygem-websocket-driver-debuginfo-0:0.7.6-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-websocket-driver-debugsource-0:0.7.6-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el8sat.x86_64"
},
"product_reference": "rubygem-websocket-driver-debugsource-0:0.7.6-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch"
},
"product_reference": "rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-websocket-extensions-0:0.1.5-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src"
},
"product_reference": "rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-will_paginate-0:3.3.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch"
},
"product_reference": "rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-will_paginate-0:3.3.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.src"
},
"product_reference": "rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch"
},
"product_reference": "rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-xmlrpc-0:0.3.3-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.src"
},
"product_reference": "rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch"
},
"product_reference": "rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-zeitwerk-0:2.6.17-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.src"
},
"product_reference": "rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.0-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.noarch"
},
"product_reference": "satellite-0:6.16.0-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.0-2.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.src"
},
"product_reference": "satellite-0:6.16.0-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.16.0-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el8sat.noarch"
},
"product_reference": "satellite-capsule-0:6.16.0-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.16.0-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:satellite-cli-0:6.16.0-2.el8sat.noarch"
},
"product_reference": "satellite-cli-0:6.16.0-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.16.0-2.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:satellite-common-0:6.16.0-2.el8sat.noarch"
},
"product_reference": "satellite-common-0:6.16.0-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.src"
},
"product_reference": "satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.x86_64"
},
"product_reference": "satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-installer-0:6.16.0.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.noarch"
},
"product_reference": "satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-installer-0:6.16.0.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.src"
},
"product_reference": "satellite-installer-0:6.16.0.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-lifecycle-0:6.16.0-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.noarch"
},
"product_reference": "satellite-lifecycle-0:6.16.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-lifecycle-0:6.16.0-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.src"
},
"product_reference": "satellite-lifecycle-0:6.16.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-maintain-0:0.0.2-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.noarch"
},
"product_reference": "satellite-maintain-0:0.0.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-maintain-0:0.0.2-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.src"
},
"product_reference": "satellite-maintain-0:0.0.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.src"
},
"product_reference": "yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.x86_64"
},
"product_reference": "yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch"
},
"product_reference": "ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src"
},
"product_reference": "ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch"
},
"product_reference": "ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src"
},
"product_reference": "ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-runner-0:2.2.1-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.noarch"
},
"product_reference": "ansible-runner-0:2.2.1-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-runner-0:2.2.1-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.src"
},
"product_reference": "ansible-runner-0:2.2.1-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch"
},
"product_reference": "ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src"
},
"product_reference": "ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch"
},
"product_reference": "ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansiblerole-insights-client-0:1.7.1-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.src"
},
"product_reference": "ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjson-0:1.7.17-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.src"
},
"product_reference": "cjson-0:1.7.17-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjson-0:1.7.17-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.x86_64"
},
"product_reference": "cjson-0:1.7.17-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjson-debuginfo-0:1.7.17-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64"
},
"product_reference": "cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjson-debugsource-0:1.7.17-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el9sat.x86_64"
},
"product_reference": "cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-0:1.1.3-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.src"
},
"product_reference": "createrepo_c-0:1.1.3-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-0:1.1.3-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.x86_64"
},
"product_reference": "createrepo_c-0:1.1.3-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64"
},
"product_reference": "createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64"
},
"product_reference": "createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-libs-0:1.1.3-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64"
},
"product_reference": "createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64"
},
"product_reference": "createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dynflow-utils-0:1.6.3-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.src"
},
"product_reference": "dynflow-utils-0:1.6.3-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dynflow-utils-0:1.6.3-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.x86_64"
},
"product_reference": "dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.12.0.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.src"
},
"product_reference": "foreman-0:3.12.0.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch"
},
"product_reference": "foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-bootloaders-redhat-0:202102220000-3.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src"
},
"product_reference": "foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch"
},
"product_reference": "foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-cli-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-debug-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-discovery-image-1:4.1.0-61.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch"
},
"product_reference": "foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-discovery-image-1:4.1.0-61.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src"
},
"product_reference": "foreman-discovery-image-1:4.1.0-61.el8sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ec2-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-fapolicyd-0:1.0.1-3.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch"
},
"product_reference": "foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-fapolicyd-0:1.0.1-3.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.src"
},
"product_reference": "foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-installer-1:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-installer-1:3.12.0.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.src"
},
"product_reference": "foreman-installer-1:3.12.0.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-journald-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-libvirt-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-openstack-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ovirt-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-pcp-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-postgresql-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-0:3.12.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.noarch"
},
"product_reference": "foreman-proxy-0:3.12.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-0:3.12.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.src"
},
"product_reference": "foreman-proxy-0:3.12.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch"
},
"product_reference": "foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch"
},
"product_reference": "foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-journald-0:3.12.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch"
},
"product_reference": "foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-redis-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-service-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-service-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-telemetry-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-vmware-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-0:4.14.0-0.1.rc2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.noarch"
},
"product_reference": "katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-0:4.14.0-0.1.rc2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.src"
},
"product_reference": "katello-0:4.14.0-0.1.rc2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-certs-tools-0:2.10.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.noarch"
},
"product_reference": "katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-certs-tools-0:2.10.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.src"
},
"product_reference": "katello-certs-tools-0:2.10.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-client-bootstrap-0:1.7.9-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch"
},
"product_reference": "katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-client-bootstrap-0:1.7.9-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.src"
},
"product_reference": "katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-common-0:4.14.0-0.1.rc2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch"
},
"product_reference": "katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch"
},
"product_reference": "katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcomps-0:0.1.21-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.src"
},
"product_reference": "libcomps-0:0.1.21-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcomps-0:0.1.21-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.x86_64"
},
"product_reference": "libcomps-0:0.1.21-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64"
},
"product_reference": "libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcomps-debugsource-0:0.1.21-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64"
},
"product_reference": "libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsodium-0:1.0.17-3.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.src"
},
"product_reference": "libsodium-0:1.0.17-3.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsodium-0:1.0.17-3.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.x86_64"
},
"product_reference": "libsodium-0:1.0.17-3.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64"
},
"product_reference": "libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsodium-debugsource-0:1.0.17-3.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64"
},
"product_reference": "libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mosquitto-0:2.0.19-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.src"
},
"product_reference": "mosquitto-0:2.0.19-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mosquitto-0:2.0.19-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.x86_64"
},
"product_reference": "mosquitto-0:2.0.19-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64"
},
"product_reference": "mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64"
},
"product_reference": "mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch"
},
"product_reference": "pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src"
},
"product_reference": "pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pulpcore-selinux-0:2.0.1-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.src"
},
"product_reference": "pulpcore-selinux-0:2.0.1-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pulpcore-selinux-0:2.0.1-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64"
},
"product_reference": "pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-agent-0:8.8.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.src"
},
"product_reference": "puppet-agent-0:8.8.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-agent-0:8.8.1-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.x86_64"
},
"product_reference": "puppet-agent-0:8.8.1-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-agent-oauth-0:0.5.10-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch"
},
"product_reference": "puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-agent-oauth-0:0.5.10-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.src"
},
"product_reference": "puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch"
},
"product_reference": "puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-foreman_scap_client-0:1.0.0-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src"
},
"product_reference": "puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch"
},
"product_reference": "puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppetlabs-stdlib-0:9.4.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.src"
},
"product_reference": "puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppetserver-0:8.6.2-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.noarch"
},
"product_reference": "puppetserver-0:8.6.2-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppetserver-0:8.6.2-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.src"
},
"product_reference": "puppetserver-0:8.6.2-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiodns-0:3.0.0-7.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el9pc.src"
},
"product_reference": "python-aiodns-0:3.0.0-7.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiofiles-0:22.1.0-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el9pc.src"
},
"product_reference": "python-aiofiles-0:22.1.0-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-0:3.9.4-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el9pc.src"
},
"product_reference": "python-aiohttp-0:3.9.4-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64"
},
"product_reference": "python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src"
},
"product_reference": "python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aioredis-0:2.0.1-6.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el9pc.src"
},
"product_reference": "python-aioredis-0:2.0.1-6.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiosignal-0:1.3.1-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el9pc.src"
},
"product_reference": "python-aiosignal-0:1.3.1-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ansible-builder-0:3.0.0-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el9pc.src"
},
"product_reference": "python-ansible-builder-0:3.0.0-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-asgiref-0:3.6.0-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el9pc.src"
},
"product_reference": "python-asgiref-0:3.6.0-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-async-lru-0:1.0.3-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el9pc.src"
},
"product_reference": "python-async-lru-0:1.0.3-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-async-timeout-0:4.0.2-6.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el9pc.src"
},
"product_reference": "python-async-timeout-0:4.0.2-6.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-asyncio-throttle-0:1.0.2-7.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el9pc.src"
},
"product_reference": "python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-attrs-0:21.4.0-6.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el9pc.src"
},
"product_reference": "python-attrs-0:21.4.0-6.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-backoff-0:2.2.1-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el9pc.src"
},
"product_reference": "python-backoff-0:2.2.1-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-bindep-0:2.11.0-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el9pc.src"
},
"product_reference": "python-bindep-0:2.11.0-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-bleach-0:3.3.1-6.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el9pc.src"
},
"product_reference": "python-bleach-0:3.3.1-6.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-bleach-allowlist-0:1.0.3-7.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el9pc.src"
},
"product_reference": "python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-brotli-0:1.0.9-6.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el9pc.src"
},
"product_reference": "python-brotli-0:1.0.9-6.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64"
},
"product_reference": "python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-certifi-0:2022.12.7-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el9pc.src"
},
"product_reference": "python-certifi-0:2022.12.7-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-0:1.15.1-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el9pc.src"
},
"product_reference": "python-cffi-0:1.15.1-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64"
},
"product_reference": "python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-chardet-0:5.0.0-2.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el9pc.src"
},
"product_reference": "python-chardet-0:5.0.0-2.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-charset-normalizer-0:2.1.1-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el9pc.src"
},
"product_reference": "python-charset-normalizer-0:2.1.1-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-click-0:8.1.3-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el9pc.src"
},
"product_reference": "python-click-0:8.1.3-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-click-shell-0:2.1-7.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el9pc.src"
},
"product_reference": "python-click-shell-0:2.1-7.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-contextlib2-0:21.6.0-7.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el9pc.src"
},
"product_reference": "python-contextlib2-0:21.6.0-7.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-0:42.0.8-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el9pc.src"
},
"product_reference": "python-cryptography-0:42.0.8-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64"
},
"product_reference": "python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-daemon-0:2.3.1-4.3.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-daemon-0:2.3.1-4.3.el9pc.src"
},
"product_reference": "python-daemon-0:2.3.1-4.3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-dateutil-0:2.8.2-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el9pc.src"
},
"product_reference": "python-dateutil-0:2.8.2-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-debian-0:0.1.44-7.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el9pc.src"
},
"product_reference": "python-debian-0:0.1.44-7.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-defusedxml-0:0.7.1-7.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el9pc.src"
},
"product_reference": "python-defusedxml-0:0.7.1-7.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-deprecated-0:1.2.13-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el9pc.src"
},
"product_reference": "python-deprecated-0:1.2.13-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-diff-match-patch-0:20200713-7.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el9pc.src"
},
"product_reference": "python-diff-match-patch-0:20200713-7.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-distro-0:1.7.0-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el9pc.src"
},
"product_reference": "python-distro-0:1.7.0-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-0:4.2.16-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el9pc.src"
},
"product_reference": "python-django-0:4.2.16-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-filter-0:23.2-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el9pc.src"
},
"product_reference": "python-django-filter-0:23.2-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-guid-0:3.3.0-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el9pc.src"
},
"product_reference": "python-django-guid-0:3.3.0-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-import-export-0:3.1.0-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el9pc.src"
},
"product_reference": "python-django-import-export-0:3.1.0-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-lifecycle-0:1.0.0-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el9pc.src"
},
"product_reference": "python-django-lifecycle-0:1.0.0-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-readonly-field-0:1.1.2-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el9pc.src"
},
"product_reference": "python-django-readonly-field-0:1.1.2-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-djangorestframework-0:3.14.0-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el9pc.src"
},
"product_reference": "python-djangorestframework-0:3.14.0-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src"
},
"product_reference": "python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-docutils-0:0.20.1-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el9pc.src"
},
"product_reference": "python-docutils-0:0.20.1-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-drf-access-policy-0:1.3.0-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el9pc.src"
},
"product_reference": "python-drf-access-policy-0:1.3.0-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-drf-nested-routers-0:0.93.4-6.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el9pc.src"
},
"product_reference": "python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-drf-spectacular-0:0.26.5-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el9pc.src"
},
"product_reference": "python-drf-spectacular-0:0.26.5-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-dynaconf-0:3.1.12-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el9pc.src"
},
"product_reference": "python-dynaconf-0:3.1.12-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ecdsa-0:0.18.0-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el9pc.src"
},
"product_reference": "python-ecdsa-0:0.18.0-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-et-xmlfile-0:1.1.0-6.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el9pc.src"
},
"product_reference": "python-et-xmlfile-0:1.1.0-6.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-flake8-0:5.0.0-3.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el9pc.src"
},
"product_reference": "python-flake8-0:5.0.0-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-frozenlist-0:1.3.3-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el9pc.src"
},
"product_reference": "python-frozenlist-0:1.3.3-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64"
},
"product_reference": "python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-future-0:0.18.3-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el9pc.src"
},
"product_reference": "python-future-0:0.18.3-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-galaxy-importer-0:0.4.19-2.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el9pc.src"
},
"product_reference": "python-galaxy-importer-0:0.4.19-2.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gitdb-0:4.0.10-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el9pc.src"
},
"product_reference": "python-gitdb-0:4.0.10-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gitpython-0:3.1.40-3.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el9pc.src"
},
"product_reference": "python-gitpython-0:3.1.40-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gnupg-0:0.5.0-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el9pc.src"
},
"product_reference": "python-gnupg-0:0.5.0-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-googleapis-common-protos-0:1.59.1-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el9pc.src"
},
"product_reference": "python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-grpcio-0:1.65.4-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el9pc.src"
},
"product_reference": "python-grpcio-0:1.65.4-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64"
},
"product_reference": "python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gunicorn-0:22.0.0-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el9pc.src"
},
"product_reference": "python-gunicorn-0:22.0.0-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-importlib-metadata-0:6.0.1-3.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el9pc.src"
},
"product_reference": "python-importlib-metadata-0:6.0.1-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-inflection-0:0.5.1-6.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el9pc.src"
},
"product_reference": "python-inflection-0:0.5.1-6.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-iniparse-0:0.4-39.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el9pc.src"
},
"product_reference": "python-iniparse-0:0.4-39.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jinja2-0:3.1.4-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el9pc.src"
},
"product_reference": "python-jinja2-0:3.1.4-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jq-0:1.6.0-3.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el9pc.src"
},
"product_reference": "python-jq-0:1.6.0-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-json-stream-0:2.3.2-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el9pc.src"
},
"product_reference": "python-json-stream-0:2.3.2-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src"
},
"product_reference": "python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jsonschema-0:4.10.3-3.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el9pc.src"
},
"product_reference": "python-jsonschema-0:4.10.3-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lockfile-0:0.12.2-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el9pc.src"
},
"product_reference": "python-lockfile-0:0.12.2-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-0:4.9.2-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el9pc.src"
},
"product_reference": "python-lxml-0:4.9.2-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64"
},
"product_reference": "python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markdown-0:3.4.1-3.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el9pc.src"
},
"product_reference": "python-markdown-0:3.4.1-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markuppy-0:1.14-6.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el9pc.src"
},
"product_reference": "python-markuppy-0:1.14-6.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-0:2.1.2-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el9pc.src"
},
"product_reference": "python-markupsafe-0:2.1.2-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64"
},
"product_reference": "python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-mccabe-0:0.7.0-3.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el9pc.src"
},
"product_reference": "python-mccabe-0:0.7.0-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-multidict-0:6.0.4-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el9pc.src"
},
"product_reference": "python-multidict-0:6.0.4-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64"
},
"product_reference": "python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-odfpy-0:1.4.1-9.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el9pc.src"
},
"product_reference": "python-odfpy-0:1.4.1-9.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-openpyxl-0:3.1.0-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el9pc.src"
},
"product_reference": "python-openpyxl-0:3.1.0-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_api-0:1.19.0-3.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el9pc.src"
},
"product_reference": "python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_distro-0:0.40b0-7.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el9pc.src"
},
"product_reference": "python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src"
},
"product_reference": "python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src"
},
"product_reference": "python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src"
},
"product_reference": "python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src"
},
"product_reference": "python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src"
},
"product_reference": "python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src"
},
"product_reference": "python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src"
},
"product_reference": "python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_proto-0:1.19.0-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el9pc.src"
},
"product_reference": "python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_sdk-0:1.19.0-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src"
},
"product_reference": "python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src"
},
"product_reference": "python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_util_http-0:0.40b0-3.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src"
},
"product_reference": "python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-parsley-0:1.3-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el9pc.src"
},
"product_reference": "python-parsley-0:1.3-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pbr-0:5.8.0-7.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el9pc.src"
},
"product_reference": "python-pbr-0:5.8.0-7.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pexpect-0:4.8.0-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el9pc.src"
},
"product_reference": "python-pexpect-0:4.8.0-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-0:10.3.0-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el9pc.src"
},
"product_reference": "python-pillow-0:10.3.0-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64"
},
"product_reference": "python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-productmd-0:1.33-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el9pc.src"
},
"product_reference": "python-productmd-0:1.33-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-protobuf-0:4.21.6-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el9pc.src"
},
"product_reference": "python-protobuf-0:4.21.6-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg-0:3.1.9-3.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el9pc.src"
},
"product_reference": "python-psycopg-0:3.1.9-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ptyprocess-0:0.7.0-3.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-3.el9pc.src"
},
"product_reference": "python-ptyprocess-0:0.7.0-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-ansible-1:0.21.8-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el9pc.src"
},
"product_reference": "python-pulp-ansible-1:0.21.8-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-certguard-0:1.7.1-2.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pulp-certguard-0:1.7.1-2.el9pc.src"
},
"product_reference": "python-pulp-certguard-0:1.7.1-2.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-cli-0:0.27.2-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el9pc.src"
},
"product_reference": "python-pulp-cli-0:0.27.2-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-container-0:2.20.2-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el9pc.src"
},
"product_reference": "python-pulp-container-0:2.20.2-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-deb-0:3.2.1-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el9pc.src"
},
"product_reference": "python-pulp-deb-0:3.2.1-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-file-0:1.15.1-2.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el9pc.src"
},
"product_reference": "python-pulp-file-0:1.15.1-2.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-glue-0:0.27.2-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el9pc.src"
},
"product_reference": "python-pulp-glue-0:0.27.2-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-rpm-0:3.26.1-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el9pc.src"
},
"product_reference": "python-pulp-rpm-0:3.26.1-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp_manifest-0:3.0.0-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el9pc.src"
},
"product_reference": "python-pulp_manifest-0:3.0.0-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulpcore-0:3.49.19-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el9pc.src"
},
"product_reference": "python-pulpcore-0:3.49.19-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyOpenSSL-0:24.1.0-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el9pc.src"
},
"product_reference": "python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycares-0:4.1.2-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el9pc.src"
},
"product_reference": "python-pycares-0:4.1.2-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64"
},
"product_reference": "python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycodestyle-0:2.9.1-2.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el9pc.src"
},
"product_reference": "python-pycodestyle-0:2.9.1-2.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycparser-0:2.21-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el9pc.src"
},
"product_reference": "python-pycparser-0:2.21-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycryptodomex-0:3.20.0-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el9pc.src"
},
"product_reference": "python-pycryptodomex-0:3.20.0-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64"
},
"product_reference": "python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyflakes-0:2.5.0-2.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el9pc.src"
},
"product_reference": "python-pyflakes-0:2.5.0-2.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pygments-0:2.17.0-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el9pc.src"
},
"product_reference": "python-pygments-0:2.17.0-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pygtrie-0:2.5.0-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el9pc.src"
},
"product_reference": "python-pygtrie-0:2.5.0-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyjwkest-0:1.4.2-8.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el9pc.src"
},
"product_reference": "python-pyjwkest-0:1.4.2-8.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyjwt-0:2.5.0-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el9pc.src"
},
"product_reference": "python-pyjwt-0:2.5.0-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyparsing-0:3.1.1-3.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el9pc.src"
},
"product_reference": "python-pyparsing-0:3.1.1-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyrsistent-0:0.18.1-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el9pc.src"
},
"product_reference": "python-pyrsistent-0:0.18.1-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64"
},
"product_reference": "python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pytz-0:2022.2.1-6.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el9pc.src"
},
"product_reference": "python-pytz-0:2022.2.1-6.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-redis-0:4.3.4-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el9pc.src"
},
"product_reference": "python-redis-0:4.3.4-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-0:2.31.0-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el9pc.src"
},
"product_reference": "python-requests-0:2.31.0-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requirements-parser-0:0.2.0-6.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el9pc.src"
},
"product_reference": "python-requirements-parser-0:0.2.0-6.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-rhsm-0:1.19.2-6.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el9pc.src"
},
"product_reference": "python-rhsm-0:1.19.2-6.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64"
},
"product_reference": "python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-schema-0:0.7.5-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el9pc.src"
},
"product_reference": "python-schema-0:0.7.5-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-semantic-version-0:2.10.0-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el9pc.src"
},
"product_reference": "python-semantic-version-0:2.10.0-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-six-0:1.16.0-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el9pc.src"
},
"product_reference": "python-six-0:1.16.0-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-smmap-0:5.0.0-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el9pc.src"
},
"product_reference": "python-smmap-0:5.0.0-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-solv-0:0.7.28-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el9pc.src"
},
"product_reference": "python-solv-0:0.7.28-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-solv-debugsource-0:0.7.28-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64"
},
"product_reference": "python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sqlparse-0:0.5.0-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el9pc.src"
},
"product_reference": "python-sqlparse-0:0.5.0-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tablib-0:3.3.0-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el9pc.src"
},
"product_reference": "python-tablib-0:3.3.0-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-toml-0:0.10.2-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el9pc.src"
},
"product_reference": "python-toml-0:0.10.2-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-types-cryptography-0:3.3.23.2-3.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el9pc.src"
},
"product_reference": "python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-typing-extensions-0:4.7.1-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el9pc.src"
},
"product_reference": "python-typing-extensions-0:4.7.1-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-uritemplate-0:4.1.1-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el9pc.src"
},
"product_reference": "python-uritemplate-0:4.1.1-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-url-normalize-0:1.4.3-6.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el9pc.src"
},
"product_reference": "python-url-normalize-0:1.4.3-6.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:2.2.3-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el9pc.src"
},
"product_reference": "python-urllib3-0:2.2.3-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urlman-0:2.0.1-3.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el9pc.src"
},
"product_reference": "python-urlman-0:2.0.1-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-uuid6-0:2023.5.2-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el9pc.src"
},
"product_reference": "python-uuid6-0:2023.5.2-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-webencodings-0:0.5.1-6.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el9pc.src"
},
"product_reference": "python-webencodings-0:0.5.1-6.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-whitenoise-0:6.0.0-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el9pc.src"
},
"product_reference": "python-whitenoise-0:6.0.0-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wrapt-0:1.14.1-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el9pc.src"
},
"product_reference": "python-wrapt-0:1.14.1-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64"
},
"product_reference": "python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xlrd-0:2.0.1-8.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el9pc.src"
},
"product_reference": "python-xlrd-0:2.0.1-8.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xlwt-0:1.3.0-6.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el9pc.src"
},
"product_reference": "python-xlwt-0:1.3.0-6.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-yarl-0:1.8.2-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el9pc.src"
},
"product_reference": "python-yarl-0:1.8.2-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64"
},
"product_reference": "python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-zipp-0:3.20.2-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el9pc.src"
},
"product_reference": "python-zipp-0:3.20.2-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libcomps-0:0.1.21-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el9pc.x86_64"
},
"product_reference": "python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64"
},
"product_reference": "python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aiodns-0:3.0.0-7.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el9pc.noarch"
},
"product_reference": "python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aiofiles-0:22.1.0-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch"
},
"product_reference": "python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64"
},
"product_reference": "python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64"
},
"product_reference": "python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch"
},
"product_reference": "python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aioredis-0:2.0.1-6.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el9pc.noarch"
},
"product_reference": "python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aiosignal-0:1.3.1-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch"
},
"product_reference": "python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch"
},
"product_reference": "python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch"
},
"product_reference": "python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-asgiref-0:3.6.0-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el9pc.noarch"
},
"product_reference": "python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-async-lru-0:1.0.3-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el9pc.noarch"
},
"product_reference": "python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-async-timeout-0:4.0.2-6.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch"
},
"product_reference": "python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch"
},
"product_reference": "python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-attrs-0:21.4.0-6.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el9pc.noarch"
},
"product_reference": "python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-backoff-0:2.2.1-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el9pc.noarch"
},
"product_reference": "python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-bindep-0:2.11.0-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el9pc.noarch"
},
"product_reference": "python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-bleach-0:3.3.1-6.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el9pc.noarch"
},
"product_reference": "python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch"
},
"product_reference": "python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-brotli-0:1.0.9-6.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el9pc.x86_64"
},
"product_reference": "python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64"
},
"product_reference": "python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-certifi-0:2022.12.7-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el9pc.noarch"
},
"product_reference": "python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-cffi-0:1.15.1-5.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el9pc.x86_64"
},
"product_reference": "python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64"
},
"product_reference": "python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-chardet-0:5.0.0-2.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el9pc.noarch"
},
"product_reference": "python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch"
},
"product_reference": "python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-click-0:8.1.3-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el9pc.noarch"
},
"product_reference": "python3.11-click-0:8.1.3-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-click-shell-0:2.1-7.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el9pc.noarch"
},
"product_reference": "python3.11-click-shell-0:2.1-7.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-contextlib2-0:21.6.0-7.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch"
},
"product_reference": "python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64"
},
"product_reference": "python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64"
},
"product_reference": "python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-cryptography-0:42.0.8-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64"
},
"product_reference": "python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64"
},
"product_reference": "python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-daemon-0:2.3.1-4.3.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch"
},
"product_reference": "python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-dateutil-0:2.8.2-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el9pc.noarch"
},
"product_reference": "python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debian-0:0.1.44-7.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el9pc.noarch"
},
"product_reference": "python3.11-debian-0:0.1.44-7.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-defusedxml-0:0.7.1-7.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch"
},
"product_reference": "python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-deprecated-0:1.2.13-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el9pc.noarch"
},
"product_reference": "python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-diff-match-patch-0:20200713-7.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch"
},
"product_reference": "python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-distro-0:1.7.0-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el9pc.noarch"
},
"product_reference": "python3.11-distro-0:1.7.0-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-0:4.2.16-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el9pc.noarch"
},
"product_reference": "python3.11-django-0:4.2.16-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-filter-0:23.2-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el9pc.noarch"
},
"product_reference": "python3.11-django-filter-0:23.2-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-guid-0:3.3.0-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el9pc.noarch"
},
"product_reference": "python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-import-export-0:3.1.0-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch"
},
"product_reference": "python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch"
},
"product_reference": "python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch"
},
"product_reference": "python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch"
},
"product_reference": "python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch"
},
"product_reference": "python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-docutils-0:0.20.1-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el9pc.noarch"
},
"product_reference": "python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch"
},
"product_reference": "python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch"
},
"product_reference": "python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch"
},
"product_reference": "python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-dynaconf-0:3.1.12-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch"
},
"product_reference": "python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-ecdsa-0:0.18.0-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch"
},
"product_reference": "python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch"
},
"product_reference": "python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-flake8-0:5.0.0-3.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el9pc.noarch"
},
"product_reference": "python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64"
},
"product_reference": "python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64"
},
"product_reference": "python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-future-0:0.18.3-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el9pc.noarch"
},
"product_reference": "python3.11-future-0:0.18.3-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch"
},
"product_reference": "python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-gitdb-0:4.0.10-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el9pc.noarch"
},
"product_reference": "python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-gitpython-0:3.1.40-3.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el9pc.noarch"
},
"product_reference": "python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-gnupg-0:0.5.0-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el9pc.noarch"
},
"product_reference": "python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch"
},
"product_reference": "python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-grpcio-0:1.65.4-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64"
},
"product_reference": "python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64"
},
"product_reference": "python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-gunicorn-0:22.0.0-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch"
},
"product_reference": "python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch"
},
"product_reference": "python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-inflection-0:0.5.1-6.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el9pc.noarch"
},
"product_reference": "python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-iniparse-0:0.4-39.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el9pc.noarch"
},
"product_reference": "python3.11-iniparse-0:0.4-39.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-jinja2-0:3.1.4-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el9pc.noarch"
},
"product_reference": "python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-jq-0:1.6.0-3.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el9pc.x86_64"
},
"product_reference": "python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-json_stream-0:2.3.2-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el9pc.noarch"
},
"product_reference": "python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64"
},
"product_reference": "python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-jsonschema-0:4.10.3-3.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch"
},
"product_reference": "python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libcomps-0:0.1.21-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64"
},
"product_reference": "python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64"
},
"product_reference": "python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-lockfile-0:0.12.2-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el9pc.noarch"
},
"product_reference": "python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-lxml-0:4.9.2-4.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el9pc.x86_64"
},
"product_reference": "python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64"
},
"product_reference": "python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-markdown-0:3.4.1-3.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el9pc.noarch"
},
"product_reference": "python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-markuppy-0:1.14-6.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el9pc.noarch"
},
"product_reference": "python3.11-markuppy-0:1.14-6.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64"
},
"product_reference": "python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64"
},
"product_reference": "python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-mccabe-0:0.7.0-3.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el9pc.noarch"
},
"product_reference": "python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-multidict-0:6.0.4-4.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el9pc.x86_64"
},
"product_reference": "python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64"
},
"product_reference": "python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-odfpy-0:1.4.1-9.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el9pc.noarch"
},
"product_reference": "python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-openpyxl-0:3.1.0-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch"
},
"product_reference": "python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch"
},
"product_reference": "python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch"
},
"product_reference": "python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch"
},
"product_reference": "python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch"
},
"product_reference": "python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch"
},
"product_reference": "python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch"
},
"product_reference": "python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch"
},
"product_reference": "python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch"
},
"product_reference": "python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch"
},
"product_reference": "python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch"
},
"product_reference": "python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch"
},
"product_reference": "python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch"
},
"product_reference": "python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch"
},
"product_reference": "python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch"
},
"product_reference": "python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-packaging-0:21.3-6.1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.noarch"
},
"product_reference": "python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-packaging-0:21.3-6.1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.src"
},
"product_reference": "python3.11-packaging-0:21.3-6.1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-parsley-0:1.3-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el9pc.noarch"
},
"product_reference": "python3.11-parsley-0:1.3-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pbr-0:5.8.0-7.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el9pc.noarch"
},
"product_reference": "python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pexpect-0:4.8.0-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el9pc.noarch"
},
"product_reference": "python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pillow-0:10.3.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el9pc.x86_64"
},
"product_reference": "python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64"
},
"product_reference": "python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-productmd-0:1.33-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el9pc.noarch"
},
"product_reference": "python3.11-productmd-0:1.33-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-protobuf-0:4.21.6-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el9pc.noarch"
},
"product_reference": "python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-psycopg-0:3.1.9-3.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el9pc.noarch"
},
"product_reference": "python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch"
},
"product_reference": "python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch"
},
"product_reference": "python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch"
},
"product_reference": "python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch"
},
"product_reference": "python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-container-0:2.20.2-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch"
},
"product_reference": "python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch"
},
"product_reference": "python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-file-0:1.15.1-2.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch"
},
"product_reference": "python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch"
},
"product_reference": "python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch"
},
"product_reference": "python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch"
},
"product_reference": "python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulpcore-0:3.49.19-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch"
},
"product_reference": "python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch"
},
"product_reference": "python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pycares-0:4.1.2-4.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el9pc.x86_64"
},
"product_reference": "python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64"
},
"product_reference": "python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch"
},
"product_reference": "python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pycparser-0:2.21-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el9pc.noarch"
},
"product_reference": "python3.11-pycparser-0:2.21-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64"
},
"product_reference": "python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64"
},
"product_reference": "python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyflakes-0:2.5.0-2.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch"
},
"product_reference": "python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pygments-0:2.17.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el9pc.x86_64"
},
"product_reference": "python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pygtrie-0:2.5.0-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch"
},
"product_reference": "python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch"
},
"product_reference": "python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyjwt-0:2.5.0-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch"
},
"product_reference": "python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyparsing-0:3.1.1-3.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch"
},
"product_reference": "python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64"
},
"product_reference": "python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64"
},
"product_reference": "python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pytz-0:2022.2.1-6.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el9pc.noarch"
},
"product_reference": "python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-redis-0:4.3.4-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el9pc.noarch"
},
"product_reference": "python3.11-redis-0:4.3.4-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-requests-0:2.31.0-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el9pc.noarch"
},
"product_reference": "python3.11-requests-0:2.31.0-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch"
},
"product_reference": "python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-rhsm-0:1.19.2-6.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64"
},
"product_reference": "python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64"
},
"product_reference": "python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-schema-0:0.7.5-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el9pc.noarch"
},
"product_reference": "python3.11-schema-0:0.7.5-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-semantic-version-0:2.10.0-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch"
},
"product_reference": "python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-six-0:1.16.0-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el9pc.noarch"
},
"product_reference": "python3.11-six-0:1.16.0-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-smmap-0:5.0.0-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el9pc.noarch"
},
"product_reference": "python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-solv-0:0.7.28-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el9pc.x86_64"
},
"product_reference": "python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64"
},
"product_reference": "python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-sqlparse-0:0.5.0-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch"
},
"product_reference": "python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tablib-0:3.3.0-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el9pc.noarch"
},
"product_reference": "python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-toml-0:0.10.2-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el9pc.noarch"
},
"product_reference": "python3.11-toml-0:0.10.2-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch"
},
"product_reference": "python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch"
},
"product_reference": "python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-uritemplate-0:4.1.1-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch"
},
"product_reference": "python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-url-normalize-0:1.4.3-6.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch"
},
"product_reference": "python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-urllib3-0:2.2.3-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el9pc.noarch"
},
"product_reference": "python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-urlman-0:2.0.1-3.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el9pc.noarch"
},
"product_reference": "python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-uuid6-0:2023.5.2-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch"
},
"product_reference": "python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-webencodings-0:0.5.1-6.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el9pc.noarch"
},
"product_reference": "python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-whitenoise-0:6.0.0-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch"
},
"product_reference": "python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-wrapt-0:1.14.1-4.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64"
},
"product_reference": "python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64"
},
"product_reference": "python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-xlrd-0:2.0.1-8.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el9pc.noarch"
},
"product_reference": "python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-xlwt-0:1.3.0-6.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el9pc.noarch"
},
"product_reference": "python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-yarl-0:1.8.2-4.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el9pc.x86_64"
},
"product_reference": "python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64"
},
"product_reference": "python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-zipp-0:3.20.2-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el9pc.noarch"
},
"product_reference": "python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch"
},
"product_reference": "rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activesupport-0:6.1.7.8-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.src"
},
"product_reference": "rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-algebrick-0:0.7.5-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.noarch"
},
"product_reference": "rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-algebrick-0:0.7.5-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.src"
},
"product_reference": "rubygem-algebrick-0:0.7.5-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ansi-0:1.5.0-3.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.noarch"
},
"product_reference": "rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ansi-0:1.5.0-3.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.src"
},
"product_reference": "rubygem-ansi-0:1.5.0-3.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-apipie-params-0:0.0.5-5.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch"
},
"product_reference": "rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-apipie-params-0:0.0.5-5.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.src"
},
"product_reference": "rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch"
},
"product_reference": "rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bundler_ext-0:0.4.1-6.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.src"
},
"product_reference": "rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-clamp-0:1.3.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.noarch"
},
"product_reference": "rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-clamp-0:1.3.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.src"
},
"product_reference": "rubygem-clamp-0:1.3.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch"
},
"product_reference": "rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src"
},
"product_reference": "rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch"
},
"product_reference": "rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src"
},
"product_reference": "rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch"
},
"product_reference": "rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-domain_name-0:0.6.20240107-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.src"
},
"product_reference": "rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-dynflow-0:1.9.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.noarch"
},
"product_reference": "rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-dynflow-0:1.9.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.src"
},
"product_reference": "rubygem-dynflow-0:1.9.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-excon-0:0.111.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.noarch"
},
"product_reference": "rubygem-excon-0:0.111.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-excon-0:0.111.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.src"
},
"product_reference": "rubygem-excon-0:0.111.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-0:1.10.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.noarch"
},
"product_reference": "rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-0:1.10.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.src"
},
"product_reference": "rubygem-faraday-0:1.10.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch"
},
"product_reference": "rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-em_http-0:1.0.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src"
},
"product_reference": "rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch"
},
"product_reference": "rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src"
},
"product_reference": "rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch"
},
"product_reference": "rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-excon-0:1.1.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.src"
},
"product_reference": "rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch"
},
"product_reference": "rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src"
},
"product_reference": "rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch"
},
"product_reference": "rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-multipart-0:1.0.4-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src"
},
"product_reference": "rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch"
},
"product_reference": "rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-net_http-0:1.0.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src"
},
"product_reference": "rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch"
},
"product_reference": "rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src"
},
"product_reference": "rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch"
},
"product_reference": "rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-patron-0:1.0.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.src"
},
"product_reference": "rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch"
},
"product_reference": "rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-rack-0:1.0.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.src"
},
"product_reference": "rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch"
},
"product_reference": "rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-retry-0:1.0.3-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.src"
},
"product_reference": "rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch"
},
"product_reference": "rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday_middleware-0:1.2.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src"
},
"product_reference": "rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch"
},
"product_reference": "rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fast_gettext-0:2.4.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.src"
},
"product_reference": "rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ffi-0:1.16.3-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.src"
},
"product_reference": "rubygem-ffi-0:1.16.3-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ffi-0:1.16.3-2.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.x86_64"
},
"product_reference": "rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64"
},
"product_reference": "rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64"
},
"product_reference": "rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.7.5-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-gssapi-0:1.3.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.noarch"
},
"product_reference": "rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-gssapi-0:1.3.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.src"
},
"product_reference": "rubygem-gssapi-0:1.3.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hashie-0:5.0.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.noarch"
},
"product_reference": "rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hashie-0:5.0.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.src"
},
"product_reference": "rubygem-hashie-0:5.0.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-highline-0:2.1.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.noarch"
},
"product_reference": "rubygem-highline-0:2.1.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-highline-0:2.1.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.src"
},
"product_reference": "rubygem-highline-0:2.1.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-accept-0:1.7.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.noarch"
},
"product_reference": "rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-accept-0:1.7.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.src"
},
"product_reference": "rubygem-http-accept-0:1.7.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-cookie-0:1.0.6-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch"
},
"product_reference": "rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-cookie-0:1.0.6-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.src"
},
"product_reference": "rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-i18n-0:1.14.5-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.noarch"
},
"product_reference": "rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-i18n-0:1.14.5-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.src"
},
"product_reference": "rubygem-i18n-0:1.14.5-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-infoblox-0:3.0.0-4.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.noarch"
},
"product_reference": "rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-infoblox-0:3.0.0-4.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.src"
},
"product_reference": "rubygem-infoblox-0:3.0.0-4.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-journald-logger-0:3.1.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch"
},
"product_reference": "rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-journald-logger-0:3.1.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.src"
},
"product_reference": "rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-journald-native-0:1.0.12-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.src"
},
"product_reference": "rubygem-journald-native-0:1.0.12-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-journald-native-0:1.0.12-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64"
},
"product_reference": "rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64"
},
"product_reference": "rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64"
},
"product_reference": "rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-jwt-0:2.8.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.noarch"
},
"product_reference": "rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-jwt-0:2.8.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.src"
},
"product_reference": "rubygem-jwt-0:2.8.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-kafo-0:7.4.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.noarch"
},
"product_reference": "rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-kafo-0:7.4.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.src"
},
"product_reference": "rubygem-kafo-0:7.4.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch"
},
"product_reference": "rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-kafo_parsers-0:1.2.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src"
},
"product_reference": "rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch"
},
"product_reference": "rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-kafo_wizards-0:0.0.2-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src"
},
"product_reference": "rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-little-plugger-0:1.1.4-3.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch"
},
"product_reference": "rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-little-plugger-0:1.1.4-3.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.src"
},
"product_reference": "rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-logging-0:2.4.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.noarch"
},
"product_reference": "rubygem-logging-0:2.4.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-logging-0:2.4.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.src"
},
"product_reference": "rubygem-logging-0:2.4.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-logging-journald-0:2.1.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch"
},
"product_reference": "rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-logging-journald-0:2.1.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.src"
},
"product_reference": "rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mime-types-0:3.5.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.noarch"
},
"product_reference": "rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mime-types-0:3.5.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.src"
},
"product_reference": "rubygem-mime-types-0:3.5.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch"
},
"product_reference": "rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src"
},
"product_reference": "rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mqtt-0:0.5.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.noarch"
},
"product_reference": "rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mqtt-0:0.5.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.src"
},
"product_reference": "rubygem-mqtt-0:0.5.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-msgpack-0:1.7.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.src"
},
"product_reference": "rubygem-msgpack-0:1.7.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-msgpack-0:1.7.2-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64"
},
"product_reference": "rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64"
},
"product_reference": "rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64"
},
"product_reference": "rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-multi_json-0:1.15.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.noarch"
},
"product_reference": "rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-multi_json-0:1.15.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.src"
},
"product_reference": "rubygem-multi_json-0:1.15.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-multipart-post-0:2.2.3-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch"
},
"product_reference": "rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-multipart-post-0:2.2.3-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.src"
},
"product_reference": "rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mustermann-0:2.0.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.noarch"
},
"product_reference": "rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mustermann-0:2.0.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.src"
},
"product_reference": "rubygem-mustermann-0:2.0.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-net-ssh-0:7.2.3-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch"
},
"product_reference": "rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-net-ssh-0:7.2.3-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.src"
},
"product_reference": "rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-netrc-0:0.11.0-6.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.noarch"
},
"product_reference": "rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-netrc-0:0.11.0-6.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.src"
},
"product_reference": "rubygem-netrc-0:0.11.0-6.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-0:1.15.6-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.src"
},
"product_reference": "rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64"
},
"product_reference": "rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64"
},
"product_reference": "rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64"
},
"product_reference": "rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-oauth-0:1.1.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.noarch"
},
"product_reference": "rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-oauth-0:1.1.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.src"
},
"product_reference": "rubygem-oauth-0:1.1.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch"
},
"product_reference": "rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-oauth-tty-0:1.0.5-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.src"
},
"product_reference": "rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-openscap-0:0.4.9-9.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.noarch"
},
"product_reference": "rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-openscap-0:0.4.9-9.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.src"
},
"product_reference": "rubygem-openscap-0:0.4.9-9.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch"
},
"product_reference": "rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-openscap_parser-0:1.0.2-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.src"
},
"product_reference": "rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-0:1.5.7-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.src"
},
"product_reference": "rubygem-pg-0:1.5.7-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-0:1.5.7-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.x86_64"
},
"product_reference": "rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64"
},
"product_reference": "rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64"
},
"product_reference": "rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-powerbar-0:2.0.1-3.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.noarch"
},
"product_reference": "rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-powerbar-0:2.0.1-3.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.src"
},
"product_reference": "rubygem-powerbar-0:2.0.1-3.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.8.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.noarch"
},
"product_reference": "rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.8.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.src"
},
"product_reference": "rubygem-rack-0:2.2.8.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-protection-0:2.2.4-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch"
},
"product_reference": "rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-protection-0:2.2.4-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.src"
},
"product_reference": "rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch"
},
"product_reference": "rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rb-inotify-0:0.11.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.src"
},
"product_reference": "rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbnacl-0:4.0.2-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch"
},
"product_reference": "rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbnacl-0:4.0.2-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.src"
},
"product_reference": "rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-redfish_client-0:0.6.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch"
},
"product_reference": "rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-redfish_client-0:0.6.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.src"
},
"product_reference": "rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rest-client-0:2.1.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.noarch"
},
"product_reference": "rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rest-client-0:2.1.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.src"
},
"product_reference": "rubygem-rest-client-0:2.1.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rkerberos-0:0.1.5-21.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.src"
},
"product_reference": "rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64"
},
"product_reference": "rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64"
},
"product_reference": "rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64"
},
"product_reference": "rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rsec-0:0.4.3-5.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.noarch"
},
"product_reference": "rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rsec-0:0.4.3-5.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.src"
},
"product_reference": "rubygem-rsec-0:0.4.3-5.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src"
},
"product_reference": "rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64"
},
"product_reference": "rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64"
},
"product_reference": "rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64"
},
"product_reference": "rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch"
},
"product_reference": "rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src"
},
"product_reference": "rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch"
},
"product_reference": "rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rubyipmi-0:0.11.1-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.src"
},
"product_reference": "rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sd_notify-0:0.1.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch"
},
"product_reference": "rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sd_notify-0:0.1.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.src"
},
"product_reference": "rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sequel-0:5.83.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.noarch"
},
"product_reference": "rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sequel-0:5.83.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.src"
},
"product_reference": "rubygem-sequel-0:5.83.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch"
},
"product_reference": "rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-server_sent_events-0:0.1.3-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.src"
},
"product_reference": "rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sinatra-1:2.2.4-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.noarch"
},
"product_reference": "rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sinatra-1:2.2.4-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.src"
},
"product_reference": "rubygem-sinatra-1:2.2.4-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch"
},
"product_reference": "rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src"
},
"product_reference": "rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch"
},
"product_reference": "rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src"
},
"product_reference": "rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch"
},
"product_reference": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src"
},
"product_reference": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch"
},
"product_reference": "rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src"
},
"product_reference": "rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch"
},
"product_reference": "rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src"
},
"product_reference": "rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch"
},
"product_reference": "rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src"
},
"product_reference": "rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch"
},
"product_reference": "rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src"
},
"product_reference": "rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch"
},
"product_reference": "rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src"
},
"product_reference": "rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch"
},
"product_reference": "rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src"
},
"product_reference": "rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch"
},
"product_reference": "rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src"
},
"product_reference": "rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch"
},
"product_reference": "rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src"
},
"product_reference": "rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch"
},
"product_reference": "rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src"
},
"product_reference": "rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch"
},
"product_reference": "rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-snaky_hash-0:2.0.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.src"
},
"product_reference": "rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sqlite3-0:1.4.4-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.src"
},
"product_reference": "rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64"
},
"product_reference": "rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64"
},
"product_reference": "rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64"
},
"product_reference": "rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch"
},
"product_reference": "rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-statsd-instrument-0:2.9.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src"
},
"product_reference": "rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-tilt-0:2.4.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.noarch"
},
"product_reference": "rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-tilt-0:2.4.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.src"
},
"product_reference": "rubygem-tilt-0:2.4.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-tzinfo-0:2.0.6-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch"
},
"product_reference": "rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-tzinfo-0:2.0.6-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.src"
},
"product_reference": "rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-version_gem-0:1.1.4-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.noarch"
},
"product_reference": "rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-version_gem-0:1.1.4-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.src"
},
"product_reference": "rubygem-version_gem-0:1.1.4-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-webrick-0:1.8.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.noarch"
},
"product_reference": "rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-webrick-0:1.8.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.src"
},
"product_reference": "rubygem-webrick-0:1.8.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch"
},
"product_reference": "rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-xmlrpc-0:0.3.3-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.src"
},
"product_reference": "rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch"
},
"product_reference": "rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-zeitwerk-0:2.6.17-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.src"
},
"product_reference": "rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.0-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.noarch"
},
"product_reference": "satellite-0:6.16.0-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.0-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.src"
},
"product_reference": "satellite-0:6.16.0-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.16.0-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el9sat.noarch"
},
"product_reference": "satellite-capsule-0:6.16.0-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.16.0-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el9sat.noarch"
},
"product_reference": "satellite-cli-0:6.16.0-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.16.0-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el9sat.noarch"
},
"product_reference": "satellite-common-0:6.16.0-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-installer-0:6.16.0.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.noarch"
},
"product_reference": "satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-installer-0:6.16.0.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.src"
},
"product_reference": "satellite-installer-0:6.16.0.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-maintain-0:0.0.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.noarch"
},
"product_reference": "satellite-maintain-0:0.0.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-maintain-0:0.0.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.src"
},
"product_reference": "satellite-maintain-0:0.0.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcomps-0:0.1.21-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.src"
},
"product_reference": "libcomps-0:0.1.21-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcomps-0:0.1.21-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.x86_64"
},
"product_reference": "libcomps-0:0.1.21-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-maintenance:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64"
},
"product_reference": "libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcomps-debugsource-0:0.1.21-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-maintenance:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64"
},
"product_reference": "libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libcomps-0:0.1.21-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-maintenance:python3-libcomps-0:0.1.21-1.el9pc.x86_64"
},
"product_reference": "python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-maintenance:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64"
},
"product_reference": "python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libcomps-0:0.1.21-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-maintenance:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64"
},
"product_reference": "python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-maintenance:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64"
},
"product_reference": "python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-clamp-0:1.3.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.noarch"
},
"product_reference": "rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-clamp-0:1.3.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.src"
},
"product_reference": "rubygem-clamp-0:1.3.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.7.5-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-highline-0:2.1.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.noarch"
},
"product_reference": "rubygem-highline-0:2.1.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-highline-0:2.1.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.src"
},
"product_reference": "rubygem-highline-0:2.1.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-clone-0:3.6.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.noarch"
},
"product_reference": "satellite-clone-0:3.6.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-clone-0:3.6.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.src"
},
"product_reference": "satellite-clone-0:3.6.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-maintain-0:0.0.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.noarch"
},
"product_reference": "satellite-maintain-0:0.0.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-maintain-0:0.0.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.src"
},
"product_reference": "satellite-maintain-0:0.0.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.12.0.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.src"
},
"product_reference": "foreman-0:3.12.0.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-cli-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-debug-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ec2-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-journald-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-libvirt-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-openstack-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ovirt-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-pcp-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-postgresql-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-redis-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-service-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-service-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-telemetry-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-vmware-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-amazing_print-0:1.6.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch"
},
"product_reference": "rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-amazing_print-0:1.6.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.src"
},
"product_reference": "rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch"
},
"product_reference": "rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-apipie-bindings-0:0.6.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src"
},
"product_reference": "rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-clamp-0:1.3.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.noarch"
},
"product_reference": "rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-clamp-0:1.3.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.src"
},
"product_reference": "rubygem-clamp-0:1.3.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch"
},
"product_reference": "rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-domain_name-0:0.6.20240107-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.src"
},
"product_reference": "rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch"
},
"product_reference": "rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fast_gettext-0:2.4.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.src"
},
"product_reference": "rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ffi-0:1.16.3-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.src"
},
"product_reference": "rubygem-ffi-0:1.16.3-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ffi-0:1.16.3-2.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.x86_64"
},
"product_reference": "rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64"
},
"product_reference": "rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64"
},
"product_reference": "rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-gssapi-0:1.3.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.noarch"
},
"product_reference": "rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-gssapi-0:1.3.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.src"
},
"product_reference": "rubygem-gssapi-0:1.3.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch"
},
"product_reference": "rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli-0:3.12.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.src"
},
"product_reference": "rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch"
},
"product_reference": "rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src"
},
"product_reference": "rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hashie-0:5.0.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.noarch"
},
"product_reference": "rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hashie-0:5.0.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.src"
},
"product_reference": "rubygem-hashie-0:5.0.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-highline-0:2.1.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.noarch"
},
"product_reference": "rubygem-highline-0:2.1.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-highline-0:2.1.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.src"
},
"product_reference": "rubygem-highline-0:2.1.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-accept-0:1.7.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.noarch"
},
"product_reference": "rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-accept-0:1.7.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.src"
},
"product_reference": "rubygem-http-accept-0:1.7.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-cookie-0:1.0.6-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch"
},
"product_reference": "rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-cookie-0:1.0.6-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.src"
},
"product_reference": "rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-jwt-0:2.8.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.noarch"
},
"product_reference": "rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-jwt-0:2.8.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.src"
},
"product_reference": "rubygem-jwt-0:2.8.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-little-plugger-0:1.1.4-3.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch"
},
"product_reference": "rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-little-plugger-0:1.1.4-3.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.src"
},
"product_reference": "rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-locale-0:2.1.4-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.noarch"
},
"product_reference": "rubygem-locale-0:2.1.4-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-locale-0:2.1.4-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.src"
},
"product_reference": "rubygem-locale-0:2.1.4-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-logging-0:2.4.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.noarch"
},
"product_reference": "rubygem-logging-0:2.4.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-logging-0:2.4.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.src"
},
"product_reference": "rubygem-logging-0:2.4.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mime-types-0:3.5.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.noarch"
},
"product_reference": "rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mime-types-0:3.5.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.src"
},
"product_reference": "rubygem-mime-types-0:3.5.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch"
},
"product_reference": "rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src"
},
"product_reference": "rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-multi_json-0:1.15.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.noarch"
},
"product_reference": "rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-multi_json-0:1.15.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.src"
},
"product_reference": "rubygem-multi_json-0:1.15.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-netrc-0:0.11.0-6.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.noarch"
},
"product_reference": "rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-netrc-0:0.11.0-6.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.src"
},
"product_reference": "rubygem-netrc-0:0.11.0-6.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-oauth-0:1.1.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.noarch"
},
"product_reference": "rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-oauth-0:1.1.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.src"
},
"product_reference": "rubygem-oauth-0:1.1.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch"
},
"product_reference": "rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-oauth-tty-0:1.0.5-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.src"
},
"product_reference": "rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-powerbar-0:2.0.1-3.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.noarch"
},
"product_reference": "rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-powerbar-0:2.0.1-3.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.src"
},
"product_reference": "rubygem-powerbar-0:2.0.1-3.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rest-client-0:2.1.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.noarch"
},
"product_reference": "rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rest-client-0:2.1.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.src"
},
"product_reference": "rubygem-rest-client-0:2.1.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch"
},
"product_reference": "rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-snaky_hash-0:2.0.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.src"
},
"product_reference": "rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch"
},
"product_reference": "rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unicode-display_width-0:2.4.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src"
},
"product_reference": "rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-version_gem-0:1.1.4-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.noarch"
},
"product_reference": "rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-version_gem-0:1.1.4-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.src"
},
"product_reference": "rubygem-version_gem-0:1.1.4-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.0-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.noarch"
},
"product_reference": "satellite-0:6.16.0-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.0-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.src"
},
"product_reference": "satellite-0:6.16.0-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.16.0-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el9sat.noarch"
},
"product_reference": "satellite-capsule-0:6.16.0-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.16.0-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el9sat.noarch"
},
"product_reference": "satellite-cli-0:6.16.0-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.16.0-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el9sat.noarch"
},
"product_reference": "satellite-common-0:6.16.0-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch"
},
"product_reference": "ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src"
},
"product_reference": "ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch"
},
"product_reference": "ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src"
},
"product_reference": "ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-runner-0:2.2.1-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.noarch"
},
"product_reference": "ansible-runner-0:2.2.1-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-runner-0:2.2.1-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.src"
},
"product_reference": "ansible-runner-0:2.2.1-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch"
},
"product_reference": "ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src"
},
"product_reference": "ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch"
},
"product_reference": "ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansiblerole-insights-client-0:1.7.1-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.src"
},
"product_reference": "ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "candlepin-0:4.4.16-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.noarch"
},
"product_reference": "candlepin-0:4.4.16-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "candlepin-0:4.4.16-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.src"
},
"product_reference": "candlepin-0:4.4.16-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "candlepin-selinux-0:4.4.16-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el9sat.noarch"
},
"product_reference": "candlepin-selinux-0:4.4.16-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjson-0:1.7.17-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.src"
},
"product_reference": "cjson-0:1.7.17-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjson-0:1.7.17-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.x86_64"
},
"product_reference": "cjson-0:1.7.17-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjson-debuginfo-0:1.7.17-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64"
},
"product_reference": "cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjson-debugsource-0:1.7.17-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el9sat.x86_64"
},
"product_reference": "cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-0:1.1.3-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.src"
},
"product_reference": "createrepo_c-0:1.1.3-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-0:1.1.3-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.x86_64"
},
"product_reference": "createrepo_c-0:1.1.3-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64"
},
"product_reference": "createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64"
},
"product_reference": "createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-libs-0:1.1.3-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64"
},
"product_reference": "createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64"
},
"product_reference": "createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dynflow-utils-0:1.6.3-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.src"
},
"product_reference": "dynflow-utils-0:1.6.3-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dynflow-utils-0:1.6.3-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.x86_64"
},
"product_reference": "dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.12.0.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.src"
},
"product_reference": "foreman-0:3.12.0.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch"
},
"product_reference": "foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-bootloaders-redhat-0:202102220000-3.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src"
},
"product_reference": "foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch"
},
"product_reference": "foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-cli-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-debug-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-discovery-image-1:4.1.0-61.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch"
},
"product_reference": "foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-discovery-image-1:4.1.0-61.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src"
},
"product_reference": "foreman-discovery-image-1:4.1.0-61.el8sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ec2-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-fapolicyd-0:1.0.1-3.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch"
},
"product_reference": "foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-fapolicyd-0:1.0.1-3.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.src"
},
"product_reference": "foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-installer-1:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-installer-1:3.12.0.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.src"
},
"product_reference": "foreman-installer-1:3.12.0.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-journald-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-libvirt-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-obsolete-packages-0:1.10-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.noarch"
},
"product_reference": "foreman-obsolete-packages-0:1.10-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-obsolete-packages-0:1.10-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.src"
},
"product_reference": "foreman-obsolete-packages-0:1.10-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-openstack-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ovirt-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-pcp-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-postgresql-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-0:3.12.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.noarch"
},
"product_reference": "foreman-proxy-0:3.12.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-0:3.12.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.src"
},
"product_reference": "foreman-proxy-0:3.12.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch"
},
"product_reference": "foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch"
},
"product_reference": "foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-journald-0:3.12.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch"
},
"product_reference": "foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-redis-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-selinux-0:3.12.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.noarch"
},
"product_reference": "foreman-selinux-0:3.12.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-selinux-0:3.12.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.src"
},
"product_reference": "foreman-selinux-0:3.12.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-service-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-service-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-telemetry-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-vmware-0:3.12.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el9sat.noarch"
},
"product_reference": "foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-0:4.14.0-0.1.rc2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.noarch"
},
"product_reference": "katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-0:4.14.0-0.1.rc2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.src"
},
"product_reference": "katello-0:4.14.0-0.1.rc2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-certs-tools-0:2.10.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.noarch"
},
"product_reference": "katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-certs-tools-0:2.10.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.src"
},
"product_reference": "katello-certs-tools-0:2.10.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-client-bootstrap-0:1.7.9-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch"
},
"product_reference": "katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-client-bootstrap-0:1.7.9-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.src"
},
"product_reference": "katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-common-0:4.14.0-0.1.rc2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch"
},
"product_reference": "katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch"
},
"product_reference": "katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-selinux-0:5.0.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.noarch"
},
"product_reference": "katello-selinux-0:5.0.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-selinux-0:5.0.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.src"
},
"product_reference": "katello-selinux-0:5.0.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcomps-0:0.1.21-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.src"
},
"product_reference": "libcomps-0:0.1.21-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcomps-0:0.1.21-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.x86_64"
},
"product_reference": "libcomps-0:0.1.21-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64"
},
"product_reference": "libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcomps-debugsource-0:0.1.21-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64"
},
"product_reference": "libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsodium-0:1.0.17-3.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.src"
},
"product_reference": "libsodium-0:1.0.17-3.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsodium-0:1.0.17-3.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.x86_64"
},
"product_reference": "libsodium-0:1.0.17-3.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64"
},
"product_reference": "libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsodium-debugsource-0:1.0.17-3.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64"
},
"product_reference": "libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mosquitto-0:2.0.19-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.src"
},
"product_reference": "mosquitto-0:2.0.19-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mosquitto-0:2.0.19-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.x86_64"
},
"product_reference": "mosquitto-0:2.0.19-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64"
},
"product_reference": "mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64"
},
"product_reference": "mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-evr-0:0.0.2-3.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.noarch"
},
"product_reference": "postgresql-evr-0:0.0.2-3.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-evr-0:0.0.2-3.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.src"
},
"product_reference": "postgresql-evr-0:0.0.2-3.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch"
},
"product_reference": "pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src"
},
"product_reference": "pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pulpcore-selinux-0:2.0.1-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.src"
},
"product_reference": "pulpcore-selinux-0:2.0.1-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pulpcore-selinux-0:2.0.1-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64"
},
"product_reference": "pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-agent-0:8.8.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.src"
},
"product_reference": "puppet-agent-0:8.8.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-agent-0:8.8.1-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.x86_64"
},
"product_reference": "puppet-agent-0:8.8.1-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-agent-oauth-0:0.5.10-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch"
},
"product_reference": "puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-agent-oauth-0:0.5.10-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.src"
},
"product_reference": "puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch"
},
"product_reference": "puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-foreman_scap_client-0:1.0.0-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src"
},
"product_reference": "puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch"
},
"product_reference": "puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppetlabs-stdlib-0:9.4.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.src"
},
"product_reference": "puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppetserver-0:8.6.2-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.noarch"
},
"product_reference": "puppetserver-0:8.6.2-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppetserver-0:8.6.2-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.src"
},
"product_reference": "puppetserver-0:8.6.2-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiodns-0:3.0.0-7.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-aiodns-0:3.0.0-7.el9pc.src"
},
"product_reference": "python-aiodns-0:3.0.0-7.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiofiles-0:22.1.0-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el9pc.src"
},
"product_reference": "python-aiofiles-0:22.1.0-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-0:3.9.4-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el9pc.src"
},
"product_reference": "python-aiohttp-0:3.9.4-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64"
},
"product_reference": "python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src"
},
"product_reference": "python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aioredis-0:2.0.1-6.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-aioredis-0:2.0.1-6.el9pc.src"
},
"product_reference": "python-aioredis-0:2.0.1-6.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiosignal-0:1.3.1-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el9pc.src"
},
"product_reference": "python-aiosignal-0:1.3.1-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ansible-builder-0:3.0.0-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el9pc.src"
},
"product_reference": "python-ansible-builder-0:3.0.0-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-asgiref-0:3.6.0-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-asgiref-0:3.6.0-5.el9pc.src"
},
"product_reference": "python-asgiref-0:3.6.0-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-async-lru-0:1.0.3-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-async-lru-0:1.0.3-5.el9pc.src"
},
"product_reference": "python-async-lru-0:1.0.3-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-async-timeout-0:4.0.2-6.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el9pc.src"
},
"product_reference": "python-async-timeout-0:4.0.2-6.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-asyncio-throttle-0:1.0.2-7.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el9pc.src"
},
"product_reference": "python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-attrs-0:21.4.0-6.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-attrs-0:21.4.0-6.el9pc.src"
},
"product_reference": "python-attrs-0:21.4.0-6.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-backoff-0:2.2.1-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-backoff-0:2.2.1-5.el9pc.src"
},
"product_reference": "python-backoff-0:2.2.1-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-bindep-0:2.11.0-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-bindep-0:2.11.0-5.el9pc.src"
},
"product_reference": "python-bindep-0:2.11.0-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-bleach-0:3.3.1-6.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-bleach-0:3.3.1-6.el9pc.src"
},
"product_reference": "python-bleach-0:3.3.1-6.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-bleach-allowlist-0:1.0.3-7.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el9pc.src"
},
"product_reference": "python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-brotli-0:1.0.9-6.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-brotli-0:1.0.9-6.el9pc.src"
},
"product_reference": "python-brotli-0:1.0.9-6.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64"
},
"product_reference": "python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-certifi-0:2022.12.7-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-certifi-0:2022.12.7-5.el9pc.src"
},
"product_reference": "python-certifi-0:2022.12.7-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-0:1.15.1-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-cffi-0:1.15.1-5.el9pc.src"
},
"product_reference": "python-cffi-0:1.15.1-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64"
},
"product_reference": "python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-chardet-0:5.0.0-2.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-chardet-0:5.0.0-2.el9pc.src"
},
"product_reference": "python-chardet-0:5.0.0-2.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-charset-normalizer-0:2.1.1-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el9pc.src"
},
"product_reference": "python-charset-normalizer-0:2.1.1-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-click-0:8.1.3-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-click-0:8.1.3-5.el9pc.src"
},
"product_reference": "python-click-0:8.1.3-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-click-shell-0:2.1-7.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-click-shell-0:2.1-7.el9pc.src"
},
"product_reference": "python-click-shell-0:2.1-7.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-contextlib2-0:21.6.0-7.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el9pc.src"
},
"product_reference": "python-contextlib2-0:21.6.0-7.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-0:42.0.8-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-cryptography-0:42.0.8-1.el9pc.src"
},
"product_reference": "python-cryptography-0:42.0.8-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64"
},
"product_reference": "python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-daemon-0:2.3.1-4.3.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-daemon-0:2.3.1-4.3.el9pc.src"
},
"product_reference": "python-daemon-0:2.3.1-4.3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-dateutil-0:2.8.2-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-dateutil-0:2.8.2-5.el9pc.src"
},
"product_reference": "python-dateutil-0:2.8.2-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-debian-0:0.1.44-7.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-debian-0:0.1.44-7.el9pc.src"
},
"product_reference": "python-debian-0:0.1.44-7.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-defusedxml-0:0.7.1-7.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el9pc.src"
},
"product_reference": "python-defusedxml-0:0.7.1-7.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-deprecated-0:1.2.13-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-deprecated-0:1.2.13-5.el9pc.src"
},
"product_reference": "python-deprecated-0:1.2.13-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-diff-match-patch-0:20200713-7.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el9pc.src"
},
"product_reference": "python-diff-match-patch-0:20200713-7.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-distro-0:1.7.0-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-distro-0:1.7.0-4.el9pc.src"
},
"product_reference": "python-distro-0:1.7.0-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-0:4.2.16-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-django-0:4.2.16-1.el9pc.src"
},
"product_reference": "python-django-0:4.2.16-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-filter-0:23.2-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-django-filter-0:23.2-4.el9pc.src"
},
"product_reference": "python-django-filter-0:23.2-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-guid-0:3.3.0-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-django-guid-0:3.3.0-5.el9pc.src"
},
"product_reference": "python-django-guid-0:3.3.0-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-import-export-0:3.1.0-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el9pc.src"
},
"product_reference": "python-django-import-export-0:3.1.0-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-lifecycle-0:1.0.0-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el9pc.src"
},
"product_reference": "python-django-lifecycle-0:1.0.0-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-readonly-field-0:1.1.2-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el9pc.src"
},
"product_reference": "python-django-readonly-field-0:1.1.2-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-djangorestframework-0:3.14.0-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el9pc.src"
},
"product_reference": "python-djangorestframework-0:3.14.0-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src"
},
"product_reference": "python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-docutils-0:0.20.1-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-docutils-0:0.20.1-4.el9pc.src"
},
"product_reference": "python-docutils-0:0.20.1-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-drf-access-policy-0:1.3.0-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el9pc.src"
},
"product_reference": "python-drf-access-policy-0:1.3.0-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-drf-nested-routers-0:0.93.4-6.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el9pc.src"
},
"product_reference": "python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-drf-spectacular-0:0.26.5-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el9pc.src"
},
"product_reference": "python-drf-spectacular-0:0.26.5-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-dynaconf-0:3.1.12-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el9pc.src"
},
"product_reference": "python-dynaconf-0:3.1.12-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ecdsa-0:0.18.0-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el9pc.src"
},
"product_reference": "python-ecdsa-0:0.18.0-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-et-xmlfile-0:1.1.0-6.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el9pc.src"
},
"product_reference": "python-et-xmlfile-0:1.1.0-6.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-flake8-0:5.0.0-3.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-flake8-0:5.0.0-3.el9pc.src"
},
"product_reference": "python-flake8-0:5.0.0-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-frozenlist-0:1.3.3-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el9pc.src"
},
"product_reference": "python-frozenlist-0:1.3.3-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64"
},
"product_reference": "python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-future-0:0.18.3-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-future-0:0.18.3-5.el9pc.src"
},
"product_reference": "python-future-0:0.18.3-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-galaxy-importer-0:0.4.19-2.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el9pc.src"
},
"product_reference": "python-galaxy-importer-0:0.4.19-2.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gitdb-0:4.0.10-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-gitdb-0:4.0.10-5.el9pc.src"
},
"product_reference": "python-gitdb-0:4.0.10-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gitpython-0:3.1.40-3.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-gitpython-0:3.1.40-3.el9pc.src"
},
"product_reference": "python-gitpython-0:3.1.40-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gnupg-0:0.5.0-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-gnupg-0:0.5.0-4.el9pc.src"
},
"product_reference": "python-gnupg-0:0.5.0-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-googleapis-common-protos-0:1.59.1-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el9pc.src"
},
"product_reference": "python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-grpcio-0:1.65.4-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-grpcio-0:1.65.4-1.el9pc.src"
},
"product_reference": "python-grpcio-0:1.65.4-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64"
},
"product_reference": "python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gunicorn-0:22.0.0-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el9pc.src"
},
"product_reference": "python-gunicorn-0:22.0.0-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-importlib-metadata-0:6.0.1-3.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el9pc.src"
},
"product_reference": "python-importlib-metadata-0:6.0.1-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-inflection-0:0.5.1-6.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-inflection-0:0.5.1-6.el9pc.src"
},
"product_reference": "python-inflection-0:0.5.1-6.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-iniparse-0:0.4-39.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-iniparse-0:0.4-39.el9pc.src"
},
"product_reference": "python-iniparse-0:0.4-39.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jinja2-0:3.1.4-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-jinja2-0:3.1.4-1.el9pc.src"
},
"product_reference": "python-jinja2-0:3.1.4-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jq-0:1.6.0-3.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-jq-0:1.6.0-3.el9pc.src"
},
"product_reference": "python-jq-0:1.6.0-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-json-stream-0:2.3.2-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-json-stream-0:2.3.2-4.el9pc.src"
},
"product_reference": "python-json-stream-0:2.3.2-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src"
},
"product_reference": "python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jsonschema-0:4.10.3-3.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el9pc.src"
},
"product_reference": "python-jsonschema-0:4.10.3-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lockfile-0:0.12.2-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-lockfile-0:0.12.2-4.el9pc.src"
},
"product_reference": "python-lockfile-0:0.12.2-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-0:4.9.2-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-lxml-0:4.9.2-4.el9pc.src"
},
"product_reference": "python-lxml-0:4.9.2-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64"
},
"product_reference": "python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markdown-0:3.4.1-3.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-markdown-0:3.4.1-3.el9pc.src"
},
"product_reference": "python-markdown-0:3.4.1-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markuppy-0:1.14-6.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-markuppy-0:1.14-6.el9pc.src"
},
"product_reference": "python-markuppy-0:1.14-6.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-0:2.1.2-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el9pc.src"
},
"product_reference": "python-markupsafe-0:2.1.2-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64"
},
"product_reference": "python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-mccabe-0:0.7.0-3.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-mccabe-0:0.7.0-3.el9pc.src"
},
"product_reference": "python-mccabe-0:0.7.0-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-multidict-0:6.0.4-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-multidict-0:6.0.4-4.el9pc.src"
},
"product_reference": "python-multidict-0:6.0.4-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64"
},
"product_reference": "python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-odfpy-0:1.4.1-9.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-odfpy-0:1.4.1-9.el9pc.src"
},
"product_reference": "python-odfpy-0:1.4.1-9.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-openpyxl-0:3.1.0-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el9pc.src"
},
"product_reference": "python-openpyxl-0:3.1.0-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_api-0:1.19.0-3.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el9pc.src"
},
"product_reference": "python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_distro-0:0.40b0-7.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el9pc.src"
},
"product_reference": "python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src"
},
"product_reference": "python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src"
},
"product_reference": "python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src"
},
"product_reference": "python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src"
},
"product_reference": "python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src"
},
"product_reference": "python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src"
},
"product_reference": "python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src"
},
"product_reference": "python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_proto-0:1.19.0-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el9pc.src"
},
"product_reference": "python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_sdk-0:1.19.0-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src"
},
"product_reference": "python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src"
},
"product_reference": "python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-opentelemetry_util_http-0:0.40b0-3.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src"
},
"product_reference": "python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-parsley-0:1.3-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-parsley-0:1.3-5.el9pc.src"
},
"product_reference": "python-parsley-0:1.3-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pbr-0:5.8.0-7.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pbr-0:5.8.0-7.el9pc.src"
},
"product_reference": "python-pbr-0:5.8.0-7.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pexpect-0:4.8.0-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pexpect-0:4.8.0-5.el9pc.src"
},
"product_reference": "python-pexpect-0:4.8.0-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-0:10.3.0-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pillow-0:10.3.0-1.el9pc.src"
},
"product_reference": "python-pillow-0:10.3.0-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64"
},
"product_reference": "python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-productmd-0:1.33-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-productmd-0:1.33-5.el9pc.src"
},
"product_reference": "python-productmd-0:1.33-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-protobuf-0:4.21.6-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-protobuf-0:4.21.6-5.el9pc.src"
},
"product_reference": "python-protobuf-0:4.21.6-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg-0:3.1.9-3.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-psycopg-0:3.1.9-3.el9pc.src"
},
"product_reference": "python-psycopg-0:3.1.9-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ptyprocess-0:0.7.0-3.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-ptyprocess-0:0.7.0-3.el9pc.src"
},
"product_reference": "python-ptyprocess-0:0.7.0-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-ansible-1:0.21.8-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el9pc.src"
},
"product_reference": "python-pulp-ansible-1:0.21.8-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-certguard-0:1.7.1-2.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pulp-certguard-0:1.7.1-2.el9pc.src"
},
"product_reference": "python-pulp-certguard-0:1.7.1-2.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-cli-0:0.27.2-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el9pc.src"
},
"product_reference": "python-pulp-cli-0:0.27.2-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-container-0:2.20.2-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el9pc.src"
},
"product_reference": "python-pulp-container-0:2.20.2-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-deb-0:3.2.1-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el9pc.src"
},
"product_reference": "python-pulp-deb-0:3.2.1-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-file-0:1.15.1-2.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el9pc.src"
},
"product_reference": "python-pulp-file-0:1.15.1-2.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-glue-0:0.27.2-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el9pc.src"
},
"product_reference": "python-pulp-glue-0:0.27.2-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-rpm-0:3.26.1-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el9pc.src"
},
"product_reference": "python-pulp-rpm-0:3.26.1-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp_manifest-0:3.0.0-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el9pc.src"
},
"product_reference": "python-pulp_manifest-0:3.0.0-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulpcore-0:3.49.19-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el9pc.src"
},
"product_reference": "python-pulpcore-0:3.49.19-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyOpenSSL-0:24.1.0-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el9pc.src"
},
"product_reference": "python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycares-0:4.1.2-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pycares-0:4.1.2-4.el9pc.src"
},
"product_reference": "python-pycares-0:4.1.2-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64"
},
"product_reference": "python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycodestyle-0:2.9.1-2.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el9pc.src"
},
"product_reference": "python-pycodestyle-0:2.9.1-2.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycparser-0:2.21-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pycparser-0:2.21-5.el9pc.src"
},
"product_reference": "python-pycparser-0:2.21-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycryptodomex-0:3.20.0-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el9pc.src"
},
"product_reference": "python-pycryptodomex-0:3.20.0-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64"
},
"product_reference": "python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyflakes-0:2.5.0-2.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el9pc.src"
},
"product_reference": "python-pyflakes-0:2.5.0-2.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pygments-0:2.17.0-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pygments-0:2.17.0-1.el9pc.src"
},
"product_reference": "python-pygments-0:2.17.0-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pygtrie-0:2.5.0-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el9pc.src"
},
"product_reference": "python-pygtrie-0:2.5.0-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyjwkest-0:1.4.2-8.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el9pc.src"
},
"product_reference": "python-pyjwkest-0:1.4.2-8.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyjwt-0:2.5.0-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el9pc.src"
},
"product_reference": "python-pyjwt-0:2.5.0-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyparsing-0:3.1.1-3.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el9pc.src"
},
"product_reference": "python-pyparsing-0:3.1.1-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyrsistent-0:0.18.1-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el9pc.src"
},
"product_reference": "python-pyrsistent-0:0.18.1-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64"
},
"product_reference": "python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pytz-0:2022.2.1-6.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pytz-0:2022.2.1-6.el9pc.src"
},
"product_reference": "python-pytz-0:2022.2.1-6.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-redis-0:4.3.4-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-redis-0:4.3.4-4.el9pc.src"
},
"product_reference": "python-redis-0:4.3.4-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-0:2.31.0-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-requests-0:2.31.0-4.el9pc.src"
},
"product_reference": "python-requests-0:2.31.0-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requirements-parser-0:0.2.0-6.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el9pc.src"
},
"product_reference": "python-requirements-parser-0:0.2.0-6.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-rhsm-0:1.19.2-6.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-rhsm-0:1.19.2-6.el9pc.src"
},
"product_reference": "python-rhsm-0:1.19.2-6.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64"
},
"product_reference": "python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-schema-0:0.7.5-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-schema-0:0.7.5-5.el9pc.src"
},
"product_reference": "python-schema-0:0.7.5-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-semantic-version-0:2.10.0-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el9pc.src"
},
"product_reference": "python-semantic-version-0:2.10.0-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-six-0:1.16.0-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-six-0:1.16.0-5.el9pc.src"
},
"product_reference": "python-six-0:1.16.0-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-smmap-0:5.0.0-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-smmap-0:5.0.0-5.el9pc.src"
},
"product_reference": "python-smmap-0:5.0.0-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-solv-0:0.7.28-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-solv-0:0.7.28-1.el9pc.src"
},
"product_reference": "python-solv-0:0.7.28-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-solv-debugsource-0:0.7.28-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64"
},
"product_reference": "python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sqlparse-0:0.5.0-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el9pc.src"
},
"product_reference": "python-sqlparse-0:0.5.0-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tablib-0:3.3.0-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-tablib-0:3.3.0-4.el9pc.src"
},
"product_reference": "python-tablib-0:3.3.0-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-toml-0:0.10.2-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-toml-0:0.10.2-5.el9pc.src"
},
"product_reference": "python-toml-0:0.10.2-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-types-cryptography-0:3.3.23.2-3.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el9pc.src"
},
"product_reference": "python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-typing-extensions-0:4.7.1-5.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el9pc.src"
},
"product_reference": "python-typing-extensions-0:4.7.1-5.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-uritemplate-0:4.1.1-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el9pc.src"
},
"product_reference": "python-uritemplate-0:4.1.1-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-url-normalize-0:1.4.3-6.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el9pc.src"
},
"product_reference": "python-url-normalize-0:1.4.3-6.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:2.2.3-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-urllib3-0:2.2.3-1.el9pc.src"
},
"product_reference": "python-urllib3-0:2.2.3-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urlman-0:2.0.1-3.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-urlman-0:2.0.1-3.el9pc.src"
},
"product_reference": "python-urlman-0:2.0.1-3.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-uuid6-0:2023.5.2-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el9pc.src"
},
"product_reference": "python-uuid6-0:2023.5.2-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-webencodings-0:0.5.1-6.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-webencodings-0:0.5.1-6.el9pc.src"
},
"product_reference": "python-webencodings-0:0.5.1-6.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-websockify-0:0.10.0-3.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-websockify-0:0.10.0-3.el9sat.src"
},
"product_reference": "python-websockify-0:0.10.0-3.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-whitenoise-0:6.0.0-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el9pc.src"
},
"product_reference": "python-whitenoise-0:6.0.0-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wrapt-0:1.14.1-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-wrapt-0:1.14.1-4.el9pc.src"
},
"product_reference": "python-wrapt-0:1.14.1-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64"
},
"product_reference": "python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xlrd-0:2.0.1-8.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-xlrd-0:2.0.1-8.el9pc.src"
},
"product_reference": "python-xlrd-0:2.0.1-8.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xlwt-0:1.3.0-6.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-xlwt-0:1.3.0-6.el9pc.src"
},
"product_reference": "python-xlwt-0:1.3.0-6.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-yarl-0:1.8.2-4.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-yarl-0:1.8.2-4.el9pc.src"
},
"product_reference": "python-yarl-0:1.8.2-4.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64"
},
"product_reference": "python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-zipp-0:3.20.2-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-zipp-0:3.20.2-1.el9pc.src"
},
"product_reference": "python-zipp-0:3.20.2-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libcomps-0:0.1.21-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el9pc.x86_64"
},
"product_reference": "python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64"
},
"product_reference": "python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-websockify-0:0.10.0-3.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3-websockify-0:0.10.0-3.el9sat.noarch"
},
"product_reference": "python3-websockify-0:0.10.0-3.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aiodns-0:3.0.0-7.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el9pc.noarch"
},
"product_reference": "python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aiofiles-0:22.1.0-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch"
},
"product_reference": "python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64"
},
"product_reference": "python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64"
},
"product_reference": "python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch"
},
"product_reference": "python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aioredis-0:2.0.1-6.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el9pc.noarch"
},
"product_reference": "python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-aiosignal-0:1.3.1-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch"
},
"product_reference": "python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch"
},
"product_reference": "python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch"
},
"product_reference": "python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-asgiref-0:3.6.0-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el9pc.noarch"
},
"product_reference": "python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-async-lru-0:1.0.3-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el9pc.noarch"
},
"product_reference": "python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-async-timeout-0:4.0.2-6.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch"
},
"product_reference": "python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch"
},
"product_reference": "python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-attrs-0:21.4.0-6.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el9pc.noarch"
},
"product_reference": "python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-backoff-0:2.2.1-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el9pc.noarch"
},
"product_reference": "python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-bindep-0:2.11.0-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el9pc.noarch"
},
"product_reference": "python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-bleach-0:3.3.1-6.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el9pc.noarch"
},
"product_reference": "python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch"
},
"product_reference": "python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-brotli-0:1.0.9-6.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el9pc.x86_64"
},
"product_reference": "python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64"
},
"product_reference": "python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-certifi-0:2022.12.7-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el9pc.noarch"
},
"product_reference": "python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-cffi-0:1.15.1-5.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el9pc.x86_64"
},
"product_reference": "python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64"
},
"product_reference": "python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-chardet-0:5.0.0-2.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el9pc.noarch"
},
"product_reference": "python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch"
},
"product_reference": "python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-click-0:8.1.3-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-click-0:8.1.3-5.el9pc.noarch"
},
"product_reference": "python3.11-click-0:8.1.3-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-click-shell-0:2.1-7.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el9pc.noarch"
},
"product_reference": "python3.11-click-shell-0:2.1-7.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-contextlib2-0:21.6.0-7.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch"
},
"product_reference": "python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64"
},
"product_reference": "python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64"
},
"product_reference": "python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-cryptography-0:42.0.8-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64"
},
"product_reference": "python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64"
},
"product_reference": "python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-daemon-0:2.3.1-4.3.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch"
},
"product_reference": "python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-dateutil-0:2.8.2-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el9pc.noarch"
},
"product_reference": "python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debian-0:0.1.44-7.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el9pc.noarch"
},
"product_reference": "python3.11-debian-0:0.1.44-7.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-defusedxml-0:0.7.1-7.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch"
},
"product_reference": "python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-deprecated-0:1.2.13-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el9pc.noarch"
},
"product_reference": "python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-diff-match-patch-0:20200713-7.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch"
},
"product_reference": "python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-distro-0:1.7.0-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el9pc.noarch"
},
"product_reference": "python3.11-distro-0:1.7.0-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-0:4.2.16-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-django-0:4.2.16-1.el9pc.noarch"
},
"product_reference": "python3.11-django-0:4.2.16-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-filter-0:23.2-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el9pc.noarch"
},
"product_reference": "python3.11-django-filter-0:23.2-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-guid-0:3.3.0-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el9pc.noarch"
},
"product_reference": "python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-import-export-0:3.1.0-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch"
},
"product_reference": "python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch"
},
"product_reference": "python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch"
},
"product_reference": "python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch"
},
"product_reference": "python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch"
},
"product_reference": "python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-docutils-0:0.20.1-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el9pc.noarch"
},
"product_reference": "python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch"
},
"product_reference": "python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch"
},
"product_reference": "python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch"
},
"product_reference": "python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-dynaconf-0:3.1.12-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch"
},
"product_reference": "python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-ecdsa-0:0.18.0-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch"
},
"product_reference": "python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch"
},
"product_reference": "python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-flake8-0:5.0.0-3.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el9pc.noarch"
},
"product_reference": "python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64"
},
"product_reference": "python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64"
},
"product_reference": "python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-future-0:0.18.3-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-future-0:0.18.3-5.el9pc.noarch"
},
"product_reference": "python3.11-future-0:0.18.3-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch"
},
"product_reference": "python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-gitdb-0:4.0.10-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el9pc.noarch"
},
"product_reference": "python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-gitpython-0:3.1.40-3.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el9pc.noarch"
},
"product_reference": "python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-gnupg-0:0.5.0-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el9pc.noarch"
},
"product_reference": "python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch"
},
"product_reference": "python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-grpcio-0:1.65.4-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64"
},
"product_reference": "python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64"
},
"product_reference": "python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-gunicorn-0:22.0.0-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch"
},
"product_reference": "python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch"
},
"product_reference": "python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-inflection-0:0.5.1-6.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el9pc.noarch"
},
"product_reference": "python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-iniparse-0:0.4-39.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el9pc.noarch"
},
"product_reference": "python3.11-iniparse-0:0.4-39.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-jinja2-0:3.1.4-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el9pc.noarch"
},
"product_reference": "python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-jq-0:1.6.0-3.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el9pc.x86_64"
},
"product_reference": "python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-json_stream-0:2.3.2-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el9pc.noarch"
},
"product_reference": "python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64"
},
"product_reference": "python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-jsonschema-0:4.10.3-3.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch"
},
"product_reference": "python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libcomps-0:0.1.21-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64"
},
"product_reference": "python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64"
},
"product_reference": "python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-lockfile-0:0.12.2-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el9pc.noarch"
},
"product_reference": "python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-lxml-0:4.9.2-4.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el9pc.x86_64"
},
"product_reference": "python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64"
},
"product_reference": "python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-markdown-0:3.4.1-3.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el9pc.noarch"
},
"product_reference": "python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-markuppy-0:1.14-6.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el9pc.noarch"
},
"product_reference": "python3.11-markuppy-0:1.14-6.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64"
},
"product_reference": "python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64"
},
"product_reference": "python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-mccabe-0:0.7.0-3.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el9pc.noarch"
},
"product_reference": "python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-multidict-0:6.0.4-4.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el9pc.x86_64"
},
"product_reference": "python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64"
},
"product_reference": "python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-odfpy-0:1.4.1-9.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el9pc.noarch"
},
"product_reference": "python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-openpyxl-0:3.1.0-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch"
},
"product_reference": "python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch"
},
"product_reference": "python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch"
},
"product_reference": "python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch"
},
"product_reference": "python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch"
},
"product_reference": "python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch"
},
"product_reference": "python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch"
},
"product_reference": "python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch"
},
"product_reference": "python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch"
},
"product_reference": "python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch"
},
"product_reference": "python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch"
},
"product_reference": "python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch"
},
"product_reference": "python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch"
},
"product_reference": "python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch"
},
"product_reference": "python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch"
},
"product_reference": "python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-packaging-0:21.3-6.1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.noarch"
},
"product_reference": "python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-packaging-0:21.3-6.1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.src"
},
"product_reference": "python3.11-packaging-0:21.3-6.1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-parsley-0:1.3-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-parsley-0:1.3-5.el9pc.noarch"
},
"product_reference": "python3.11-parsley-0:1.3-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pbr-0:5.8.0-7.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el9pc.noarch"
},
"product_reference": "python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pexpect-0:4.8.0-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el9pc.noarch"
},
"product_reference": "python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pillow-0:10.3.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el9pc.x86_64"
},
"product_reference": "python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64"
},
"product_reference": "python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-productmd-0:1.33-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-productmd-0:1.33-5.el9pc.noarch"
},
"product_reference": "python3.11-productmd-0:1.33-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-protobuf-0:4.21.6-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el9pc.noarch"
},
"product_reference": "python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-psycopg-0:3.1.9-3.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el9pc.noarch"
},
"product_reference": "python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch"
},
"product_reference": "python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch"
},
"product_reference": "python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch"
},
"product_reference": "python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch"
},
"product_reference": "python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-container-0:2.20.2-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch"
},
"product_reference": "python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch"
},
"product_reference": "python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-file-0:1.15.1-2.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch"
},
"product_reference": "python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch"
},
"product_reference": "python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch"
},
"product_reference": "python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch"
},
"product_reference": "python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulpcore-0:3.49.19-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch"
},
"product_reference": "python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch"
},
"product_reference": "python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pycares-0:4.1.2-4.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el9pc.x86_64"
},
"product_reference": "python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64"
},
"product_reference": "python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch"
},
"product_reference": "python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pycparser-0:2.21-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el9pc.noarch"
},
"product_reference": "python3.11-pycparser-0:2.21-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64"
},
"product_reference": "python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64"
},
"product_reference": "python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyflakes-0:2.5.0-2.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch"
},
"product_reference": "python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pygments-0:2.17.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el9pc.x86_64"
},
"product_reference": "python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pygtrie-0:2.5.0-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch"
},
"product_reference": "python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch"
},
"product_reference": "python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyjwt-0:2.5.0-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch"
},
"product_reference": "python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyparsing-0:3.1.1-3.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch"
},
"product_reference": "python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64"
},
"product_reference": "python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64"
},
"product_reference": "python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pytz-0:2022.2.1-6.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el9pc.noarch"
},
"product_reference": "python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-redis-0:4.3.4-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el9pc.noarch"
},
"product_reference": "python3.11-redis-0:4.3.4-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-requests-0:2.31.0-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el9pc.noarch"
},
"product_reference": "python3.11-requests-0:2.31.0-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch"
},
"product_reference": "python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-rhsm-0:1.19.2-6.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64"
},
"product_reference": "python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64"
},
"product_reference": "python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-schema-0:0.7.5-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el9pc.noarch"
},
"product_reference": "python3.11-schema-0:0.7.5-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-semantic-version-0:2.10.0-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch"
},
"product_reference": "python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-six-0:1.16.0-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-six-0:1.16.0-5.el9pc.noarch"
},
"product_reference": "python3.11-six-0:1.16.0-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-smmap-0:5.0.0-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el9pc.noarch"
},
"product_reference": "python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-solv-0:0.7.28-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el9pc.x86_64"
},
"product_reference": "python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64"
},
"product_reference": "python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-sqlparse-0:0.5.0-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch"
},
"product_reference": "python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tablib-0:3.3.0-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el9pc.noarch"
},
"product_reference": "python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-toml-0:0.10.2-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el9pc.noarch"
},
"product_reference": "python3.11-toml-0:0.10.2-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch"
},
"product_reference": "python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch"
},
"product_reference": "python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-uritemplate-0:4.1.1-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch"
},
"product_reference": "python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-url-normalize-0:1.4.3-6.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch"
},
"product_reference": "python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-urllib3-0:2.2.3-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el9pc.noarch"
},
"product_reference": "python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-urlman-0:2.0.1-3.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el9pc.noarch"
},
"product_reference": "python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-uuid6-0:2023.5.2-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch"
},
"product_reference": "python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-webencodings-0:0.5.1-6.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el9pc.noarch"
},
"product_reference": "python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-whitenoise-0:6.0.0-4.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch"
},
"product_reference": "python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-wrapt-0:1.14.1-4.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64"
},
"product_reference": "python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64"
},
"product_reference": "python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-xlrd-0:2.0.1-8.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el9pc.noarch"
},
"product_reference": "python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-xlwt-0:1.3.0-6.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el9pc.noarch"
},
"product_reference": "python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-yarl-0:1.8.2-4.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el9pc.x86_64"
},
"product_reference": "python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64"
},
"product_reference": "python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-zipp-0:3.20.2-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el9pc.noarch"
},
"product_reference": "python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-actioncable-0:6.1.7.8-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.noarch"
},
"product_reference": "rubygem-actioncable-0:6.1.7.8-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-actioncable-0:6.1.7.8-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.src"
},
"product_reference": "rubygem-actioncable-0:6.1.7.8-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-actionmailbox-0:6.1.7.8-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.noarch"
},
"product_reference": "rubygem-actionmailbox-0:6.1.7.8-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-actionmailbox-0:6.1.7.8-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.src"
},
"product_reference": "rubygem-actionmailbox-0:6.1.7.8-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-actionmailer-0:6.1.7.8-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.noarch"
},
"product_reference": "rubygem-actionmailer-0:6.1.7.8-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-actionmailer-0:6.1.7.8-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.src"
},
"product_reference": "rubygem-actionmailer-0:6.1.7.8-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-actionpack-0:6.1.7.8-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.noarch"
},
"product_reference": "rubygem-actionpack-0:6.1.7.8-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-actionpack-0:6.1.7.8-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.src"
},
"product_reference": "rubygem-actionpack-0:6.1.7.8-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-actiontext-0:6.1.7.8-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.noarch"
},
"product_reference": "rubygem-actiontext-0:6.1.7.8-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-actiontext-0:6.1.7.8-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.src"
},
"product_reference": "rubygem-actiontext-0:6.1.7.8-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-actionview-0:6.1.7.8-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.noarch"
},
"product_reference": "rubygem-actionview-0:6.1.7.8-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-actionview-0:6.1.7.8-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.src"
},
"product_reference": "rubygem-actionview-0:6.1.7.8-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activejob-0:6.1.7.8-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.noarch"
},
"product_reference": "rubygem-activejob-0:6.1.7.8-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activejob-0:6.1.7.8-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.src"
},
"product_reference": "rubygem-activejob-0:6.1.7.8-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activemodel-0:6.1.7.8-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.noarch"
},
"product_reference": "rubygem-activemodel-0:6.1.7.8-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activemodel-0:6.1.7.8-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.src"
},
"product_reference": "rubygem-activemodel-0:6.1.7.8-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activerecord-0:6.1.7.8-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.noarch"
},
"product_reference": "rubygem-activerecord-0:6.1.7.8-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activerecord-0:6.1.7.8-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.src"
},
"product_reference": "rubygem-activerecord-0:6.1.7.8-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activerecord-import-0:1.7.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.noarch"
},
"product_reference": "rubygem-activerecord-import-0:1.7.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activerecord-import-0:1.7.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.src"
},
"product_reference": "rubygem-activerecord-import-0:1.7.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activerecord-session_store-0:2.1.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.noarch"
},
"product_reference": "rubygem-activerecord-session_store-0:2.1.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activerecord-session_store-0:2.1.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.src"
},
"product_reference": "rubygem-activerecord-session_store-0:2.1.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activestorage-0:6.1.7.8-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.noarch"
},
"product_reference": "rubygem-activestorage-0:6.1.7.8-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activestorage-0:6.1.7.8-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.src"
},
"product_reference": "rubygem-activestorage-0:6.1.7.8-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch"
},
"product_reference": "rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activesupport-0:6.1.7.8-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.src"
},
"product_reference": "rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-acts_as_list-0:1.0.3-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.noarch"
},
"product_reference": "rubygem-acts_as_list-0:1.0.3-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-acts_as_list-0:1.0.3-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.src"
},
"product_reference": "rubygem-acts_as_list-0:1.0.3-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-addressable-0:2.8.7-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.noarch"
},
"product_reference": "rubygem-addressable-0:2.8.7-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-addressable-0:2.8.7-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.src"
},
"product_reference": "rubygem-addressable-0:2.8.7-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-algebrick-0:0.7.5-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.noarch"
},
"product_reference": "rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-algebrick-0:0.7.5-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.src"
},
"product_reference": "rubygem-algebrick-0:0.7.5-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-amazing_print-0:1.6.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch"
},
"product_reference": "rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-amazing_print-0:1.6.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.src"
},
"product_reference": "rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ancestry-0:4.3.3-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.noarch"
},
"product_reference": "rubygem-ancestry-0:4.3.3-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ancestry-0:4.3.3-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.src"
},
"product_reference": "rubygem-ancestry-0:4.3.3-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-angular-rails-templates-1:1.1.0-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.noarch"
},
"product_reference": "rubygem-angular-rails-templates-1:1.1.0-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-angular-rails-templates-1:1.1.0-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.src"
},
"product_reference": "rubygem-angular-rails-templates-1:1.1.0-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ansi-0:1.5.0-3.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.noarch"
},
"product_reference": "rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ansi-0:1.5.0-3.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.src"
},
"product_reference": "rubygem-ansi-0:1.5.0-3.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch"
},
"product_reference": "rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-apipie-bindings-0:0.6.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src"
},
"product_reference": "rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-apipie-dsl-0:2.6.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.noarch"
},
"product_reference": "rubygem-apipie-dsl-0:2.6.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-apipie-dsl-0:2.6.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.src"
},
"product_reference": "rubygem-apipie-dsl-0:2.6.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-apipie-params-0:0.0.5-5.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch"
},
"product_reference": "rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-apipie-params-0:0.0.5-5.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.src"
},
"product_reference": "rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-apipie-rails-0:1.4.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.noarch"
},
"product_reference": "rubygem-apipie-rails-0:1.4.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-apipie-rails-0:1.4.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.src"
},
"product_reference": "rubygem-apipie-rails-0:1.4.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-audited-0:5.7.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.noarch"
},
"product_reference": "rubygem-audited-0:5.7.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-audited-0:5.7.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.src"
},
"product_reference": "rubygem-audited-0:5.7.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.noarch"
},
"product_reference": "rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.src"
},
"product_reference": "rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.noarch"
},
"product_reference": "rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.src"
},
"product_reference": "rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.noarch"
},
"product_reference": "rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.src"
},
"product_reference": "rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.noarch"
},
"product_reference": "rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.src"
},
"product_reference": "rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.noarch"
},
"product_reference": "rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.src"
},
"product_reference": "rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bcrypt-0:3.1.20-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.src"
},
"product_reference": "rubygem-bcrypt-0:3.1.20-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bcrypt-0:3.1.20-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.x86_64"
},
"product_reference": "rubygem-bcrypt-0:3.1.20-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bcrypt-debuginfo-0:3.1.20-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el9sat.x86_64"
},
"product_reference": "rubygem-bcrypt-debuginfo-0:3.1.20-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bcrypt-debugsource-0:3.1.20-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el9sat.x86_64"
},
"product_reference": "rubygem-bcrypt-debugsource-0:3.1.20-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-builder-0:3.3.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.noarch"
},
"product_reference": "rubygem-builder-0:3.3.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-builder-0:3.3.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.src"
},
"product_reference": "rubygem-builder-0:3.3.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch"
},
"product_reference": "rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bundler_ext-0:0.4.1-6.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.src"
},
"product_reference": "rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-clamp-0:1.3.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.noarch"
},
"product_reference": "rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-clamp-0:1.3.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.src"
},
"product_reference": "rubygem-clamp-0:1.3.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-coffee-rails-0:5.0.0-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.noarch"
},
"product_reference": "rubygem-coffee-rails-0:5.0.0-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-coffee-rails-0:5.0.0-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.src"
},
"product_reference": "rubygem-coffee-rails-0:5.0.0-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-coffee-script-0:2.4.1-5.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.noarch"
},
"product_reference": "rubygem-coffee-script-0:2.4.1-5.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-coffee-script-0:2.4.1-5.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.src"
},
"product_reference": "rubygem-coffee-script-0:2.4.1-5.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-coffee-script-source-0:1.12.2-5.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.noarch"
},
"product_reference": "rubygem-coffee-script-source-0:1.12.2-5.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-coffee-script-source-0:1.12.2-5.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.src"
},
"product_reference": "rubygem-coffee-script-source-0:1.12.2-5.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-colorize-0:0.8.1-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.noarch"
},
"product_reference": "rubygem-colorize-0:0.8.1-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-colorize-0:0.8.1-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.src"
},
"product_reference": "rubygem-colorize-0:0.8.1-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch"
},
"product_reference": "rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src"
},
"product_reference": "rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch"
},
"product_reference": "rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src"
},
"product_reference": "rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-connection_pool-0:2.4.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.noarch"
},
"product_reference": "rubygem-connection_pool-0:2.4.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-connection_pool-0:2.4.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.src"
},
"product_reference": "rubygem-connection_pool-0:2.4.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-crass-0:1.0.6-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.noarch"
},
"product_reference": "rubygem-crass-0:1.0.6-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-crass-0:1.0.6-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.src"
},
"product_reference": "rubygem-crass-0:1.0.6-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-css_parser-0:1.17.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.noarch"
},
"product_reference": "rubygem-css_parser-0:1.17.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-css_parser-0:1.17.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.src"
},
"product_reference": "rubygem-css_parser-0:1.17.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-daemons-0:1.4.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.noarch"
},
"product_reference": "rubygem-daemons-0:1.4.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-daemons-0:1.4.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.src"
},
"product_reference": "rubygem-daemons-0:1.4.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-deacon-0:1.0.0-5.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.noarch"
},
"product_reference": "rubygem-deacon-0:1.0.0-5.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-deacon-0:1.0.0-5.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.src"
},
"product_reference": "rubygem-deacon-0:1.0.0-5.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-declarative-0:0.0.20-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.noarch"
},
"product_reference": "rubygem-declarative-0:0.0.20-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-declarative-0:0.0.20-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.src"
},
"product_reference": "rubygem-declarative-0:0.0.20-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-deep_cloneable-0:3.2.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.noarch"
},
"product_reference": "rubygem-deep_cloneable-0:3.2.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-deep_cloneable-0:3.2.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.src"
},
"product_reference": "rubygem-deep_cloneable-0:3.2.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-deface-0:1.9.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.noarch"
},
"product_reference": "rubygem-deface-0:1.9.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-deface-0:1.9.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.src"
},
"product_reference": "rubygem-deface-0:1.9.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-diffy-0:3.4.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.noarch"
},
"product_reference": "rubygem-diffy-0:3.4.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-diffy-0:3.4.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.src"
},
"product_reference": "rubygem-diffy-0:3.4.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch"
},
"product_reference": "rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-domain_name-0:0.6.20240107-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.src"
},
"product_reference": "rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-dynflow-0:1.9.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.noarch"
},
"product_reference": "rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-dynflow-0:1.9.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.src"
},
"product_reference": "rubygem-dynflow-0:1.9.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-erubi-0:1.13.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.noarch"
},
"product_reference": "rubygem-erubi-0:1.13.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-erubi-0:1.13.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.src"
},
"product_reference": "rubygem-erubi-0:1.13.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-et-orbi-0:1.2.7-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.noarch"
},
"product_reference": "rubygem-et-orbi-0:1.2.7-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-et-orbi-0:1.2.7-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.src"
},
"product_reference": "rubygem-et-orbi-0:1.2.7-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-excon-0:0.111.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.noarch"
},
"product_reference": "rubygem-excon-0:0.111.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-excon-0:0.111.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.src"
},
"product_reference": "rubygem-excon-0:0.111.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-execjs-0:2.9.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.noarch"
},
"product_reference": "rubygem-execjs-0:2.9.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-execjs-0:2.9.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.src"
},
"product_reference": "rubygem-execjs-0:2.9.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-facter-0:4.7.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.noarch"
},
"product_reference": "rubygem-facter-0:4.7.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-facter-0:4.7.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.src"
},
"product_reference": "rubygem-facter-0:4.7.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-0:1.10.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.noarch"
},
"product_reference": "rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-0:1.10.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.src"
},
"product_reference": "rubygem-faraday-0:1.10.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.noarch"
},
"product_reference": "rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.src"
},
"product_reference": "rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch"
},
"product_reference": "rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-em_http-0:1.0.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src"
},
"product_reference": "rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch"
},
"product_reference": "rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src"
},
"product_reference": "rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch"
},
"product_reference": "rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-excon-0:1.1.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.src"
},
"product_reference": "rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch"
},
"product_reference": "rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src"
},
"product_reference": "rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch"
},
"product_reference": "rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-multipart-0:1.0.4-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src"
},
"product_reference": "rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch"
},
"product_reference": "rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-net_http-0:1.0.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src"
},
"product_reference": "rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch"
},
"product_reference": "rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src"
},
"product_reference": "rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch"
},
"product_reference": "rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-patron-0:1.0.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.src"
},
"product_reference": "rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch"
},
"product_reference": "rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-rack-0:1.0.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.src"
},
"product_reference": "rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch"
},
"product_reference": "rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-retry-0:1.0.3-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.src"
},
"product_reference": "rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch"
},
"product_reference": "rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday_middleware-0:1.2.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src"
},
"product_reference": "rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch"
},
"product_reference": "rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fast_gettext-0:2.4.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.src"
},
"product_reference": "rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ffi-0:1.16.3-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.src"
},
"product_reference": "rubygem-ffi-0:1.16.3-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ffi-0:1.16.3-2.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.x86_64"
},
"product_reference": "rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64"
},
"product_reference": "rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64"
},
"product_reference": "rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-aws-0:3.23.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.noarch"
},
"product_reference": "rubygem-fog-aws-0:3.23.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-aws-0:3.23.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.src"
},
"product_reference": "rubygem-fog-aws-0:3.23.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-core-0:2.4.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.noarch"
},
"product_reference": "rubygem-fog-core-0:2.4.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-core-0:2.4.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.src"
},
"product_reference": "rubygem-fog-core-0:2.4.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-json-0:1.2.0-4.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.noarch"
},
"product_reference": "rubygem-fog-json-0:1.2.0-4.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-json-0:1.2.0-4.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.src"
},
"product_reference": "rubygem-fog-json-0:1.2.0-4.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-kubevirt-0:1.3.7-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.noarch"
},
"product_reference": "rubygem-fog-kubevirt-0:1.3.7-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-kubevirt-0:1.3.7-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.src"
},
"product_reference": "rubygem-fog-kubevirt-0:1.3.7-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-libvirt-0:0.12.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.noarch"
},
"product_reference": "rubygem-fog-libvirt-0:0.12.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-libvirt-0:0.12.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.src"
},
"product_reference": "rubygem-fog-libvirt-0:0.12.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-openstack-0:1.1.3-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.noarch"
},
"product_reference": "rubygem-fog-openstack-0:1.1.3-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-openstack-0:1.1.3-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.src"
},
"product_reference": "rubygem-fog-openstack-0:1.1.3-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-ovirt-0:2.0.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.noarch"
},
"product_reference": "rubygem-fog-ovirt-0:2.0.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-ovirt-0:2.0.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.src"
},
"product_reference": "rubygem-fog-ovirt-0:2.0.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-vsphere-0:3.7.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.noarch"
},
"product_reference": "rubygem-fog-vsphere-0:3.7.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-vsphere-0:3.7.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.src"
},
"product_reference": "rubygem-fog-vsphere-0:3.7.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-xml-0:0.1.4-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.noarch"
},
"product_reference": "rubygem-fog-xml-0:0.1.4-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-xml-0:0.1.4-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.src"
},
"product_reference": "rubygem-fog-xml-0:0.1.4-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman-tasks-0:9.2.3-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.noarch"
},
"product_reference": "rubygem-foreman-tasks-0:9.2.3-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman-tasks-0:9.2.3-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.src"
},
"product_reference": "rubygem-foreman-tasks-0:9.2.3-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_ansible-0:14.2.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.noarch"
},
"product_reference": "rubygem-foreman_ansible-0:14.2.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_ansible-0:14.2.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.src"
},
"product_reference": "rubygem-foreman_ansible-0:14.2.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.noarch"
},
"product_reference": "rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.src"
},
"product_reference": "rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.noarch"
},
"product_reference": "rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.src"
},
"product_reference": "rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_discovery-0:24.0.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.noarch"
},
"product_reference": "rubygem-foreman_discovery-0:24.0.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_discovery-0:24.0.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.src"
},
"product_reference": "rubygem-foreman_discovery-0:24.0.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_google-0:2.0.1-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.noarch"
},
"product_reference": "rubygem-foreman_google-0:2.0.1-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_google-0:2.0.1-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.src"
},
"product_reference": "rubygem-foreman_google-0:2.0.1-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.noarch"
},
"product_reference": "rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.src"
},
"product_reference": "rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_leapp-0:1.2.1-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.noarch"
},
"product_reference": "rubygem-foreman_leapp-0:1.2.1-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_leapp-0:1.2.1-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.src"
},
"product_reference": "rubygem-foreman_leapp-0:1.2.1-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.7.5-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_openscap-0:9.0.4-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.noarch"
},
"product_reference": "rubygem-foreman_openscap-0:9.0.4-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_openscap-0:9.0.4-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.src"
},
"product_reference": "rubygem-foreman_openscap-0:9.0.4-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_puppet-0:7.0.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.noarch"
},
"product_reference": "rubygem-foreman_puppet-0:7.0.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_puppet-0:7.0.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.src"
},
"product_reference": "rubygem-foreman_puppet-0:7.0.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.noarch"
},
"product_reference": "rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.src"
},
"product_reference": "rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el9sat.noarch"
},
"product_reference": "rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.noarch"
},
"product_reference": "rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.src"
},
"product_reference": "rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_templates-0:9.5.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.noarch"
},
"product_reference": "rubygem-foreman_templates-0:9.5.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_templates-0:9.5.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.src"
},
"product_reference": "rubygem-foreman_templates-0:9.5.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.noarch"
},
"product_reference": "rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.src"
},
"product_reference": "rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.noarch"
},
"product_reference": "rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.src"
},
"product_reference": "rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_webhooks-0:3.2.3-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.noarch"
},
"product_reference": "rubygem-foreman_webhooks-0:3.2.3-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_webhooks-0:3.2.3-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.src"
},
"product_reference": "rubygem-foreman_webhooks-0:3.2.3-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-formatador-0:1.1.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.noarch"
},
"product_reference": "rubygem-formatador-0:1.1.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-formatador-0:1.1.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.src"
},
"product_reference": "rubygem-formatador-0:1.1.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-friendly_id-0:5.5.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.noarch"
},
"product_reference": "rubygem-friendly_id-0:5.5.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-friendly_id-0:5.5.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.src"
},
"product_reference": "rubygem-friendly_id-0:5.5.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fugit-0:1.8.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.noarch"
},
"product_reference": "rubygem-fugit-0:1.8.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fugit-0:1.8.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.src"
},
"product_reference": "rubygem-fugit-0:1.8.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fx-0:0.8.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.noarch"
},
"product_reference": "rubygem-fx-0:0.8.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fx-0:0.8.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.src"
},
"product_reference": "rubygem-fx-0:0.8.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-gapic-common-0:0.12.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.noarch"
},
"product_reference": "rubygem-gapic-common-0:0.12.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-gapic-common-0:0.12.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.src"
},
"product_reference": "rubygem-gapic-common-0:0.12.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-get_process_mem-0:1.0.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.noarch"
},
"product_reference": "rubygem-get_process_mem-0:1.0.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-get_process_mem-0:1.0.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.src"
},
"product_reference": "rubygem-get_process_mem-0:1.0.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.noarch"
},
"product_reference": "rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.src"
},
"product_reference": "rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-git-0:1.18.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.noarch"
},
"product_reference": "rubygem-git-0:1.18.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-git-0:1.18.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.src"
},
"product_reference": "rubygem-git-0:1.18.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.noarch"
},
"product_reference": "rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.src"
},
"product_reference": "rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-globalid-0:1.2.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.noarch"
},
"product_reference": "rubygem-globalid-0:1.2.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-globalid-0:1.2.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.src"
},
"product_reference": "rubygem-globalid-0:1.2.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.noarch"
},
"product_reference": "rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.src"
},
"product_reference": "rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-apis-core-0:0.9.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.noarch"
},
"product_reference": "rubygem-google-apis-core-0:0.9.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-apis-core-0:0.9.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.src"
},
"product_reference": "rubygem-google-apis-core-0:0.9.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-cloud-common-0:1.1.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.noarch"
},
"product_reference": "rubygem-google-cloud-common-0:1.1.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-cloud-common-0:1.1.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.src"
},
"product_reference": "rubygem-google-cloud-common-0:1.1.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-cloud-compute-0:0.5.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.noarch"
},
"product_reference": "rubygem-google-cloud-compute-0:0.5.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-cloud-compute-0:0.5.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.src"
},
"product_reference": "rubygem-google-cloud-compute-0:0.5.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.noarch"
},
"product_reference": "rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.src"
},
"product_reference": "rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-cloud-core-0:1.6.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.noarch"
},
"product_reference": "rubygem-google-cloud-core-0:1.6.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-cloud-core-0:1.6.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.src"
},
"product_reference": "rubygem-google-cloud-core-0:1.6.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-cloud-env-0:1.6.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.noarch"
},
"product_reference": "rubygem-google-cloud-env-0:1.6.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-cloud-env-0:1.6.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.src"
},
"product_reference": "rubygem-google-cloud-env-0:1.6.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-cloud-errors-0:1.3.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.noarch"
},
"product_reference": "rubygem-google-cloud-errors-0:1.3.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-cloud-errors-0:1.3.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.src"
},
"product_reference": "rubygem-google-cloud-errors-0:1.3.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-protobuf-0:3.24.3-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.src"
},
"product_reference": "rubygem-google-protobuf-0:3.24.3-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-protobuf-0:3.24.3-2.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.x86_64"
},
"product_reference": "rubygem-google-protobuf-0:3.24.3-2.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-protobuf-debuginfo-0:3.24.3-2.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el9sat.x86_64"
},
"product_reference": "rubygem-google-protobuf-debuginfo-0:3.24.3-2.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-protobuf-debugsource-0:3.24.3-2.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el9sat.x86_64"
},
"product_reference": "rubygem-google-protobuf-debugsource-0:3.24.3-2.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.noarch"
},
"product_reference": "rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.src"
},
"product_reference": "rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.noarch"
},
"product_reference": "rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.src"
},
"product_reference": "rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-googleauth-0:1.3.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.noarch"
},
"product_reference": "rubygem-googleauth-0:1.3.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-googleauth-0:1.3.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.src"
},
"product_reference": "rubygem-googleauth-0:1.3.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-graphql-0:1.13.23-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.noarch"
},
"product_reference": "rubygem-graphql-0:1.13.23-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-graphql-0:1.13.23-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.src"
},
"product_reference": "rubygem-graphql-0:1.13.23-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-graphql-batch-0:0.6.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.noarch"
},
"product_reference": "rubygem-graphql-batch-0:0.6.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-graphql-batch-0:0.6.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.src"
},
"product_reference": "rubygem-graphql-batch-0:0.6.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-grpc-0:1.58.0-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.src"
},
"product_reference": "rubygem-grpc-0:1.58.0-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-grpc-0:1.58.0-2.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.x86_64"
},
"product_reference": "rubygem-grpc-0:1.58.0-2.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-gssapi-0:1.3.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.noarch"
},
"product_reference": "rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-gssapi-0:1.3.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.src"
},
"product_reference": "rubygem-gssapi-0:1.3.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch"
},
"product_reference": "rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli-0:3.12.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.src"
},
"product_reference": "rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch"
},
"product_reference": "rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src"
},
"product_reference": "rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hashie-0:5.0.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.noarch"
},
"product_reference": "rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hashie-0:5.0.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.src"
},
"product_reference": "rubygem-hashie-0:5.0.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-highline-0:2.1.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.noarch"
},
"product_reference": "rubygem-highline-0:2.1.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-highline-0:2.1.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.src"
},
"product_reference": "rubygem-highline-0:2.1.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hocon-0:1.4.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.noarch"
},
"product_reference": "rubygem-hocon-0:1.4.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hocon-0:1.4.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.src"
},
"product_reference": "rubygem-hocon-0:1.4.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-0:3.3.0-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.noarch"
},
"product_reference": "rubygem-http-0:3.3.0-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-0:3.3.0-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.src"
},
"product_reference": "rubygem-http-0:3.3.0-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-accept-0:1.7.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.noarch"
},
"product_reference": "rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-accept-0:1.7.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.src"
},
"product_reference": "rubygem-http-accept-0:1.7.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-cookie-0:1.0.6-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch"
},
"product_reference": "rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-cookie-0:1.0.6-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.src"
},
"product_reference": "rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-form_data-0:2.1.1-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.noarch"
},
"product_reference": "rubygem-http-form_data-0:2.1.1-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-form_data-0:2.1.1-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.src"
},
"product_reference": "rubygem-http-form_data-0:2.1.1-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http_parser.rb-0:0.6.0-4.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.src"
},
"product_reference": "rubygem-http_parser.rb-0:0.6.0-4.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http_parser.rb-0:0.6.0-4.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.x86_64"
},
"product_reference": "rubygem-http_parser.rb-0:0.6.0-4.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el9sat.x86_64"
},
"product_reference": "rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http_parser.rb-debugsource-0:0.6.0-4.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el9sat.x86_64"
},
"product_reference": "rubygem-http_parser.rb-debugsource-0:0.6.0-4.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-httpclient-0:2.8.3-4.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.noarch"
},
"product_reference": "rubygem-httpclient-0:2.8.3-4.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-httpclient-0:2.8.3-4.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.src"
},
"product_reference": "rubygem-httpclient-0:2.8.3-4.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-i18n-0:1.14.5-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.noarch"
},
"product_reference": "rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-i18n-0:1.14.5-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.src"
},
"product_reference": "rubygem-i18n-0:1.14.5-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-infoblox-0:3.0.0-4.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.noarch"
},
"product_reference": "rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-infoblox-0:3.0.0-4.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.src"
},
"product_reference": "rubygem-infoblox-0:3.0.0-4.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-jgrep-0:1.3.3-11.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.noarch"
},
"product_reference": "rubygem-jgrep-0:1.3.3-11.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-jgrep-0:1.3.3-11.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.src"
},
"product_reference": "rubygem-jgrep-0:1.3.3-11.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-journald-logger-0:3.1.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch"
},
"product_reference": "rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-journald-logger-0:3.1.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.src"
},
"product_reference": "rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-journald-native-0:1.0.12-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.src"
},
"product_reference": "rubygem-journald-native-0:1.0.12-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-journald-native-0:1.0.12-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64"
},
"product_reference": "rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64"
},
"product_reference": "rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64"
},
"product_reference": "rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-jsonpath-0:1.1.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.noarch"
},
"product_reference": "rubygem-jsonpath-0:1.1.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-jsonpath-0:1.1.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.src"
},
"product_reference": "rubygem-jsonpath-0:1.1.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-jwt-0:2.8.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.noarch"
},
"product_reference": "rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-jwt-0:2.8.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.src"
},
"product_reference": "rubygem-jwt-0:2.8.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-kafo-0:7.4.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.noarch"
},
"product_reference": "rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-kafo-0:7.4.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.src"
},
"product_reference": "rubygem-kafo-0:7.4.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch"
},
"product_reference": "rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-kafo_parsers-0:1.2.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src"
},
"product_reference": "rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch"
},
"product_reference": "rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-kafo_wizards-0:0.0.2-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src"
},
"product_reference": "rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-katello-0:4.14.0.3-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.noarch"
},
"product_reference": "rubygem-katello-0:4.14.0.3-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-katello-0:4.14.0.3-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.src"
},
"product_reference": "rubygem-katello-0:4.14.0.3-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-kubeclient-0:4.10.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.noarch"
},
"product_reference": "rubygem-kubeclient-0:4.10.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-kubeclient-0:4.10.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.src"
},
"product_reference": "rubygem-kubeclient-0:4.10.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ldap_fluff-0:0.7.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.noarch"
},
"product_reference": "rubygem-ldap_fluff-0:0.7.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ldap_fluff-0:0.7.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.src"
},
"product_reference": "rubygem-ldap_fluff-0:0.7.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-little-plugger-0:1.1.4-3.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch"
},
"product_reference": "rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-little-plugger-0:1.1.4-3.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.src"
},
"product_reference": "rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-locale-0:2.1.4-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.noarch"
},
"product_reference": "rubygem-locale-0:2.1.4-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-locale-0:2.1.4-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.src"
},
"product_reference": "rubygem-locale-0:2.1.4-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-logging-0:2.4.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.noarch"
},
"product_reference": "rubygem-logging-0:2.4.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-logging-0:2.4.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.src"
},
"product_reference": "rubygem-logging-0:2.4.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-logging-journald-0:2.1.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch"
},
"product_reference": "rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-logging-journald-0:2.1.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.src"
},
"product_reference": "rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-loofah-0:2.22.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.noarch"
},
"product_reference": "rubygem-loofah-0:2.22.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-loofah-0:2.22.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.src"
},
"product_reference": "rubygem-loofah-0:2.22.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mail-0:2.8.1-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.noarch"
},
"product_reference": "rubygem-mail-0:2.8.1-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mail-0:2.8.1-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.src"
},
"product_reference": "rubygem-mail-0:2.8.1-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-marcel-0:1.0.4-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.noarch"
},
"product_reference": "rubygem-marcel-0:1.0.4-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-marcel-0:1.0.4-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.src"
},
"product_reference": "rubygem-marcel-0:1.0.4-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-memoist-0:0.16.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.noarch"
},
"product_reference": "rubygem-memoist-0:0.16.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-memoist-0:0.16.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.src"
},
"product_reference": "rubygem-memoist-0:0.16.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-method_source-0:1.1.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.noarch"
},
"product_reference": "rubygem-method_source-0:1.1.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-method_source-0:1.1.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.src"
},
"product_reference": "rubygem-method_source-0:1.1.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mime-types-0:3.5.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.noarch"
},
"product_reference": "rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mime-types-0:3.5.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.src"
},
"product_reference": "rubygem-mime-types-0:3.5.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch"
},
"product_reference": "rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src"
},
"product_reference": "rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mini_mime-0:1.1.5-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.noarch"
},
"product_reference": "rubygem-mini_mime-0:1.1.5-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mini_mime-0:1.1.5-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.src"
},
"product_reference": "rubygem-mini_mime-0:1.1.5-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mqtt-0:0.5.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.noarch"
},
"product_reference": "rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mqtt-0:0.5.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.src"
},
"product_reference": "rubygem-mqtt-0:0.5.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ms_rest-0:0.7.6-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.noarch"
},
"product_reference": "rubygem-ms_rest-0:0.7.6-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ms_rest-0:0.7.6-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.src"
},
"product_reference": "rubygem-ms_rest-0:0.7.6-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ms_rest_azure-0:0.12.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.noarch"
},
"product_reference": "rubygem-ms_rest_azure-0:0.12.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ms_rest_azure-0:0.12.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.src"
},
"product_reference": "rubygem-ms_rest_azure-0:0.12.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-msgpack-0:1.7.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.src"
},
"product_reference": "rubygem-msgpack-0:1.7.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-msgpack-0:1.7.2-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64"
},
"product_reference": "rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64"
},
"product_reference": "rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64"
},
"product_reference": "rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-multi_json-0:1.15.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.noarch"
},
"product_reference": "rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-multi_json-0:1.15.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.src"
},
"product_reference": "rubygem-multi_json-0:1.15.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-multipart-post-0:2.2.3-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch"
},
"product_reference": "rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-multipart-post-0:2.2.3-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.src"
},
"product_reference": "rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mustermann-0:2.0.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.noarch"
},
"product_reference": "rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mustermann-0:2.0.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.src"
},
"product_reference": "rubygem-mustermann-0:2.0.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-net-ldap-0:0.19.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.noarch"
},
"product_reference": "rubygem-net-ldap-0:0.19.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-net-ldap-0:0.19.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.src"
},
"product_reference": "rubygem-net-ldap-0:0.19.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-net-ping-0:2.0.8-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.noarch"
},
"product_reference": "rubygem-net-ping-0:2.0.8-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-net-ping-0:2.0.8-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.src"
},
"product_reference": "rubygem-net-ping-0:2.0.8-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-net-scp-0:4.0.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.noarch"
},
"product_reference": "rubygem-net-scp-0:4.0.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-net-scp-0:4.0.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.src"
},
"product_reference": "rubygem-net-scp-0:4.0.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-net-ssh-0:7.2.3-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch"
},
"product_reference": "rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-net-ssh-0:7.2.3-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.src"
},
"product_reference": "rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-net_http_unix-0:0.2.2-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.noarch"
},
"product_reference": "rubygem-net_http_unix-0:0.2.2-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-net_http_unix-0:0.2.2-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.src"
},
"product_reference": "rubygem-net_http_unix-0:0.2.2-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-netrc-0:0.11.0-6.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.noarch"
},
"product_reference": "rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-netrc-0:0.11.0-6.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.src"
},
"product_reference": "rubygem-netrc-0:0.11.0-6.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nio4r-0:2.7.3-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.src"
},
"product_reference": "rubygem-nio4r-0:2.7.3-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nio4r-0:2.7.3-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.x86_64"
},
"product_reference": "rubygem-nio4r-0:2.7.3-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nio4r-debuginfo-0:2.7.3-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el9sat.x86_64"
},
"product_reference": "rubygem-nio4r-debuginfo-0:2.7.3-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nio4r-debugsource-0:2.7.3-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el9sat.x86_64"
},
"product_reference": "rubygem-nio4r-debugsource-0:2.7.3-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-0:1.15.6-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.src"
},
"product_reference": "rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64"
},
"product_reference": "rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64"
},
"product_reference": "rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64"
},
"product_reference": "rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-oauth-0:1.1.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.noarch"
},
"product_reference": "rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-oauth-0:1.1.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.src"
},
"product_reference": "rubygem-oauth-0:1.1.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch"
},
"product_reference": "rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-oauth-tty-0:1.0.5-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.src"
},
"product_reference": "rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-openscap-0:0.4.9-9.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.noarch"
},
"product_reference": "rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-openscap-0:0.4.9-9.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.src"
},
"product_reference": "rubygem-openscap-0:0.4.9-9.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch"
},
"product_reference": "rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-openscap_parser-0:1.0.2-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.src"
},
"product_reference": "rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-optimist-0:3.1.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.noarch"
},
"product_reference": "rubygem-optimist-0:3.1.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-optimist-0:3.1.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.src"
},
"product_reference": "rubygem-optimist-0:3.1.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-os-0:1.1.4-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.noarch"
},
"product_reference": "rubygem-os-0:1.1.4-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-os-0:1.1.4-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.src"
},
"product_reference": "rubygem-os-0:1.1.4-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.src"
},
"product_reference": "rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.x86_64"
},
"product_reference": "rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el9sat.x86_64"
},
"product_reference": "rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el9sat.x86_64"
},
"product_reference": "rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-parallel-0:1.25.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.noarch"
},
"product_reference": "rubygem-parallel-0:1.25.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-parallel-0:1.25.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.src"
},
"product_reference": "rubygem-parallel-0:1.25.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-0:1.5.7-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.src"
},
"product_reference": "rubygem-pg-0:1.5.7-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-0:1.5.7-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.x86_64"
},
"product_reference": "rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64"
},
"product_reference": "rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64"
},
"product_reference": "rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-polyglot-0:0.3.5-3.1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.noarch"
},
"product_reference": "rubygem-polyglot-0:0.3.5-3.1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-polyglot-0:0.3.5-3.1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.src"
},
"product_reference": "rubygem-polyglot-0:0.3.5-3.1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-powerbar-0:2.0.1-3.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.noarch"
},
"product_reference": "rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-powerbar-0:2.0.1-3.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.src"
},
"product_reference": "rubygem-powerbar-0:2.0.1-3.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-prometheus-client-0:4.2.3-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.noarch"
},
"product_reference": "rubygem-prometheus-client-0:4.2.3-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-prometheus-client-0:4.2.3-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.src"
},
"product_reference": "rubygem-prometheus-client-0:4.2.3-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-promise.rb-0:0.7.4-3.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.noarch"
},
"product_reference": "rubygem-promise.rb-0:0.7.4-3.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-promise.rb-0:0.7.4-3.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.src"
},
"product_reference": "rubygem-promise.rb-0:0.7.4-3.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-public_suffix-0:5.1.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.noarch"
},
"product_reference": "rubygem-public_suffix-0:5.1.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-public_suffix-0:5.1.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.src"
},
"product_reference": "rubygem-public_suffix-0:5.1.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.noarch"
},
"product_reference": "rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.src"
},
"product_reference": "rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.noarch"
},
"product_reference": "rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.src"
},
"product_reference": "rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_container_client-0:2.20.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.noarch"
},
"product_reference": "rubygem-pulp_container_client-0:2.20.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_container_client-0:2.20.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.src"
},
"product_reference": "rubygem-pulp_container_client-0:2.20.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_deb_client-0:3.2.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.noarch"
},
"product_reference": "rubygem-pulp_deb_client-0:3.2.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_deb_client-0:3.2.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.src"
},
"product_reference": "rubygem-pulp_deb_client-0:3.2.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_file_client-0:3.49.17-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.noarch"
},
"product_reference": "rubygem-pulp_file_client-0:3.49.17-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_file_client-0:3.49.17-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.src"
},
"product_reference": "rubygem-pulp_file_client-0:3.49.17-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.noarch"
},
"product_reference": "rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.src"
},
"product_reference": "rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_python_client-0:3.11.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.noarch"
},
"product_reference": "rubygem-pulp_python_client-0:3.11.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_python_client-0:3.11.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.src"
},
"product_reference": "rubygem-pulp_python_client-0:3.11.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.noarch"
},
"product_reference": "rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.src"
},
"product_reference": "rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulpcore_client-1:3.49.17-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.noarch"
},
"product_reference": "rubygem-pulpcore_client-1:3.49.17-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulpcore_client-1:3.49.17-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.src"
},
"product_reference": "rubygem-pulpcore_client-1:3.49.17-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-puma-0:6.4.3-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.src"
},
"product_reference": "rubygem-puma-0:6.4.3-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-puma-0:6.4.3-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.x86_64"
},
"product_reference": "rubygem-puma-0:6.4.3-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-puma-debuginfo-0:6.4.3-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el9sat.x86_64"
},
"product_reference": "rubygem-puma-debuginfo-0:6.4.3-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-puma-debugsource-0:6.4.3-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el9sat.x86_64"
},
"product_reference": "rubygem-puma-debugsource-0:6.4.3-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-puma-status-0:1.6-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.noarch"
},
"product_reference": "rubygem-puma-status-0:1.6-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-puma-status-0:1.6-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.src"
},
"product_reference": "rubygem-puma-status-0:1.6-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-raabro-0:1.4.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.noarch"
},
"product_reference": "rubygem-raabro-0:1.4.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-raabro-0:1.4.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.src"
},
"product_reference": "rubygem-raabro-0:1.4.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rabl-0:0.16.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.noarch"
},
"product_reference": "rubygem-rabl-0:0.16.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rabl-0:0.16.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.src"
},
"product_reference": "rubygem-rabl-0:0.16.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.8.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.noarch"
},
"product_reference": "rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.8.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.src"
},
"product_reference": "rubygem-rack-0:2.2.8.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-cors-0:1.1.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.noarch"
},
"product_reference": "rubygem-rack-cors-0:1.1.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-cors-0:1.1.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.src"
},
"product_reference": "rubygem-rack-cors-0:1.1.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-jsonp-0:1.3.1-10.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.noarch"
},
"product_reference": "rubygem-rack-jsonp-0:1.3.1-10.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-jsonp-0:1.3.1-10.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.src"
},
"product_reference": "rubygem-rack-jsonp-0:1.3.1-10.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-protection-0:2.2.4-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch"
},
"product_reference": "rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-protection-0:2.2.4-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.src"
},
"product_reference": "rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-test-0:2.1.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.noarch"
},
"product_reference": "rubygem-rack-test-0:2.1.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-test-0:2.1.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.src"
},
"product_reference": "rubygem-rack-test-0:2.1.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rails-0:6.1.7.8-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.noarch"
},
"product_reference": "rubygem-rails-0:6.1.7.8-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rails-0:6.1.7.8-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.src"
},
"product_reference": "rubygem-rails-0:6.1.7.8-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rails-dom-testing-0:2.2.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.noarch"
},
"product_reference": "rubygem-rails-dom-testing-0:2.2.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rails-dom-testing-0:2.2.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.src"
},
"product_reference": "rubygem-rails-dom-testing-0:2.2.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.noarch"
},
"product_reference": "rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.src"
},
"product_reference": "rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rails-i18n-0:7.0.9-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.noarch"
},
"product_reference": "rubygem-rails-i18n-0:7.0.9-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rails-i18n-0:7.0.9-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.src"
},
"product_reference": "rubygem-rails-i18n-0:7.0.9-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-railties-0:6.1.7.8-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.noarch"
},
"product_reference": "rubygem-railties-0:6.1.7.8-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-railties-0:6.1.7.8-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.src"
},
"product_reference": "rubygem-railties-0:6.1.7.8-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rainbow-0:2.2.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.noarch"
},
"product_reference": "rubygem-rainbow-0:2.2.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rainbow-0:2.2.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.src"
},
"product_reference": "rubygem-rainbow-0:2.2.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch"
},
"product_reference": "rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rb-inotify-0:0.11.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.src"
},
"product_reference": "rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbnacl-0:4.0.2-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch"
},
"product_reference": "rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbnacl-0:4.0.2-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.src"
},
"product_reference": "rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbvmomi2-0:3.7.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.noarch"
},
"product_reference": "rubygem-rbvmomi2-0:3.7.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbvmomi2-0:3.7.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.src"
},
"product_reference": "rubygem-rbvmomi2-0:3.7.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rchardet-0:1.8.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.noarch"
},
"product_reference": "rubygem-rchardet-0:1.8.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rchardet-0:1.8.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.src"
},
"product_reference": "rubygem-rchardet-0:1.8.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-recursive-open-struct-0:1.1.3-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.noarch"
},
"product_reference": "rubygem-recursive-open-struct-0:1.1.3-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-recursive-open-struct-0:1.1.3-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.src"
},
"product_reference": "rubygem-recursive-open-struct-0:1.1.3-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-redfish_client-0:0.6.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch"
},
"product_reference": "rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-redfish_client-0:0.6.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.src"
},
"product_reference": "rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-redis-0:4.5.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.noarch"
},
"product_reference": "rubygem-redis-0:4.5.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-redis-0:4.5.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.src"
},
"product_reference": "rubygem-redis-0:4.5.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-representable-0:3.2.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.noarch"
},
"product_reference": "rubygem-representable-0:3.2.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-representable-0:3.2.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.src"
},
"product_reference": "rubygem-representable-0:3.2.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-responders-0:3.1.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.noarch"
},
"product_reference": "rubygem-responders-0:3.1.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-responders-0:3.1.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.src"
},
"product_reference": "rubygem-responders-0:3.1.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rest-client-0:2.1.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.noarch"
},
"product_reference": "rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rest-client-0:2.1.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.src"
},
"product_reference": "rubygem-rest-client-0:2.1.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-retriable-0:3.1.2-3.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.noarch"
},
"product_reference": "rubygem-retriable-0:3.1.2-3.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-retriable-0:3.1.2-3.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.src"
},
"product_reference": "rubygem-retriable-0:3.1.2-3.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rkerberos-0:0.1.5-21.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.src"
},
"product_reference": "rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64"
},
"product_reference": "rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64"
},
"product_reference": "rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64"
},
"product_reference": "rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-roadie-0:5.2.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.noarch"
},
"product_reference": "rubygem-roadie-0:5.2.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-roadie-0:5.2.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.src"
},
"product_reference": "rubygem-roadie-0:5.2.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-roadie-rails-0:3.2.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.noarch"
},
"product_reference": "rubygem-roadie-rails-0:3.2.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-roadie-rails-0:3.2.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.src"
},
"product_reference": "rubygem-roadie-rails-0:3.2.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rsec-0:0.4.3-5.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.noarch"
},
"product_reference": "rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rsec-0:0.4.3-5.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.src"
},
"product_reference": "rubygem-rsec-0:0.4.3-5.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src"
},
"product_reference": "rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64"
},
"product_reference": "rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64"
},
"product_reference": "rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64"
},
"product_reference": "rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch"
},
"product_reference": "rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src"
},
"product_reference": "rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby2ruby-0:2.5.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.noarch"
},
"product_reference": "rubygem-ruby2ruby-0:2.5.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby2ruby-0:2.5.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.src"
},
"product_reference": "rubygem-ruby2ruby-0:2.5.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby_parser-0:3.21.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.noarch"
},
"product_reference": "rubygem-ruby_parser-0:3.21.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby_parser-0:3.21.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.src"
},
"product_reference": "rubygem-ruby_parser-0:3.21.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch"
},
"product_reference": "rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rubyipmi-0:0.11.1-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.src"
},
"product_reference": "rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-safemode-0:1.5.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.noarch"
},
"product_reference": "rubygem-safemode-0:1.5.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-safemode-0:1.5.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.src"
},
"product_reference": "rubygem-safemode-0:1.5.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-scoped_search-0:4.1.12-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.noarch"
},
"product_reference": "rubygem-scoped_search-0:4.1.12-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-scoped_search-0:4.1.12-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.src"
},
"product_reference": "rubygem-scoped_search-0:4.1.12-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sd_notify-0:0.1.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch"
},
"product_reference": "rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sd_notify-0:0.1.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.src"
},
"product_reference": "rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-secure_headers-0:6.7.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.noarch"
},
"product_reference": "rubygem-secure_headers-0:6.7.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-secure_headers-0:6.7.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.src"
},
"product_reference": "rubygem-secure_headers-0:6.7.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sequel-0:5.83.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.noarch"
},
"product_reference": "rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sequel-0:5.83.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.src"
},
"product_reference": "rubygem-sequel-0:5.83.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch"
},
"product_reference": "rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-server_sent_events-0:0.1.3-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.src"
},
"product_reference": "rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sexp_processor-0:4.17.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.noarch"
},
"product_reference": "rubygem-sexp_processor-0:4.17.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sexp_processor-0:4.17.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.src"
},
"product_reference": "rubygem-sexp_processor-0:4.17.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sidekiq-0:6.5.12-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.noarch"
},
"product_reference": "rubygem-sidekiq-0:6.5.12-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sidekiq-0:6.5.12-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.src"
},
"product_reference": "rubygem-sidekiq-0:6.5.12-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-signet-0:0.17.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.noarch"
},
"product_reference": "rubygem-signet-0:0.17.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-signet-0:0.17.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.src"
},
"product_reference": "rubygem-signet-0:0.17.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sinatra-1:2.2.4-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.noarch"
},
"product_reference": "rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sinatra-1:2.2.4-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.src"
},
"product_reference": "rubygem-sinatra-1:2.2.4-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch"
},
"product_reference": "rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src"
},
"product_reference": "rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch"
},
"product_reference": "rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src"
},
"product_reference": "rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch"
},
"product_reference": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src"
},
"product_reference": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch"
},
"product_reference": "rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src"
},
"product_reference": "rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch"
},
"product_reference": "rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src"
},
"product_reference": "rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch"
},
"product_reference": "rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src"
},
"product_reference": "rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch"
},
"product_reference": "rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src"
},
"product_reference": "rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch"
},
"product_reference": "rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src"
},
"product_reference": "rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch"
},
"product_reference": "rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src"
},
"product_reference": "rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch"
},
"product_reference": "rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src"
},
"product_reference": "rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch"
},
"product_reference": "rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src"
},
"product_reference": "rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch"
},
"product_reference": "rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src"
},
"product_reference": "rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch"
},
"product_reference": "rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-snaky_hash-0:2.0.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.src"
},
"product_reference": "rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-spidr-0:0.7.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.noarch"
},
"product_reference": "rubygem-spidr-0:0.7.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-spidr-0:0.7.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.src"
},
"product_reference": "rubygem-spidr-0:0.7.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sprockets-0:4.2.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.noarch"
},
"product_reference": "rubygem-sprockets-0:4.2.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sprockets-0:4.2.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.src"
},
"product_reference": "rubygem-sprockets-0:4.2.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sprockets-rails-0:3.5.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.noarch"
},
"product_reference": "rubygem-sprockets-rails-0:3.5.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sprockets-rails-0:3.5.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.src"
},
"product_reference": "rubygem-sprockets-rails-0:3.5.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sqlite3-0:1.4.4-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.src"
},
"product_reference": "rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64"
},
"product_reference": "rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64"
},
"product_reference": "rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64"
},
"product_reference": "rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sshkey-0:2.0.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.noarch"
},
"product_reference": "rubygem-sshkey-0:2.0.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sshkey-0:2.0.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.src"
},
"product_reference": "rubygem-sshkey-0:2.0.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch"
},
"product_reference": "rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-statsd-instrument-0:2.9.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src"
},
"product_reference": "rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-stomp-0:1.4.10-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.noarch"
},
"product_reference": "rubygem-stomp-0:1.4.10-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-stomp-0:1.4.10-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.src"
},
"product_reference": "rubygem-stomp-0:1.4.10-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-thor-0:1.3.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.noarch"
},
"product_reference": "rubygem-thor-0:1.3.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-thor-0:1.3.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.src"
},
"product_reference": "rubygem-thor-0:1.3.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-tilt-0:2.4.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.noarch"
},
"product_reference": "rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-tilt-0:2.4.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.src"
},
"product_reference": "rubygem-tilt-0:2.4.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-timeliness-0:0.3.10-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.noarch"
},
"product_reference": "rubygem-timeliness-0:0.3.10-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-timeliness-0:0.3.10-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.src"
},
"product_reference": "rubygem-timeliness-0:0.3.10-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-trailblazer-option-0:0.1.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.noarch"
},
"product_reference": "rubygem-trailblazer-option-0:0.1.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-trailblazer-option-0:0.1.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.src"
},
"product_reference": "rubygem-trailblazer-option-0:0.1.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-tzinfo-0:2.0.6-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch"
},
"product_reference": "rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-tzinfo-0:2.0.6-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.src"
},
"product_reference": "rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-uber-0:0.1.0-3.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.noarch"
},
"product_reference": "rubygem-uber-0:0.1.0-3.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-uber-0:0.1.0-3.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.src"
},
"product_reference": "rubygem-uber-0:0.1.0-3.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch"
},
"product_reference": "rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unicode-display_width-0:2.4.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src"
},
"product_reference": "rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.noarch"
},
"product_reference": "rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.src"
},
"product_reference": "rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-version_gem-0:1.1.4-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.noarch"
},
"product_reference": "rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-version_gem-0:1.1.4-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.src"
},
"product_reference": "rubygem-version_gem-0:1.1.4-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-webrick-0:1.8.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.noarch"
},
"product_reference": "rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-webrick-0:1.8.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.src"
},
"product_reference": "rubygem-webrick-0:1.8.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-websocket-driver-0:0.7.6-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.src"
},
"product_reference": "rubygem-websocket-driver-0:0.7.6-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-websocket-driver-0:0.7.6-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.x86_64"
},
"product_reference": "rubygem-websocket-driver-0:0.7.6-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-websocket-driver-debuginfo-0:0.7.6-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el9sat.x86_64"
},
"product_reference": "rubygem-websocket-driver-debuginfo-0:0.7.6-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-websocket-driver-debugsource-0:0.7.6-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el9sat.x86_64"
},
"product_reference": "rubygem-websocket-driver-debugsource-0:0.7.6-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-websocket-extensions-0:0.1.5-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.noarch"
},
"product_reference": "rubygem-websocket-extensions-0:0.1.5-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-websocket-extensions-0:0.1.5-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.src"
},
"product_reference": "rubygem-websocket-extensions-0:0.1.5-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-will_paginate-0:3.3.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.noarch"
},
"product_reference": "rubygem-will_paginate-0:3.3.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-will_paginate-0:3.3.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.src"
},
"product_reference": "rubygem-will_paginate-0:3.3.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch"
},
"product_reference": "rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-xmlrpc-0:0.3.3-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.src"
},
"product_reference": "rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch"
},
"product_reference": "rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-zeitwerk-0:2.6.17-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.src"
},
"product_reference": "rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.0-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.noarch"
},
"product_reference": "satellite-0:6.16.0-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.0-2.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.src"
},
"product_reference": "satellite-0:6.16.0-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.16.0-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el9sat.noarch"
},
"product_reference": "satellite-capsule-0:6.16.0-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.16.0-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:satellite-cli-0:6.16.0-2.el9sat.noarch"
},
"product_reference": "satellite-cli-0:6.16.0-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.16.0-2.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:satellite-common-0:6.16.0-2.el9sat.noarch"
},
"product_reference": "satellite-common-0:6.16.0-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.src"
},
"product_reference": "satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.x86_64"
},
"product_reference": "satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-installer-0:6.16.0.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.noarch"
},
"product_reference": "satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-installer-0:6.16.0.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.src"
},
"product_reference": "satellite-installer-0:6.16.0.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-lifecycle-0:6.16.0-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.noarch"
},
"product_reference": "satellite-lifecycle-0:6.16.0-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-lifecycle-0:6.16.0-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.src"
},
"product_reference": "satellite-lifecycle-0:6.16.0-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-maintain-0:0.0.2-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.noarch"
},
"product_reference": "satellite-maintain-0:0.0.2-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-maintain-0:0.0.2-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.src"
},
"product_reference": "satellite-maintain-0:0.0.2-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.src"
},
"product_reference": "yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.x86_64"
},
"product_reference": "yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-4067",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2024-05-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.src",
"8Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.src",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.noarch",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.src",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.src",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.x86_64",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.src",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.x86_64",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.src",
"9Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.src",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.noarch",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.src",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-websockify-0:0.10.0-3.el9sat.src",
"9Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-websockify-0:0.10.0-3.el9sat.noarch",
"9Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.src",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.src",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.src",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.src",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.src",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.src",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.src",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.x86_64",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.src",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2280601"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the NPM package `micromatch` where it is vulnerable to a regular expression denial of service (ReDoS). The issue occurs in `micromatch.braces()` in `index.js` because the pattern `.*` will readily match anything. By passing a malicious payload, the pattern matching will keep backtracking to the input while it doesn\u0027t find the closing bracket. As the input size increases, the consumption time will also increase until it causes the application to hang or slow down. There was a merged fix but further testing shows the issue persists. This issue should be mitigated by using a safe pattern that won\u0027t start backtracking the regular expression due to greedy matching.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "micromatch: vulnerable to Regular Expression Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el9sat.noarch"
],
"known_not_affected": [
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.src",
"8Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.src",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.noarch",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.src",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.src",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.x86_64",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.src",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.x86_64",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.src",
"9Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.src",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.noarch",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.src",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-websockify-0:0.10.0-3.el9sat.src",
"9Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-websockify-0:0.10.0-3.el9sat.noarch",
"9Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.src",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.src",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.src",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.src",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.src",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.src",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.src",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.x86_64",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.src",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-4067"
},
{
"category": "external",
"summary": "RHBZ#2280601",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280601"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-4067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4067"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-4067",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4067"
},
{
"category": "external",
"summary": "https://devhub.checkmarx.com/cve-details/CVE-2024-4067/",
"url": "https://devhub.checkmarx.com/cve-details/CVE-2024-4067/"
},
{
"category": "external",
"summary": "https://github.com/micromatch/micromatch/blob/2c56a8604b68c1099e7bc0f807ce0865a339747a/index.js#L448",
"url": "https://github.com/micromatch/micromatch/blob/2c56a8604b68c1099e7bc0f807ce0865a339747a/index.js#L448"
},
{
"category": "external",
"summary": "https://github.com/micromatch/micromatch/issues/243",
"url": "https://github.com/micromatch/micromatch/issues/243"
},
{
"category": "external",
"summary": "https://github.com/micromatch/micromatch/pull/247",
"url": "https://github.com/micromatch/micromatch/pull/247"
}
],
"release_date": "2023-12-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-11-05T17:49:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.16/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el9sat.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:8906"
},
{
"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": [
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.src",
"8Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.src",
"8Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.noarch",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.src",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.src",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.x86_64",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.src",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.x86_64",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.src",
"9Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.src",
"9Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.noarch",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.src",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-websockify-0:0.10.0-3.el9sat.src",
"9Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-websockify-0:0.10.0-3.el9sat.noarch",
"9Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.src",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.src",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.src",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.src",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.src",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.src",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.src",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.x86_64",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.src",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.src",
"8Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.src",
"8Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.noarch",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.src",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.src",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.x86_64",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.src",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.x86_64",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.src",
"9Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.src",
"9Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.noarch",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.src",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-websockify-0:0.10.0-3.el9sat.src",
"9Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-websockify-0:0.10.0-3.el9sat.noarch",
"9Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.src",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.src",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.src",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.src",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.src",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.src",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.src",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.x86_64",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.src",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "micromatch: vulnerable to Regular Expression Denial of Service"
},
{
"cve": "CVE-2024-5569",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-07-09T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.src",
"8Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.src",
"8Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.noarch",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.src",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.src",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.x86_64",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.src",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.x86_64",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.src",
"9Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.src",
"9Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.noarch",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.src",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-websockify-0:0.10.0-3.el9sat.src",
"9Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-websockify-0:0.10.0-3.el9sat.noarch",
"9Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.src",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.src",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.src",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.src",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.src",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.src",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.src",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.x86_64",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.src",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2296413"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jaraco/zipp. The vulnerability is triggered when processing a specially crafted zip file that leads to an infinite loop. This issue also impacts the zipfile module of CPython, as features from the third-party zipp library are later merged into CPython, and the affected code is identical in both projects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/jaraco/zipp: Denial of Service (infinite loop) via crafted zip file in jaraco/zipp",
"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": [
"8Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"9Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el9pc.noarch"
],
"known_not_affected": [
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.src",
"8Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.src",
"8Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.noarch",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.src",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.src",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.x86_64",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.src",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.x86_64",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.src",
"9Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.src",
"9Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.noarch",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.src",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-websockify-0:0.10.0-3.el9sat.src",
"9Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-websockify-0:0.10.0-3.el9sat.noarch",
"9Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.src",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.src",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.src",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.src",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.src",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.src",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.src",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.x86_64",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.src",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-5569"
},
{
"category": "external",
"summary": "RHBZ#2296413",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2296413"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-5569",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5569"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-5569",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-5569"
},
{
"category": "external",
"summary": "https://github.com/jaraco/zipp/commit/fd604bd34f0343472521a36da1fbd22e793e14fd",
"url": "https://github.com/jaraco/zipp/commit/fd604bd34f0343472521a36da1fbd22e793e14fd"
},
{
"category": "external",
"summary": "https://huntr.com/bounties/be898306-11f9-46b4-b28c-f4c4aa4ffbae",
"url": "https://huntr.com/bounties/be898306-11f9-46b4-b28c-f4c4aa4ffbae"
}
],
"release_date": "2024-07-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-11-05T17:49:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.16/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"9Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el9pc.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:8906"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.src",
"8Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.src",
"8Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.noarch",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.src",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.src",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.x86_64",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.src",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.x86_64",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.src",
"9Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.src",
"9Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.noarch",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.src",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-websockify-0:0.10.0-3.el9sat.src",
"9Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-websockify-0:0.10.0-3.el9sat.noarch",
"9Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.src",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.src",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.src",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.src",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.src",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.src",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.src",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.x86_64",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.src",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/jaraco/zipp: Denial of Service (infinite loop) via crafted zip file in jaraco/zipp"
},
{
"cve": "CVE-2024-7012",
"cwe": {
"id": "CWE-287",
"name": "Improper Authentication"
},
"discovery_date": "2024-07-23T04:51:12+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.src",
"8Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.src",
"8Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.noarch",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.src",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.src",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.x86_64",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.src",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.x86_64",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.src",
"9Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.src",
"9Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.noarch",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.src",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-websockify-0:0.10.0-3.el9sat.src",
"9Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-websockify-0:0.10.0-3.el9sat.noarch",
"9Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.src",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.src",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.src",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.src",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.src",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.src",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.src",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.x86_64",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.src",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2299429"
}
],
"notes": [
{
"category": "description",
"text": "An authentication bypass vulnerability has been identified in Foreman when deployed with External Authentication, due to the puppet-foreman configuration. This issue arises from Apache\u0027s mod_proxy not properly unsetting headers because of restrictions on underscores in HTTP headers, allowing authentication through a malformed header. This flaw impacts all active Satellite deployments (6.13, 6.14 and 6.15) and could potentially enable unauthorized users to gain administrative access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "puppet-foreman: An authentication bypass vulnerability exists in Foreman",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as CRITICAL severity because this flaw allows attackers to gain unauthorized administrative access.",
"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": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch"
],
"known_not_affected": [
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.src",
"8Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.src",
"8Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.noarch",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.src",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.src",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.x86_64",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.src",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.x86_64",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.src",
"9Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.src",
"9Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.noarch",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.src",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-websockify-0:0.10.0-3.el9sat.src",
"9Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-websockify-0:0.10.0-3.el9sat.noarch",
"9Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.src",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.src",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.src",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.src",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.src",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.src",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.src",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.x86_64",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.src",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-7012"
},
{
"category": "external",
"summary": "RHBZ#2299429",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2299429"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-7012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7012"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-7012",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7012"
}
],
"release_date": "2024-09-04T13:14:02.531632+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-11-05T17:49:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.16/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:8906"
},
{
"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": [
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.src",
"8Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.src",
"8Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.noarch",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.src",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.src",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.x86_64",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.src",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.x86_64",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.src",
"9Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.src",
"9Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.noarch",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.src",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-websockify-0:0.10.0-3.el9sat.src",
"9Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-websockify-0:0.10.0-3.el9sat.noarch",
"9Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.src",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.src",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.src",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.src",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.src",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.src",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.src",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.x86_64",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.src",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.src",
"8Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.src",
"8Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.noarch",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.src",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.src",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.x86_64",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.src",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.x86_64",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.src",
"9Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.src",
"9Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.noarch",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.src",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-websockify-0:0.10.0-3.el9sat.src",
"9Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-websockify-0:0.10.0-3.el9sat.noarch",
"9Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.src",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.src",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.src",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.src",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.src",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.src",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.src",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.x86_64",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.src",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Critical"
}
],
"title": "puppet-foreman: An authentication bypass vulnerability exists in Foreman"
},
{
"cve": "CVE-2024-7246",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2024-08-06T11:20:24.557753+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.src",
"8Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.src",
"8Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.noarch",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.src",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.src",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.x86_64",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.src",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.x86_64",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.src",
"9Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.src",
"9Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.noarch",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.src",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-websockify-0:0.10.0-3.el9sat.src",
"9Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-websockify-0:0.10.0-3.el9sat.noarch",
"9Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.src",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.src",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.src",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.src",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.src",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.src",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.src",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.x86_64",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.src",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2303104"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Google gRPC due to HPACK table poisoning between the proxy and backend so that other clients see failed requests, resulting in a denial of service. This occurs because the error status for a misencoded header is not cleared between header reads, resulting in subsequent (incrementally indexed) added headers in the first request being poisoned until cleared from the HPACK table. By sending a specially crafted request, an attacker could leak other clients HTTP header keys. Attackers are only able to access HTTP header keys but not values.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "grpc: client communicating with a HTTP/2 proxy can poison the HPACK table between the proxy and the backend",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is specific to C++ implementations of gRPC release and does not affect Golang or Java implementations of gRPC.\n\nThe gRPC RPM was packaged with Openshift via the Kuryr component. However, Kuryr was never configured to run code using the gRPC library, hence, grpcio dependency has been removed from Kuryr since Openshift-4.12.",
"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": [
"8Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"9Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64"
],
"known_not_affected": [
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.src",
"8Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.src",
"8Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.noarch",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.src",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.src",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.x86_64",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.src",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.x86_64",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.src",
"9Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.src",
"9Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.noarch",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.src",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-websockify-0:0.10.0-3.el9sat.src",
"9Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-websockify-0:0.10.0-3.el9sat.noarch",
"9Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.src",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.src",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.src",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.src",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.src",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.src",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.src",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.x86_64",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.src",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-7246"
},
{
"category": "external",
"summary": "RHBZ#2303104",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2303104"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-7246",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7246"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-7246",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7246"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc/issues/36245",
"url": "https://github.com/grpc/grpc/issues/36245"
}
],
"release_date": "2024-08-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-11-05T17:49:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.16/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"9Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:8906"
},
{
"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": [
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.src",
"8Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.src",
"8Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.noarch",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.src",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.src",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.x86_64",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.src",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.x86_64",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.src",
"9Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.src",
"9Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.noarch",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.src",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-websockify-0:0.10.0-3.el9sat.src",
"9Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-websockify-0:0.10.0-3.el9sat.noarch",
"9Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.src",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.src",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.src",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.src",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.src",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.src",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.src",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.x86_64",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.src",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.src",
"8Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.src",
"8Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.noarch",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.src",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.src",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.x86_64",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.src",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.x86_64",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.src",
"9Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.src",
"9Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.noarch",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.src",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-websockify-0:0.10.0-3.el9sat.src",
"9Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-websockify-0:0.10.0-3.el9sat.noarch",
"9Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.src",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.src",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.src",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.src",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.src",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.src",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.src",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.x86_64",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.src",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "grpc: client communicating with a HTTP/2 proxy can poison the HPACK table between the proxy and the backend"
},
{
"cve": "CVE-2024-7923",
"cwe": {
"id": "CWE-287",
"name": "Improper Authentication"
},
"discovery_date": "2024-08-19T12:36:58.759000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.src",
"8Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.src",
"8Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.noarch",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.src",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.src",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.x86_64",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.src",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.x86_64",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.src",
"9Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.src",
"9Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.noarch",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.src",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-websockify-0:0.10.0-3.el9sat.src",
"9Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-websockify-0:0.10.0-3.el9sat.noarch",
"9Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.src",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.src",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.src",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.src",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.src",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.src",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.src",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.x86_64",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.src",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2305718"
}
],
"notes": [
{
"category": "description",
"text": "An authentication bypass vulnerability has been identified in Pulpcore when deployed with Gunicorn versions prior to 22.0, due to the puppet-pulpcore configuration. This issue arises from Apache\u0027s mod_proxy not properly unsetting headers because of restrictions on underscores in HTTP headers, allowing authentication through a malformed header. This flaw impacts all active Satellite deployments (6.13, 6.14 and 6.15) which are using Pulpcore version 3.0+ and could potentially enable unauthorized users to gain administrative access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "puppet-pulpcore: An authentication bypass vulnerability exists in pulpcore",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as Critical severity because this flaw allows attackers to gain unauthorized administrative access. There is no threat to users of RHUI because there is no public access to Pulp by RHUI users.",
"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": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch"
],
"known_not_affected": [
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.src",
"8Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.src",
"8Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.noarch",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.src",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.src",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.x86_64",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.src",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.x86_64",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.src",
"9Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.src",
"9Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.noarch",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.src",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-websockify-0:0.10.0-3.el9sat.src",
"9Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-websockify-0:0.10.0-3.el9sat.noarch",
"9Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.src",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.src",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.src",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.src",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.src",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.src",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.src",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.x86_64",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.src",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-7923"
},
{
"category": "external",
"summary": "RHBZ#2305718",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2305718"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-7923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7923"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-7923",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7923"
}
],
"release_date": "2024-09-04T13:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-11-05T17:49:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.16/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:8906"
},
{
"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": [
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.src",
"8Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.src",
"8Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.noarch",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.src",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.src",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.x86_64",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.src",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.x86_64",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.src",
"9Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.src",
"9Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.noarch",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.src",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-websockify-0:0.10.0-3.el9sat.src",
"9Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-websockify-0:0.10.0-3.el9sat.noarch",
"9Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.src",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.src",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.src",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.src",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.src",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.src",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.src",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.x86_64",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.src",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.src",
"8Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.src",
"8Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.noarch",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.src",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.src",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.x86_64",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.src",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.x86_64",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.src",
"9Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.src",
"9Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.noarch",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.src",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-websockify-0:0.10.0-3.el9sat.src",
"9Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-websockify-0:0.10.0-3.el9sat.noarch",
"9Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.src",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.src",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.src",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.src",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.src",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.src",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.src",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.x86_64",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.src",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Critical"
}
],
"title": "puppet-pulpcore: An authentication bypass vulnerability exists in pulpcore"
},
{
"cve": "CVE-2024-8376",
"cwe": {
"id": "CWE-755",
"name": "Improper Handling of Exceptional Conditions"
},
"discovery_date": "2024-10-11T16:02:55.907427+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.src",
"8Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.src",
"8Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.noarch",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.src",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.src",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.x86_64",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.src",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.x86_64",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.src",
"9Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.src",
"9Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.noarch",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.src",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-websockify-0:0.10.0-3.el9sat.src",
"9Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-websockify-0:0.10.0-3.el9sat.noarch",
"9Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.src",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.src",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.src",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.src",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.src",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.src",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.src",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.x86_64",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.src",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2318080"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Eclipse Mosquitto. A remote attacker may be able to trigger memory leakage, segmentation fault, or a heap-use-after-free condition by sending specific sequences of \"CONNECT\", \"DISCONNECT\", \"SUBSCRIBE\", \"UNSUBSCRIBE\", and \"PUBLISH\" packets.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "mosquitto: sending specific sequences of packets may trigger memory leak",
"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": [
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64"
],
"known_not_affected": [
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.src",
"8Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.src",
"8Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.noarch",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.src",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.src",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.x86_64",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.src",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.x86_64",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.src",
"9Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.src",
"9Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.noarch",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.src",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-websockify-0:0.10.0-3.el9sat.src",
"9Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-websockify-0:0.10.0-3.el9sat.noarch",
"9Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.src",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.src",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.src",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.src",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.src",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.src",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.src",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.x86_64",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.src",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-8376"
},
{
"category": "external",
"summary": "RHBZ#2318080",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2318080"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-8376",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8376"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-8376",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-8376"
},
{
"category": "external",
"summary": "https://github.com/eclipse/mosquitto/releases/tag/v2.0.19",
"url": "https://github.com/eclipse/mosquitto/releases/tag/v2.0.19"
},
{
"category": "external",
"summary": "https://gitlab.eclipse.org/security/cve-assignement/-/issues/26",
"url": "https://gitlab.eclipse.org/security/cve-assignement/-/issues/26"
},
{
"category": "external",
"summary": "https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/216",
"url": "https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/216"
},
{
"category": "external",
"summary": "https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/217",
"url": "https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/217"
},
{
"category": "external",
"summary": "https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/218",
"url": "https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/218"
},
{
"category": "external",
"summary": "https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/227",
"url": "https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/227"
},
{
"category": "external",
"summary": "https://mosquitto.org/",
"url": "https://mosquitto.org/"
}
],
"release_date": "2024-10-11T15:18:54.142000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-11-05T17:49:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.16/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:8906"
}
],
"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": [
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.src",
"8Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-0:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.src",
"8Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.noarch",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.src",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.src",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.x86_64",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.src",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.x86_64",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.src",
"9Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-0:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-cli-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-debug-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16:foreman-dynflow-sidekiq-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ec2-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-journald-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-libvirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.src",
"9Base-satellite-6.16:foreman-openstack-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-ovirt-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-pcp-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-postgresql-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-redis-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-service-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-telemetry-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-vmware-0:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.noarch",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.src",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-websockify-0:0.10.0-3.el9sat.src",
"9Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-websockify-0:0.10.0-3.el9sat.noarch",
"9Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.src",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.src",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-0:3.3.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el9sat.src",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-os-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el9sat.src",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el9sat.src",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el9sat.src",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el9sat.src",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el9sat.src",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el9sat.src",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el9sat.x86_64",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el9sat.src",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.src",
"9Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el9sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "mosquitto: sending specific sequences of packets may trigger memory leak"
},
{
"cve": "CVE-2024-8553",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2024-09-16T07:20:13.067000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.noarch",
"8Base-satellite-6.16:ansible-lint-0:5.4.0-1.el8pc.src",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:ansible-runner-0:2.2.1-6.el8sat.src",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:candlepin-0:4.4.16-1.el8sat.src",
"8Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el8sat.noarch",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.src",
"8Base-satellite-6.16:cjson-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el8sat.x86_64",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.src",
"8Base-satellite-6.16:createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el8sat.src",
"8Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"8Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.16:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el8sat.src",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el8sat.src",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el8sat.src",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.noarch",
"8Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el8sat.src",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.src",
"8Base-satellite-6.16:libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.16:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.src",
"8Base-satellite-6.16:mosquitto-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el8sat.x86_64",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.noarch",
"8Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el8sat.src",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.noarch",
"8Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el8pc.x86_64",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.src",
"8Base-satellite-6.16:puppet-agent-0:8.8.1-1.el8sat.x86_64",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el8sat.src",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el8sat.src",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.noarch",
"8Base-satellite-6.16:puppetserver-0:8.6.2-2.el8sat.src",
"8Base-satellite-6.16:python-aiodns-0:3.0.0-7.el8pc.src",
"8Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el8pc.src",
"8Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el8pc.src",
"8Base-satellite-6.16:python-aioredis-0:2.0.1-6.el8pc.src",
"8Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el8pc.src",
"8Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-asgiref-0:3.6.0-5.el8pc.src",
"8Base-satellite-6.16:python-async-lru-0:1.0.3-5.el8pc.src",
"8Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el8pc.src",
"8Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el8pc.src",
"8Base-satellite-6.16:python-attrs-0:21.4.0-6.el8pc.src",
"8Base-satellite-6.16:python-backoff-0:2.2.1-5.el8pc.src",
"8Base-satellite-6.16:python-bindep-0:2.11.0-5.el8pc.src",
"8Base-satellite-6.16:python-bleach-0:3.3.1-6.el8pc.src",
"8Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el8pc.src",
"8Base-satellite-6.16:python-bracex-0:2.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-0:1.0.9-6.el8pc.src",
"8Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python-certifi-0:2022.12.7-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-0:1.15.1-5.el8pc.src",
"8Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-chardet-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el8pc.src",
"8Base-satellite-6.16:python-click-0:8.1.3-5.el8pc.src",
"8Base-satellite-6.16:python-click-shell-0:2.1-7.el8pc.src",
"8Base-satellite-6.16:python-colorama-0:0.4.4-7.el8pc.src",
"8Base-satellite-6.16:python-commonmark-0:0.9.1-9.el8pc.src",
"8Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el8pc.src",
"8Base-satellite-6.16:python-cryptography-0:42.0.8-1.el8pc.src",
"8Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python-daemon-0:2.3.1-3.el8sat.src",
"8Base-satellite-6.16:python-dataclasses-0:0.8-7.el8pc.src",
"8Base-satellite-6.16:python-dateutil-0:2.8.2-5.el8pc.src",
"8Base-satellite-6.16:python-debian-0:0.1.44-7.el8pc.src",
"8Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el8pc.src",
"8Base-satellite-6.16:python-deprecated-0:1.2.13-5.el8pc.src",
"8Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el8pc.src",
"8Base-satellite-6.16:python-distro-0:1.7.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-0:4.2.16-1.el8pc.src",
"8Base-satellite-6.16:python-django-filter-0:23.2-4.el8pc.src",
"8Base-satellite-6.16:python-django-guid-0:3.3.0-5.el8pc.src",
"8Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el8pc.src",
"8Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el8pc.src",
"8Base-satellite-6.16:python-docutils-0:0.20.1-4.el8pc.src",
"8Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el8pc.src",
"8Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el8pc.src",
"8Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el8pc.src",
"8Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el8pc.src",
"8Base-satellite-6.16:python-enrich-0:1.2.6-7.el8pc.src",
"8Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el8pc.src",
"8Base-satellite-6.16:python-flake8-0:5.0.0-3.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el8pc.src",
"8Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python-future-0:0.18.3-5.el8pc.src",
"8Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el8pc.src",
"8Base-satellite-6.16:python-gitdb-0:4.0.10-5.el8pc.src",
"8Base-satellite-6.16:python-gitpython-0:3.1.40-3.el8pc.src",
"8Base-satellite-6.16:python-gnupg-0:0.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el8pc.src",
"8Base-satellite-6.16:python-grpcio-0:1.65.4-1.el8pc.src",
"8Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el8pc.src",
"8Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-inflection-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-iniparse-0:0.4-39.el8pc.src",
"8Base-satellite-6.16:python-jinja2-0:3.1.4-1.el8pc.src",
"8Base-satellite-6.16:python-jq-0:1.6.0-3.el8pc.src",
"8Base-satellite-6.16:python-json-stream-0:2.3.2-4.el8pc.src",
"8Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el8pc.src",
"8Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el8pc.src",
"8Base-satellite-6.16:python-lockfile-0:0.12.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-0:4.9.2-4.el8pc.src",
"8Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-markdown-0:3.4.1-3.el8pc.src",
"8Base-satellite-6.16:python-markuppy-0:1.14-6.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-mccabe-0:0.7.0-3.el8pc.src",
"8Base-satellite-6.16:python-multidict-0:6.0.4-4.el8pc.src",
"8Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python-odfpy-0:1.4.1-9.el8pc.src",
"8Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el8pc.src",
"8Base-satellite-6.16:python-packaging-0:21.3-6.el8pc.src",
"8Base-satellite-6.16:python-parsley-0:1.3-5.el8pc.src",
"8Base-satellite-6.16:python-pbr-0:5.8.0-7.el8pc.src",
"8Base-satellite-6.16:python-pexpect-0:4.8.0-5.el8pc.src",
"8Base-satellite-6.16:python-pillow-0:10.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-productmd-0:1.33-5.el8pc.src",
"8Base-satellite-6.16:python-protobuf-0:4.21.6-5.el8pc.src",
"8Base-satellite-6.16:python-psycopg-0:3.1.9-3.el8pc.src",
"8Base-satellite-6.16:python-ptyprocess-0:0.7.0-2.el8sat.src",
"8Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el8pc.src",
"8Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el8pc.src",
"8Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el8pc.src",
"8Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el8pc.src",
"8Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycares-0:4.1.2-4.el8pc.src",
"8Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el8pc.src",
"8Base-satellite-6.16:python-pycparser-0:2.21-5.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el8pc.src",
"8Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.16:python-pygments-0:2.17.0-1.el8pc.src",
"8Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el8pc.src",
"8Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el8pc.src",
"8Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python-pytz-0:2022.2.1-6.el8pc.src",
"8Base-satellite-6.16:python-redis-0:4.3.4-4.el8pc.src",
"8Base-satellite-6.16:python-requests-0:2.31.0-4.el8pc.src",
"8Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-0:1.19.2-6.el8pc.src",
"8Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python-rich-0:13.3.1-7.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-0:0.17.21-5.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-0:0.2.7-4.el8pc.src",
"8Base-satellite-6.16:python-ruamel-yaml-clib-debugsource-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python-schema-0:0.7.5-5.el8pc.src",
"8Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el8pc.src",
"8Base-satellite-6.16:python-six-0:1.16.0-5.el8pc.src",
"8Base-satellite-6.16:python-smmap-0:5.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-solv-0:0.7.28-1.el8pc.src",
"8Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.16:python-tablib-0:3.3.0-4.el8pc.src",
"8Base-satellite-6.16:python-tenacity-0:7.0.0-5.el8pc.src",
"8Base-satellite-6.16:python-toml-0:0.10.2-5.el8pc.src",
"8Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el8pc.src",
"8Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el8pc.src",
"8Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el8pc.src",
"8Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el8pc.src",
"8Base-satellite-6.16:python-urllib3-0:2.2.3-1.el8pc.src",
"8Base-satellite-6.16:python-urlman-0:2.0.1-3.el8pc.src",
"8Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el8pc.src",
"8Base-satellite-6.16:python-wcmatch-0:8.3-5.el8pc.src",
"8Base-satellite-6.16:python-webencodings-0:0.5.1-6.el8pc.src",
"8Base-satellite-6.16:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-0:1.14.1-4.el8pc.src",
"8Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python-xlrd-0:2.0.1-8.el8pc.src",
"8Base-satellite-6.16:python-xlwt-0:1.3.0-6.el8pc.src",
"8Base-satellite-6.16:python-yarl-0:1.8.2-4.el8pc.src",
"8Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python-zipp-0:3.20.2-1.el8pc.src",
"8Base-satellite-6.16:python3-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3-solv-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-6.el8sat.noarch",
"8Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-bracex-0:2.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-0:8.1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-colorama-0:0.4.4-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-commonmark-0:0.9.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-daemon-0:2.3.1-3.el8sat.noarch",
"8Base-satellite-6.16:python3.11-dataclasses-0:0.8-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-0:4.2.16-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-enrich-0:1.2.6-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-future-0:0.18.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el8pc.noarch",
"8Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-packaging-0:21.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-parsley-0:1.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-productmd-0:1.33-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-2.el8sat.noarch",
"8Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-rich-0:13.3.1-7.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-0:0.17.21-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-ruamel-yaml-clib-debuginfo-0:0.2.7-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-six-0:1.16.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-tenacity-0:7.0.0-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el8pc.noarch",
"8Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wcmatch-0:8.3-5.el8pc.noarch",
"8Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el8pc.noarch",
"8Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el8pc.noarch",
"8Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el8pc.noarch",
"8Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el8pc.noarch",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-6.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el8sat.src",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.src",
"8Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-0:1.13.23-1.el8sat.src",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-graphql-batch-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-grpc-0:1.58.0-2.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman-0:3.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_kubevirt-0:0.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_puppet-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hammer_cli_katello-0:1.14.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-cookie-0:1.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-http_parser.rb-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debuginfo-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-http_parser.rb-debugsource-0:0.6.0-4.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-i18n-0:1.14.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-jwt-0:2.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo-0:7.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ldap_fluff-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-locale-0:2.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-loofah-0:2.22.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mail-0:2.8.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-marcel-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-method_source-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mime-types-data-0:3.2024.0806-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mini_mime-0:1.1.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-msgpack-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debuginfo-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-msgpack-debugsource-0:1.7.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ldap-0:0.19.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-0:7.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nio4r-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debuginfo-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nio4r-debugsource-0:2.7.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-optimist-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debuginfo-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt-engine-sdk-debugsource-0:4.6.0-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-parallel-0:1.25.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pg-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debuginfo-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-pg-debugsource-0:1.5.7-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-prometheus-client-0:4.2.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-public_suffix-0:5.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ansible_client-0:0.21.7-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_certguard_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_container_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_deb_client-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_file_client-0:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_ostree_client-0:2.3.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_python_client-0:3.11.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulp_rpm_client-0:3.26.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-pulpcore_client-1:3.49.17-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-puma-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debuginfo-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-debugsource-0:6.4.3-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-0:2.2.8.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-dom-testing-0:2.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-html-sanitizer-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rails-i18n-0:7.0.9-1.el8sat.src",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-railties-0:6.1.7.8-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rb-inotify-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rbvmomi2-0:3.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redfish_client-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-responders-0:3.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.src",
"8Base-satellite-6.16:rubygem-rkerberos-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debuginfo-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-rkerberos-debugsource-0:0.1.5-21.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-0:5.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-roadie-rails-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby-libvirt-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby2ruby-0:2.5.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-ruby_parser-0:3.21.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-rubyipmi-0:0.11.1-2.el8sat.src",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-safemode-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-scoped_search-0:4.1.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-secure_headers-0:6.7.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sequel-0:5.83.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sexp_processor-0:4.17.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sidekiq-0:6.5.12-1.el8sat.src",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_ansible-0:3.5.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery-0:1.0.5-10.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_openscap-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_pulp-0:3.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-spidr-0:0.7.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-0:4.2.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sprockets-rails-0:3.5.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-sqlite3-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debuginfo-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sqlite3-debugsource-0:1.4.4-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-thor-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tilt-0:2.4.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.16:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-unicode-display_width-0:2.4.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-version_gem-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-webrick-0:1.8.2-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-websocket-driver-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debuginfo-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-driver-debugsource-0:0.7.6-1.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.16:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-xmlrpc-0:0.3.3-1.el8sat.src",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-zeitwerk-0:2.6.17-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.0-2.el8sat.src",
"8Base-satellite-6.16:satellite-capsule-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-cli-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.0-2.el8sat.noarch",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.16:satellite-convert2rhel-toolkit-0:1.0.1-1.el8sat.x86_64",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-installer-0:6.16.0.2-1.el8sat.src",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-lifecycle-0:6.16.0-1.el8sat.src",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.src",
"8Base-satellite-6.16:yggdrasil-worker-forwarder-0:0.0.3-3.el8sat.x86_64",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16-capsule:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16-capsule:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-capsule:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16-capsule:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16-capsule:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16-capsule:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16-capsule:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16-capsule:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16-capsule:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16-capsule:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16-capsule:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16-capsule:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16-capsule:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-i18n-0:1.14.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-infoblox-0:3.0.0-4.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-journald-logger-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-journald-native-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo-0:7.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_parsers-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-kafo_wizards-0:0.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-logging-journald-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mqtt-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-msgpack-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debuginfo-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-msgpack-debugsource-0:1.7.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-multipart-post-0:2.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-mustermann-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-net-ssh-0:7.2.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.6-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap-0:0.4.9-9.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-openscap_parser-0:1.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-pg-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debuginfo-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-pg-debugsource-0:1.5.7-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-0:2.2.8.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rack-protection-0:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rb-inotify-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rbnacl-0:4.0.2-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-redfish_client-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rkerberos-debugsource-0:0.1.5-21.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rsec-0:0.4.3-5.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.2-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-rubyipmi-0:0.11.1-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sd_notify-0:0.1.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sequel-0:5.83.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-server_sent_events-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-sinatra-1:2.2.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_ansible-0:3.5.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_container_gateway-0:3.1.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.18-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery-0:1.0.5-10.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dns_infoblox-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_dynflow-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_openscap-0:0.11.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_pulp-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.11.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-smart_proxy_shellhooks-0:0.9.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debuginfo-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-sqlite3-debugsource-0:1.4.4-1.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-statsd-instrument-0:2.9.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tilt-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-tzinfo-0:2.0.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-webrick-0:1.8.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-xmlrpc-0:0.3.3-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-zeitwerk-0:2.6.17-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-installer-0:6.16.0.2-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16-maintenance:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-clone-0:3.6.2-1.el9sat.src",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:satellite-maintain-0:0.0.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-gssapi-0:1.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_admin-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_ansible-0:0.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.3.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.4.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_discovery-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_google-0:1.1.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_leapp-0:0.1.3-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_openscap-0:0.2.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_templates-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_foreman_webhooks-0:0.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hammer_cli_katello-0:1.14.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-hashie-0:5.0.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-highline-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-accept-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-http-cookie-0:1.0.6-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-jwt-0:2.8.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-little-plugger-0:1.1.4-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-locale-0:2.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-logging-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-0:3.5.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-mime-types-data-0:3.2024.0806-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-multi_json-0:1.15.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-netrc-0:0.11.0-6.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-oauth-tty-0:1.0.5-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-powerbar-0:2.0.1-3.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-rest-client-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-snaky_hash-0:2.0.1-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-unicode-display_width-0:2.4.2-1.el9sat.src",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.noarch",
"9Base-satellite-6.16-utils:rubygem-version_gem-0:1.1.4-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-0:6.16.0-2.el9sat.src",
"9Base-satellite-6.16-utils:satellite-capsule-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16-utils:satellite-common-0:6.16.0-2.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite-0:4.2.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansible-collection-redhat-satellite_operations-0:3.0.0-1.el9sat.src",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:ansible-runner-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-foreman_scap_client-0:0.3.0-1.el9sat.src",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.noarch",
"9Base-satellite-6.16:ansiblerole-insights-client-0:1.7.1-2.el9sat.src",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:candlepin-0:4.4.16-1.el9sat.src",
"9Base-satellite-6.16:candlepin-selinux-0:4.4.16-1.el9sat.noarch",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.src",
"9Base-satellite-6.16:cjson-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debuginfo-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:cjson-debugsource-0:1.7.17-1.el9sat.x86_64",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.src",
"9Base-satellite-6.16:createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-debugsource-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:createrepo_c-libs-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.src",
"9Base-satellite-6.16:dynflow-utils-0:1.6.3-1.el9sat.x86_64",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-bootloaders-redhat-0:202102220000-3.el9sat.src",
"9Base-satellite-6.16:foreman-bootloaders-redhat-tftpboot-0:202102220000-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.noarch",
"9Base-satellite-6.16:foreman-discovery-image-1:4.1.0-61.el8sat.src",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-fapolicyd-0:1.0.1-3.el9sat.src",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.1-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-obsolete-packages-0:1.10-1.el9sat.src",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:foreman-proxy-content-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-fapolicyd-0:1.0.1-3.el9sat.noarch",
"9Base-satellite-6.16:foreman-proxy-journald-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-selinux-0:3.12.0-1.el9sat.src",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-0:4.14.0-0.1.rc2.el9sat.src",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.noarch",
"9Base-satellite-6.16:katello-certs-tools-0:2.10.0-1.el9sat.src",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.noarch",
"9Base-satellite-6.16:katello-client-bootstrap-0:1.7.9-2.el9sat.src",
"9Base-satellite-6.16:katello-common-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-debug-0:4.14.0-0.1.rc2.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:katello-selinux-0:5.0.2-1.el9sat.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.src",
"9Base-satellite-6.16:libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libcomps-debugsource-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.src",
"9Base-satellite-6.16:libsodium-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debuginfo-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:libsodium-debugsource-0:1.0.17-3.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.src",
"9Base-satellite-6.16:mosquitto-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debuginfo-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:mosquitto-debugsource-0:2.0.19-1.el9sat.x86_64",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.noarch",
"9Base-satellite-6.16:postgresql-evr-0:0.0.2-3.el9sat.src",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.noarch",
"9Base-satellite-6.16:pulpcore-obsolete-packages-0:1.2.0-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.src",
"9Base-satellite-6.16:pulpcore-selinux-0:2.0.1-1.el9pc.x86_64",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.src",
"9Base-satellite-6.16:puppet-agent-0:8.8.1-1.el9sat.x86_64",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.noarch",
"9Base-satellite-6.16:puppet-agent-oauth-0:0.5.10-1.el9sat.src",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:puppet-foreman_scap_client-0:1.0.0-2.el9sat.src",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:puppetlabs-stdlib-0:9.4.1-1.el9sat.src",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.noarch",
"9Base-satellite-6.16:puppetserver-0:8.6.2-2.el9sat.src",
"9Base-satellite-6.16:python-aiodns-0:3.0.0-7.el9pc.src",
"9Base-satellite-6.16:python-aiofiles-0:22.1.0-5.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-0:3.9.4-1.el9pc.src",
"9Base-satellite-6.16:python-aiohttp-debugsource-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-aiohttp-xmlrpc-0:1.5.0-6.el9pc.src",
"9Base-satellite-6.16:python-aioredis-0:2.0.1-6.el9pc.src",
"9Base-satellite-6.16:python-aiosignal-0:1.3.1-5.el9pc.src",
"9Base-satellite-6.16:python-ansible-builder-0:3.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-asgiref-0:3.6.0-5.el9pc.src",
"9Base-satellite-6.16:python-async-lru-0:1.0.3-5.el9pc.src",
"9Base-satellite-6.16:python-async-timeout-0:4.0.2-6.el9pc.src",
"9Base-satellite-6.16:python-asyncio-throttle-0:1.0.2-7.el9pc.src",
"9Base-satellite-6.16:python-attrs-0:21.4.0-6.el9pc.src",
"9Base-satellite-6.16:python-backoff-0:2.2.1-5.el9pc.src",
"9Base-satellite-6.16:python-bindep-0:2.11.0-5.el9pc.src",
"9Base-satellite-6.16:python-bleach-0:3.3.1-6.el9pc.src",
"9Base-satellite-6.16:python-bleach-allowlist-0:1.0.3-7.el9pc.src",
"9Base-satellite-6.16:python-brotli-0:1.0.9-6.el9pc.src",
"9Base-satellite-6.16:python-brotli-debugsource-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python-certifi-0:2022.12.7-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-0:1.15.1-5.el9pc.src",
"9Base-satellite-6.16:python-cffi-debugsource-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-chardet-0:5.0.0-2.el9pc.src",
"9Base-satellite-6.16:python-charset-normalizer-0:2.1.1-5.el9pc.src",
"9Base-satellite-6.16:python-click-0:8.1.3-5.el9pc.src",
"9Base-satellite-6.16:python-click-shell-0:2.1-7.el9pc.src",
"9Base-satellite-6.16:python-contextlib2-0:21.6.0-7.el9pc.src",
"9Base-satellite-6.16:python-cryptography-0:42.0.8-1.el9pc.src",
"9Base-satellite-6.16:python-cryptography-debugsource-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python-daemon-0:2.3.1-4.3.el9pc.src",
"9Base-satellite-6.16:python-dateutil-0:2.8.2-5.el9pc.src",
"9Base-satellite-6.16:python-debian-0:0.1.44-7.el9pc.src",
"9Base-satellite-6.16:python-defusedxml-0:0.7.1-7.el9pc.src",
"9Base-satellite-6.16:python-deprecated-0:1.2.13-5.el9pc.src",
"9Base-satellite-6.16:python-diff-match-patch-0:20200713-7.el9pc.src",
"9Base-satellite-6.16:python-distro-0:1.7.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-0:4.2.16-1.el9pc.src",
"9Base-satellite-6.16:python-django-filter-0:23.2-4.el9pc.src",
"9Base-satellite-6.16:python-django-guid-0:3.3.0-5.el9pc.src",
"9Base-satellite-6.16:python-django-import-export-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-lifecycle-0:1.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-django-readonly-field-0:1.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-0:3.14.0-4.el9pc.src",
"9Base-satellite-6.16:python-djangorestframework-queryfields-0:1.0.0-8.el9pc.src",
"9Base-satellite-6.16:python-docutils-0:0.20.1-4.el9pc.src",
"9Base-satellite-6.16:python-drf-access-policy-0:1.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-drf-nested-routers-0:0.93.4-6.el9pc.src",
"9Base-satellite-6.16:python-drf-spectacular-0:0.26.5-5.el9pc.src",
"9Base-satellite-6.16:python-dynaconf-0:3.1.12-4.el9pc.src",
"9Base-satellite-6.16:python-ecdsa-0:0.18.0-5.el9pc.src",
"9Base-satellite-6.16:python-et-xmlfile-0:1.1.0-6.el9pc.src",
"9Base-satellite-6.16:python-flake8-0:5.0.0-3.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-0:1.3.3-5.el9pc.src",
"9Base-satellite-6.16:python-frozenlist-debugsource-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python-future-0:0.18.3-5.el9pc.src",
"9Base-satellite-6.16:python-galaxy-importer-0:0.4.19-2.el9pc.src",
"9Base-satellite-6.16:python-gitdb-0:4.0.10-5.el9pc.src",
"9Base-satellite-6.16:python-gitpython-0:3.1.40-3.el9pc.src",
"9Base-satellite-6.16:python-gnupg-0:0.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-googleapis-common-protos-0:1.59.1-4.el9pc.src",
"9Base-satellite-6.16:python-grpcio-0:1.65.4-1.el9pc.src",
"9Base-satellite-6.16:python-grpcio-debugsource-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python-gunicorn-0:22.0.0-1.el9pc.src",
"9Base-satellite-6.16:python-importlib-metadata-0:6.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-inflection-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-iniparse-0:0.4-39.el9pc.src",
"9Base-satellite-6.16:python-jinja2-0:3.1.4-1.el9pc.src",
"9Base-satellite-6.16:python-jq-0:1.6.0-3.el9pc.src",
"9Base-satellite-6.16:python-json-stream-0:2.3.2-4.el9pc.src",
"9Base-satellite-6.16:python-json-stream-rs-tokenizer-0:0.4.25-3.el9pc.src",
"9Base-satellite-6.16:python-jsonschema-0:4.10.3-3.el9pc.src",
"9Base-satellite-6.16:python-lockfile-0:0.12.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-0:4.9.2-4.el9pc.src",
"9Base-satellite-6.16:python-lxml-debugsource-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-markdown-0:3.4.1-3.el9pc.src",
"9Base-satellite-6.16:python-markuppy-0:1.14-6.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-0:2.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-markupsafe-debugsource-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-mccabe-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-multidict-0:6.0.4-4.el9pc.src",
"9Base-satellite-6.16:python-multidict-debugsource-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python-odfpy-0:1.4.1-9.el9pc.src",
"9Base-satellite-6.16:python-openpyxl-0:3.1.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_api-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_distro-0:0.40b0-7.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation-0:0.40b0-5.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_proto-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_sdk-0:1.19.0-4.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-opentelemetry_util_http-0:0.40b0-3.el9pc.src",
"9Base-satellite-6.16:python-parsley-0:1.3-5.el9pc.src",
"9Base-satellite-6.16:python-pbr-0:5.8.0-7.el9pc.src",
"9Base-satellite-6.16:python-pexpect-0:4.8.0-5.el9pc.src",
"9Base-satellite-6.16:python-pillow-0:10.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-productmd-0:1.33-5.el9pc.src",
"9Base-satellite-6.16:python-protobuf-0:4.21.6-5.el9pc.src",
"9Base-satellite-6.16:python-psycopg-0:3.1.9-3.el9pc.src",
"9Base-satellite-6.16:python-ptyprocess-0:0.7.0-3.el9pc.src",
"9Base-satellite-6.16:python-pulp-ansible-1:0.21.8-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-certguard-0:1.7.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-cli-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-container-0:2.20.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-deb-0:3.2.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-file-0:1.15.1-2.el9pc.src",
"9Base-satellite-6.16:python-pulp-glue-0:0.27.2-1.el9pc.src",
"9Base-satellite-6.16:python-pulp-rpm-0:3.26.1-1.el9pc.src",
"9Base-satellite-6.16:python-pulp_manifest-0:3.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-pulpcore-0:3.49.19-1.el9pc.src",
"9Base-satellite-6.16:python-pyOpenSSL-0:24.1.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycares-0:4.1.2-4.el9pc.src",
"9Base-satellite-6.16:python-pycares-debugsource-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-pycodestyle-0:2.9.1-2.el9pc.src",
"9Base-satellite-6.16:python-pycparser-0:2.21-5.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-0:3.20.0-1.el9pc.src",
"9Base-satellite-6.16:python-pycryptodomex-debugsource-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pyflakes-0:2.5.0-2.el9pc.src",
"9Base-satellite-6.16:python-pygments-0:2.17.0-1.el9pc.src",
"9Base-satellite-6.16:python-pygtrie-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyjwkest-0:1.4.2-8.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.5.0-4.el9pc.src",
"9Base-satellite-6.16:python-pyparsing-0:3.1.1-3.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-0:0.18.1-5.el9pc.src",
"9Base-satellite-6.16:python-pyrsistent-debugsource-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python-pytz-0:2022.2.1-6.el9pc.src",
"9Base-satellite-6.16:python-redis-0:4.3.4-4.el9pc.src",
"9Base-satellite-6.16:python-requests-0:2.31.0-4.el9pc.src",
"9Base-satellite-6.16:python-requirements-parser-0:0.2.0-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-0:1.19.2-6.el9pc.src",
"9Base-satellite-6.16:python-rhsm-debugsource-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python-schema-0:0.7.5-5.el9pc.src",
"9Base-satellite-6.16:python-semantic-version-0:2.10.0-5.el9pc.src",
"9Base-satellite-6.16:python-six-0:1.16.0-5.el9pc.src",
"9Base-satellite-6.16:python-smmap-0:5.0.0-5.el9pc.src",
"9Base-satellite-6.16:python-solv-0:0.7.28-1.el9pc.src",
"9Base-satellite-6.16:python-solv-debugsource-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python-sqlparse-0:0.5.0-1.el9pc.src",
"9Base-satellite-6.16:python-tablib-0:3.3.0-4.el9pc.src",
"9Base-satellite-6.16:python-toml-0:0.10.2-5.el9pc.src",
"9Base-satellite-6.16:python-types-cryptography-0:3.3.23.2-3.el9pc.src",
"9Base-satellite-6.16:python-typing-extensions-0:4.7.1-5.el9pc.src",
"9Base-satellite-6.16:python-uritemplate-0:4.1.1-4.el9pc.src",
"9Base-satellite-6.16:python-url-normalize-0:1.4.3-6.el9pc.src",
"9Base-satellite-6.16:python-urllib3-0:2.2.3-1.el9pc.src",
"9Base-satellite-6.16:python-urlman-0:2.0.1-3.el9pc.src",
"9Base-satellite-6.16:python-uuid6-0:2023.5.2-4.el9pc.src",
"9Base-satellite-6.16:python-webencodings-0:0.5.1-6.el9pc.src",
"9Base-satellite-6.16:python-websockify-0:0.10.0-3.el9sat.src",
"9Base-satellite-6.16:python-whitenoise-0:6.0.0-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-0:1.14.1-4.el9pc.src",
"9Base-satellite-6.16:python-wrapt-debugsource-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python-xlrd-0:2.0.1-8.el9pc.src",
"9Base-satellite-6.16:python-xlwt-0:1.3.0-6.el9pc.src",
"9Base-satellite-6.16:python-yarl-0:1.8.2-4.el9pc.src",
"9Base-satellite-6.16:python-yarl-debugsource-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python-zipp-0:3.20.2-1.el9pc.src",
"9Base-satellite-6.16:python3-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3-websockify-0:0.10.0-3.el9sat.noarch",
"9Base-satellite-6.16:python3.11-aiodns-0:3.0.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiofiles-0:22.1.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiohttp-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-debuginfo-0:3.9.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-aiohttp-xmlrpc-0:1.5.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aioredis-0:2.0.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-aiosignal-0:1.3.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-builder-0:3.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ansible-runner-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asgiref-0:3.6.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-lru-0:1.0.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-async-timeout-0:4.0.2-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-asyncio-throttle-0:1.0.2-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-attrs-0:21.4.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-backoff-0:2.2.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bindep-0:2.11.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-0:3.3.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-bleach-allowlist-0:1.0.3-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-brotli-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-brotli-debuginfo-0:1.0.9-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-certifi-0:2022.12.7-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-cffi-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cffi-debuginfo-0:1.15.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-chardet-0:5.0.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-charset-normalizer-0:2.1.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-0:8.1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-click-shell-0:2.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-contextlib2-0:21.6.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-createrepo_c-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-createrepo_c-debuginfo-0:1.1.3-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-cryptography-debuginfo-0:42.0.8-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-daemon-0:2.3.1-4.3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dateutil-0:2.8.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-debian-0:0.1.44-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-defusedxml-0:0.7.1-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-deprecated-0:1.2.13-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-diff-match-patch-0:20200713-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-distro-0:1.7.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-0:4.2.16-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-filter-0:23.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-guid-0:3.3.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-import-export-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-lifecycle-0:1.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-django-readonly-field-0:1.1.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-0:3.14.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-djangorestframework-queryfields-0:1.0.0-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-docutils-0:0.20.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-access-policy-0:1.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-nested-routers-0:0.93.4-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-drf-spectacular-0:0.26.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-dynaconf-0:3.1.12-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ecdsa-0:0.18.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-et-xmlfile-0:1.1.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-flake8-0:5.0.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-frozenlist-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-frozenlist-debuginfo-0:1.3.3-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-future-0:0.18.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-galaxy-importer-0:0.4.19-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitdb-0:4.0.10-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gitpython-0:3.1.40-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-gnupg-0:0.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-googleapis-common-protos-0:1.59.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-grpcio-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-grpcio-debuginfo-0:1.65.4-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-gunicorn-0:22.0.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-importlib-metadata-0:6.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-inflection-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-iniparse-0:0.4-39.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jinja2-0:3.1.4-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-jq-0:1.6.0-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-json_stream-0:2.3.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-json_stream_rs_tokenizer-0:0.4.25-3.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-jsonschema-0:4.10.3-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-libcomps-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-libcomps-debuginfo-0:0.1.21-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lockfile-0:0.12.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-lxml-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-lxml-debuginfo-0:4.9.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markdown-0:3.4.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markuppy-0:1.14-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-markupsafe-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-markupsafe-debuginfo-0:2.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-mccabe-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-multidict-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-multidict-debuginfo-0:6.0.4-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-odfpy-0:1.4.1-9.el9pc.noarch",
"9Base-satellite-6.16:python3.11-openpyxl-0:3.1.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_api-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_distro_otlp-0:0.40b0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_common-0:1.19.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_grpc-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_exporter_otlp_proto_http-0:1.19.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation-0:0.40b0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_django-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_instrumentation_wsgi-0:0.40b0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_proto-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_sdk-0:1.19.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_semantic_conventions-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-opentelemetry_util_http-0:0.40b0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-packaging-0:21.3-6.1.el9pc.src",
"9Base-satellite-6.16:python3.11-parsley-0:1.3-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pbr-0:5.8.0-7.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pexpect-0:4.8.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pillow-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:10.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-productmd-0:1.33-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-protobuf-0:4.21.6-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-psycopg-0:3.1.9-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-ptyprocess-0:0.7.0-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-ansible-1:0.21.8-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-certguard-0:1.7.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-cli-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-deb-0:3.2.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-file-0:1.15.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-glue-0:0.27.2-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp-rpm-0:3.26.1-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulp_manifest-0:3.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pulpcore-0:3.49.19-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyOpenSSL-0:24.1.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycares-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycares-debuginfo-0:4.1.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycodestyle-0:2.9.1-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycparser-0:2.21-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pycryptodomex-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pycryptodomex-debuginfo-0:3.20.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyflakes-0:2.5.0-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pygments-0:2.17.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pygtrie-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwkest-0:1.4.2-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.5.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyparsing-0:3.1.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyrsistent-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pyrsistent-debuginfo-0:0.18.1-5.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pytz-0:2022.2.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-redis-0:4.3.4-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requests-0:2.31.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-requirements-parser-0:0.2.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-rhsm-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-rhsm-debuginfo-0:1.19.2-6.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-schema-0:0.7.5-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-semantic-version-0:2.10.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-six-0:1.16.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-smmap-0:5.0.0-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-solv-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-solv-debuginfo-0:0.7.28-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-sqlparse-0:0.5.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-tablib-0:3.3.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-toml-0:0.10.2-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-types-cryptography-0:3.3.23.2-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-typing-extensions-0:4.7.1-5.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uritemplate-0:4.1.1-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-url-normalize-0:1.4.3-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urllib3-0:2.2.3-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-urlman-0:2.0.1-3.el9pc.noarch",
"9Base-satellite-6.16:python3.11-uuid6-0:2023.5.2-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-webencodings-0:0.5.1-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-whitenoise-0:6.0.0-4.el9pc.noarch",
"9Base-satellite-6.16:python3.11-wrapt-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-wrapt-debuginfo-0:1.14.1-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-xlrd-0:2.0.1-8.el9pc.noarch",
"9Base-satellite-6.16:python3.11-xlwt-0:1.3.0-6.el9pc.noarch",
"9Base-satellite-6.16:python3.11-yarl-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-yarl-debuginfo-0:1.8.2-4.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-zipp-0:3.20.2-1.el9pc.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actioncable-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailbox-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionmailer-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionpack-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actiontext-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-actionview-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activejob-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activemodel-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-import-0:1.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activerecord-session_store-0:2.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activestorage-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-activesupport-0:6.1.7.8-1.el9sat.src",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-acts_as_list-0:1.0.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-addressable-0:2.8.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-algebrick-0:0.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-amazing_print-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ancestry-0:4.3.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-angular-rails-templates-1:1.1.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-ansi-0:1.5.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-bindings-0:0.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-dsl-0:2.6.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-params-0:0.0.5-5.el9sat.src",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-apipie-rails-0:1.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-audited-0:5.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_compute-0:0.22.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_network-0:0.26.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_resources-0:0.18.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_storage-0:0.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bcrypt-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debuginfo-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-bcrypt-debugsource-0:3.1.20-1.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-builder-0:3.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.noarch",
"9Base-satellite-6.16:rubygem-bundler_ext-0:0.4.1-6.el9sat.src",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-clamp-0:1.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-rails-0:5.0.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-0:2.4.1-5.el9sat.src",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-coffee-script-source-0:1.12.2-5.el9sat.src",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-colorize-0:0.8.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-1:1.1.10-1.el9sat.src",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.noarch",
"9Base-satellite-6.16:rubygem-concurrent-ruby-edge-1:0.6.0-3.el9sat.src",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-connection_pool-0:2.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-crass-0:1.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-css_parser-0:1.17.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-daemons-0:1.4.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deacon-0:1.0.0-5.el9sat.src",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-declarative-0:0.0.20-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deep_cloneable-0:3.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-deface-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-diffy-0:3.4.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-domain_name-0:0.6.20240107-1.el9sat.src",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-dynflow-0:1.9.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-erubi-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-et-orbi-0:1.2.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-excon-0:0.111.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-execjs-0:2.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-facter-0:4.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-cookie_jar-0:0.0.6-2.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_http-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-em_synchrony-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-excon-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-httpclient-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-multipart-0:1.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http-0:1.0.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-net_http_persistent-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-patron-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-rack-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-retry-0:1.0.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday_middleware-0:1.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fast_gettext-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-ffi-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debuginfo-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-ffi-debugsource-0:1.16.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-aws-0:3.23.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-core-0:2.4.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-json-0:1.2.0-4.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-kubevirt-0:1.3.7-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-libvirt-0:0.12.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-openstack-0:1.1.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-ovirt-0:2.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-vsphere-0:3.7.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fog-xml-0:0.1.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman-tasks-0:9.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_ansible-0:14.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_azure_rm-0:2.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_bootdisk-0:21.2.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_discovery-0:24.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_google-0:2.0.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_kubevirt-0:0.2.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_leapp-0:1.2.1-2.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_openscap-0:9.0.4-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_puppet-0:7.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-0:13.2.5-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_remote_execution-cockpit-0:13.2.5-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_rh_cloud-0:10.0.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_templates-0:9.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_theme_satellite-0:13.3.2-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_virt_who_configure-0:0.5.23-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_webhooks-0:3.2.3-1.el9sat.src",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-formatador-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-friendly_id-0:5.5.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fugit-0:1.8.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-fx-0:0.8.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gapic-common-0:0.12.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-get_process_mem-0:1.0.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gettext_i18n_rails-0:1.13.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-git-0:1.18.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.noarch",
"9Base-satellite-6.16:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el9sat.src",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-globalid-0:1.2.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-compute_v1-0:0.54.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-apis-core-0:0.9.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-common-0:1.1.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-0:0.5.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-compute-v1-0:1.7.1-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-core-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-env-0:1.6.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-google-cloud-errors-0:1.3.0-1.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.src",
"9Base-satellite-6.16:rubygem-google-protobuf-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debuginfo-0:3.24.3-2.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-google-protobuf-debugsource-0:3.24.3-2.el9sa